| | |
| | | global $post; |
| | | $ID = get_post_thumbnail_id($post->ID); |
| | | $aOpen = $aClose = ''; |
| | | if(!is_single($ID)) { |
| | | if(!is_single($post->ID)) { |
| | | $aOpen = '<a href="'.get_the_permalink($post->ID).'">'; |
| | | $aClose = '</a>'; |
| | | } |
| | | |
| | | return $aOpen.'<figure'.$this->getClassesAndStyles($block['attrs']).'>'. |
| | | return '<figure'.$this->getClassesAndStyles($block['attrs']).'>'.$aOpen. |
| | | apply_filters('jvbCoreFeaturedImage', $this->image($ID), $post->post_type). |
| | | '</figure>'.$aClose; |
| | | $aClose.'</figure>'; |
| | | } |
| | | //core_post_navigation_link |
| | | //core_post_template |