![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/www/wp-content/themes/film-celebrity/template-parts/ |
<?php /** * Template part for displaying page content in page.php. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package film-celebrity */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class('blog-post blog-style-1'); ?>> <?php if ( true == get_theme_mod( 'film_celebrity_single_post_content_on_off', 'on' ) ) : ?> <div class="post-content"> <div class="post-content-inner read-more-wrapper"> <?php if ( is_single() ) : the_content( sprintf( __( 'Read More', 'film-celebrity' ), '<span class="screen-reader-text"> '.esc_html(get_the_title()).'</span>' ) ); else: the_content( sprintf( __( 'Read More', 'film-celebrity' ), '<span class="screen-reader-text"> '.esc_html(get_the_title()).'</span>' ) ); endif; ?> </div> </div> <?php endif; ?> </article>