Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/geniouskin/wp-content/themes/ixlab/tmpl/post/ |
Upload File : |
<?php defined( 'ABSPATH' ) or die(); ?> <?php if ( have_posts() ): ?> <?php while ( have_posts() ): the_post(); ?> <article id="post-<?php the_ID() ?>" <?php post_class( 'post' ) ?>> <div class="post-meta-data"> <div class="post-author"> <?php echo get_avatar( get_the_author_meta( 'ID' ), 120 ); ?> <span><?php esc_html_e( 'by', 'ixlab' ); ?></span> <?php the_author_posts_link() ?> </div> <div class="post-date"> <span class="post-day"><?php echo esc_html( get_the_date( 'd' ) ) ?></span> <span class="post-month"><?php echo esc_html( get_the_date( 'M' ) ) ?></span> <span class="post-year"><?php echo esc_html( get_the_date( 'Y' ) ) ?></span> </div> </div> <div class="post-wrap"> <?php get_template_part( 'tmpl/post/content-featured', get_post_format() ) ?> <header class="post-header"> <?php if ( ixlab_option( 'blog__archive__postMeta' ) == 'on' ): ?> <div class="post-categories"> <?php the_category( _x( ', ', 'Used between list items, there is a space after the comma.', 'ixlab' ) ) ?> </div> <?php endif ?> <?php get_template_part( 'tmpl/post/content-title' ) ?> </header> <div class="post-content"> <?php ixlab_the_content( false ); wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . esc_html__( 'Pages:', 'ixlab' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div> <?php if ( ixlab_option( 'blog__archive__readmore' ) === 'on' ): ?> <?php get_template_part( 'tmpl/post/content-readmore' ) ?> <?php endif ?> </div> </article> <?php endwhile ?> <?php else: ?> <?php get_template_part( 'tmpl/post/content-none' ) ?> <?php endif ?> <?php ixlab_pagination() ?>