hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/c/h/r/chryzalihi/www/wp-contentOLD/themes/longevity/template-parts/ |
<?php
/**
* The template used for displaying page content
*
* @package Longevity
*
*
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> itemscope="itemscope" itemtype="http://schema.org/CreativeWork">
<time class="entry-date" datetime="<?php the_date(); ?>" itemprop="datePublished" pubdate></time>
<header class="entry-header">
<?php
the_title( '<h1 class="entry-title" itemprop="name">', '</h1>' );
if( esc_attr(get_theme_mod( 'show_edit', 1 ) ) ) {
edit_post_link( esc_html__( 'Edit this Post', 'longevity' ), '<div class="entry-meta"><span class="edit-link post-meta">', '</span></div>' );
}
?>
</header>
<?php longevity_post_thumbnail(); ?>
<div class="entry-content">
<?php
the_content();
wp_link_pages( array(
'before' => '<div class="page-links"><span class="page-links-title">' . esc_html__( 'Pages:', 'longevity' ) . '</span>',
'after' => '</div>',
'link_before' => '<span>',
'link_after' => '</span>',
'pagelink' => ' %',
'separator' => ', ',
) );
?>
</div>
<footer class="entry-footer"></footer>
</article>