From: Anthony Talarico Date: Fri, 11 Nov 2016 17:38:32 +0000 (-0500) Subject: updating the fetch blocks for the dropdown wine regions map X-Git-Tag: v1.0.18^2~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3473d7dcf7fb765bacec0128369582179dc9835e;p=WP-Themes%2Ffrancejourneys.git updating the fetch blocks for the dropdown wine regions map --- diff --git a/parts/micro-map-dropdown.php b/parts/micro-map-dropdown.php index 8d48c8c..529e241 100644 --- a/parts/micro-map-dropdown.php +++ b/parts/micro-map-dropdown.php @@ -13,8 +13,8 @@
+ $default_block = get_post(1608); + $default_image = wp_get_attachment_image_src(get_post_thumbnail_id(1608),'glm-block-image'); ?>
post_title;?>
post_content; ?>
@@ -26,7 +26,7 @@ $block){ if ( has_post_thumbnail($block) ) { $map_image = wp_get_attachment_image_src(get_post_thumbnail_id($block->ID),'glm-block-image');