?
| Current Path : /home/webyoo/www/zohar/site/wp-content/themes/accu/framework/loops/ |
| Current File : /home/webyoo/www/zohar/site/wp-content/themes/accu/framework/loops/content-page.php |
<!-- #post-<?php the_ID(); ?> -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php the_content();
wp_link_pages( array(
'before' => '<div class="page-link">',
'after' => '</div>',
'link_before' => '<span>',
'link_after' => '</span>',
'next_or_number' => 'number',
'pagelink' => '%',
'echo' => 1 ) );
edit_post_link( esc_html__( ' Edit ','accu' ) );?>
</div><!-- #post-<?php the_ID(); ?> -->
<?php
#Page Comments
$page_comment = cs_get_option( 'show-pagecomments' );
if( $page_comment ):?>
<div class="dt-sc-hr"></div>
<div class="dt-sc-clear"></div>
<!-- ** Comment Entries ** -->
<section class="commententries">
<?php comments_template('', true); ?>
</section>
<?php endif;?>