D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sadaunjx
/
public_html
/
wp-content
/
themes
/
newsplus1
/
Filename :
singular-content.php
back
Copy
<section id="post-<?php the_ID(); ?>" class="site-section section-post hentry <?php echo apply_filters('a4h_filter_post_header_style', a4h_options('post_header_style')); ?>" role="main" data-next-post="<?php a4h_get_adjacent_post_permalink('next'); ?>" data-previous-post="<?php a4h_get_adjacent_post_permalink('prev'); ?>"> <?php do_action('a4h_hook_ad_location_title_above'); ?> <header class="d-flex align-items-center page-header"> <?php do_action('a4h_hook_singular_header_start'); ?> <div class="flex-grow page-header-inner"> <?php do_action('a4h_hook_singular_title_before'); ?> <h1 class="page-title entry-title"><?php the_title(); ?></h1> <?php a4h_post_meta(); ?> <?php do_action('a4h_hook_singular_title_after'); ?> </div> <?php do_action('a4h_hook_singular_header_end'); ?> </header> <?php do_action('a4h_hook_singular_header_after'); ?> <?php a4h_post_sharing_buttons('top'); ?> <?php do_action('a4h_hook_ad_location_title_below'); ?> <div class="content-inner"> <div class="post-inner"> <?php a4h_post_image(); ?> <div class="d-lg-flex entry-content-outer"> <?php do_action('a4h_hook_entry_content_before'); ?> <div class="clearfix flex-grow post-content entry-content"> <?php do_action('a4h_hook_entry_content_start'); ?> <?php the_content(); ?> <?php do_action('a4h_hook_entry_content_end'); ?> </div> <?php do_action('a4h_hook_entry_content_after'); ?> </div> <?php a4h_link_pages(); ?> <?php a4h_post_sharing_buttons('bottom'); ?> <?php a4h_post_tags(); ?> <?php do_action('a4h_hook_ad_location_post_end'); ?> </div> </div> </section>