| Server IP : 103.48.194.25 / Your IP : 216.73.217.33 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/sieuthimayasia.com/public_html/wp-content/themes/mtw-maycn/template-parts/ |
Upload File : |
<?php /** * Template part for displaying posts. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package MTWTeam */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix' ); ?>> <header class="entry-header fll"> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" class="entry-thumbnail mr-10"> <?php if ( has_post_thumbnail() ) : ?> <?php the_post_thumbnail( 'medium' ); ?> <?php else : ?> <img src="<?php echo get_template_directory_uri(); ?>/assets/images/no-image.png" alt="" /> <?php endif; ?> <span class="overlay-icon"> <i class="fa fa-file-text-o" aria-hidden="true"></i> </span> </a><!-- .entry-thumbnail --> </header><!-- .entry-header --> <div class="entry-content ofl-h mt-0"> <?php the_title( '<h3 class="entry-title mt-0"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h3>' ); ?> <div class="entry-meta"> <?php mtwfn_posted_on(); ?> </div><!-- .entry-meta --> <div class="excerpt mt-10"> <?php the_excerpt(); wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Trang:', 'maycn' ), 'after' => '</div>', ) ); ?> </div> <footer class="entry-footer"> <?php mtwfn_entry_footer(); ?> </footer><!-- .entry-footer --> </div><!-- .entry-content --> </article><!-- #post-## -->