PATH:
home
/
pallya5
/
swiftcleaningng.com
/
wp-content
/
themes
/
mmvfd400
/
inc
/
blog
/
templates
/
parts
/
post-info
<div class="qodef-e-media"> <?php switch ( get_post_format() ) { case 'gallery': qi_template_part( 'blog', 'templates/parts/post-format/gallery' ); break; case 'video': qi_template_part( 'blog', 'templates/parts/post-format/video' ); break; case 'audio': qi_template_part( 'blog', 'templates/parts/post-format/audio' ); break; default: qi_template_part( 'blog', 'templates/parts/post-info/image' ); break; } ?> </div>
[-] author.php
[edit]
[-] excerpt.php
[edit]
[-] image.php
[edit]
[-] title.php
[edit]
[-] category.php
[edit]
[-] media.php
[edit]
[-] read-more.php
[edit]
[-] tags.php
[edit]
[-] date.php
[edit]
[+]
..