PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
themes
/
webon
/
inc
/
blog
/
templates
/
parts
/
post-info
<?php if ( has_post_thumbnail() ) { ?> <div class="qodef-e-media-image"> <?php if ( ! is_single() ) { ?> <a itemprop="url" href="<?php the_permalink(); ?>"> <?php } ?> <?php the_post_thumbnail( 'full' ); ?> <?php if ( ! is_single() ) { ?> </a> <?php } ?> <?php // Hook to include additional content after blog post featured image do_action( 'webon_action_after_post_thumbnail_image' ); ?> </div> <?php } ?>
[-] category.php
[edit]
[-] title.php
[edit]
[-] tags.php
[edit]
[+]
..
[-] excerpt.php
[edit]
[-] media.php
[edit]
[-] author.php
[edit]
[-] read-more.php
[edit]
[-] date.php
[edit]
[-] comments.php
[edit]
[-] image.php
[edit]