![]() 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/claquemagazineawards.com/wp-content/themes/lalita/ |
<?php /** * The template used for displaying page content in page.php * */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?> <?php lalita_article_schema( 'CreativeWork' ); ?>> <div class="inside-article"> <?php /** * lalita_before_content hook. * * * @hooked lalita_featured_page_header_inside_single - 10 */ do_action( 'lalita_before_content' ); if ( lalita_show_title() ) : ?> <header class="entry-header"> <?php the_title( '<h1 class="entry-title" itemprop="headline">', '</h1>' ); ?> </header><!-- .entry-header --> <?php endif; /** * lalita_after_entry_header hook. * * * @hooked lalita_post_image - 10 */ do_action( 'lalita_after_entry_header' ); ?> <div class="entry-content" itemprop="text"> <?php the_content(); wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'lalita' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> <?php /** * lalita_after_content hook. * */ do_action( 'lalita_after_content' ); ?> </div><!-- .inside-article --> </article><!-- #post-## -->