HEX
Server: LiteSpeed
System: Linux cp4.porkbun.com 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
User: vxblllubpkafjsjw (1110)
PHP: 8.4.19
Disabled: NONE
Upload Files
File: /data0/brighttherapyllc.com/.trash/hello-animations/template-parts/blog/content-single.php
  <?php echo hello_animation_post_meta(); ?>
  <?php hello_animation_post_thumbnail() ?>  
  <div class="default-details__content">
    <h2 class="blog__details_title pt-50"><?php the_title(); ?></h2>
  </div>  
  <div class="info--post-details">
    <?php  
        if ( is_search() ) {
          the_excerpt();
        } else {
          the_content( sprintf( 
            __( 'Continue reading%s', 'hello-animation' ), 
            '<span class="screen-reader-text">  '.get_the_title().'</span>' 
          )  
          );
          hello_animation_link_pages();
        }        
    ?>
  </div>