Current File : /home/kelaby89/teamhachem.com/wp-content/themes/artkombat/tmpl/content-page.php |
<?php
/**
* The template used for displaying page content
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="entry-content clearfix" id="entry-div">
<?php
the_content();
wp_link_pages( array(
'before' => '<div class="page-links"><span class="page-links-title">' . esc_html__( 'Pages:', 'artkombat' ) . '</span>',
'after' => '</div>',
'link_before' => '<span>',
'link_after' => '</span>',
) );
?>
</div>
</article>