PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
themes
/
deep
/
inc
/
core
/
templates
/
loops
/
single
/
parts
<?php /** * Deep Theme. * * Single Post Magazine template * * @since 3.2.3 * @author Webnus */ // Don't load directly. if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="postshow1"> <div class="postshow-overlay"></div> <div class="container"><h1 class="post-title-ps1"><?php the_title(); ?></h1></div> </div>
[+]
..
[-] post-show1.php
[edit]
[+]
post-show3