![]() 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 for displaying Link post formats. * */ 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' ); ?> <header class="entry-header"> <?php /** * lalita_before_entry_title hook. * */ do_action( 'lalita_before_entry_title' ); the_title( sprintf( '<h2 class="entry-title" itemprop="headline"><a href="%s" rel="bookmark">', esc_url( lalita_get_link_url() ) ), '</a></h2>' ); /** * lalita_after_entry_title hook. * * * @hooked lalita_post_meta - 10 */ do_action( 'lalita_after_entry_title' ); ?> </header><!-- .entry-header --> <?php /** * lalita_after_entry_header hook. * * * @hooked lalita_post_image - 10 */ do_action( 'lalita_after_entry_header' ); if ( lalita_show_excerpt() ) : ?> <div class="entry-summary" itemprop="text"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <?php else : ?> <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 endif; /** * lalita_after_entry_content hook. * * * @hooked lalita_footer_meta - 10 */ do_action( 'lalita_after_entry_content' ); /** * lalita_after_content hook. * */ do_action( 'lalita_after_content' ); ?> </div><!-- .inside-article --> </article><!-- #post-## -->