add_action('thematic_searchloop', 'mytheme_search_loop');
// End of the Contextual/Highlight Search functions
add_image_size('glm_blocks', '538', '660', true);
+add_image_size('nav_dropdown', '225', '133', true);
add_image_size('glm_blocks_small', '570', '315', array( 'center', 'bottom' ));
add_action( 'wp', 'post_pw_sess_expire' );
$item_style = '';
// echo "<pre>", print_r($object), "</pre>";
if ( $depth !== 0 && has_post_thumbnail( (int)$object->object_id ) ) {
- $thumbnail = wp_get_attachment_image_src( get_post_thumbnail_id( (int)$object->object_id ), 'large' );
-
+ $thumbnail = wp_get_attachment_image_src( get_post_thumbnail_id( (int)$object->object_id ), 'nav_dropdown' );
$item_style .= "<style>
#menu-item-".$object->ID.":before {
display: inline-block;
</style>";
} else if( $depth !== 0 && ! has_post_thumbnail( (int)$object->object_id ) ){
-
$thumbnail = get_template_directory_uri() . '/assets/nav-images/snow-cams-image.jpg';
$item_style .= "<style>
#menu-item-".$object->ID.":before {