D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sadaunjx
/
public_html
/
wp-content
/
themes
/
newsplus1
/
Filename :
singular.php
back
Copy
<?php get_header(); ?> <?php while ( have_posts() ) : the_post(); get_template_part(apply_filters('a4h_filter_singular_content_template', 'singular-content')); endwhile; ?> <?php do_action('a4h_hook_ad_location_post_below'); ?> <?php a4h_post_author_block(); ?> <?php a4h_sidebar('post_below'); ?> <?php do_action('a4h_hook_ad_location_comments_above'); ?> <?php comments_template(); ?> <?php get_footer(); ?>