From: Anthony Talarico Date: Fri, 19 Feb 2016 19:43:06 +0000 (-0500) Subject: adjusting footer mail and phone icon space. X-Git-Tag: v1.0.0^2~156 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8ffac1d02b11abd78f0aaca4b963204c9548728e;p=WP-Themes%2FDiscoverKZOO.git adjusting footer mail and phone icon space. --- 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 ?>
  • - +