File "content.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/themes/kapee222/template-parts/page/content.php
File size: 509 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Template part for displaying page content in page.php
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @author 	PressLayouts
 * @package kapee/template-parts/post
 * @since 1.0
 */
 
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}
?>
	
<div class="entry-content">
	<?php
	the_content();

	wp_link_pages(
		array(
			'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'kapee' ),
			'after'  => '</div>',
		)
	);
	?>
</div><!-- .entry-content -->