????JFIF??x?x????'
Server IP : 104.21.96.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.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 : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/pontiacques.org/wp-content/themes/layerswp/partials/ |
Upload File : |
<?php /** * This template is used for displaying posts in post lists * * @package Layers * @since Layers 1.0.0 */ global $post, $layers_post_meta_to_display; ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'push-bottom-large' ); ?>> <?php do_action('layers_before_list_post_title'); ?> <header class="section-title large"> <?php do_action('layers_before_list_title'); ?> <h1 class="heading"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1> <?php do_action('layers_after_list_title'); ?> </header> <?php do_action('layers_after_list_post_title'); ?> <?php /** * Display the Featured Thumbnail */ echo layers_post_featured_media( array( 'postid' => get_the_ID(), 'wrap_class' => 'thumbnail push-bottom', 'size' => 'large' ) ); ?> <?php if( '' != get_the_excerpt() || '' != get_the_content() ) { ?> <?php do_action('layers_before_list_post_content'); ?> <?php do_action('layers_list_post_content'); ?> <?php do_action('layers_after_list_post_content'); ?> <?php } ?> <?php do_action('layers_before_list_post_meta'); ?> <?php /** * Display the Post Meta */ layers_post_meta( get_the_ID(), NULL, 'footer', 'meta-info push-bottom' ); ?> <?php do_action('layers_after_list_post_meta'); ?> <?php do_action('layers_before_list_read_more'); ?> <?php do_action('layers_list_read_more'); ?> <?php do_action('layers_after_list_read_more'); ?> </article>