Current File : /home/kelaby89/iluxelectrical.com.au/wp-content/themes/strnix/template-parts/content-page.php |
<?php
/**
* Template part for displaying page content in page.php
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package strnix
*/
?>
<div class="post-details page-details">
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="lower-box">
<div class="inner">
<div class="text">
<?php
the_content();
wp_link_pages(
array(
'before' => '<div class="page-links">',
'after' => '</div>',
)
);
?>
</div>
</div>
</div>
</article><!-- #post-<?php the_ID(); ?> -->
</div>