File "content-20250116173919.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/themes/kapee/template-parts/single-post/content-20250116173919.php
File size: 578 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Template part for displaying posts content
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @author PressLayouts
* @package kapee/template-parts/single-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>',
'link_before' => '<span class="page-number">',
'link_after' => '</span>',
)
);
?>
</div>