From 8ffac1d02b11abd78f0aaca4b963204c9548728e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 19 Feb 2016 14:43:06 -0500 Subject: [PATCH] adjusting footer mail and phone icon space. --- footer.php | 2 +- functions.php | 1 + landing-page.php | 10 +++++----- parts/client-info-footer.php | 6 +++--- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/footer.php b/footer.php index 2b425ca..3a83df0 100644 --- a/footer.php +++ b/footer.php @@ -4,7 +4,7 @@
-
+
diff --git a/functions.php b/functions.php index 703c5de..96b0206 100644 --- a/functions.php +++ b/functions.php @@ -56,6 +56,7 @@ function wpse_setup_theme() { add_image_size('glm_block1', 590, 590,true); add_image_size('glm_block2_3', 285, 285, false); add_image_size('glm_block4', 590, 285, true); + add_image_size('landing_page', 386, 285, true); } add_action( 'after_setup_theme', 'wpse_setup_theme' ); diff --git a/landing-page.php b/landing-page.php index a7538f4..d9316fc 100644 --- a/landing-page.php +++ b/landing-page.php @@ -22,22 +22,22 @@ Template Name: Landing Page
    ID); - echo $image; +// $image = get_the_post_thumbnail($post->ID); +// echo $image; $args = array( 'post_parent' =>$post->ID, 'post_type' => 'page', 'numberposts' => -1, 'post_status' => 'any'); $children = get_children($args); foreach($children as $child){ ?> get_featured_images($child->ID); ?> + }?> ID); // $imageSrc = wp_get_attachment_image_src($imageID, 'full'); ?> - ID, 'full' ); ?> + ID, 'landing_page', false ); ?>
  • post_title ?>
  • - +