HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/chuair.org/wp-content/themes/lifttruck/content.php
<article <?php post_class("wd-post"); ?> >
  <div class="wd-post__thumbnail">
    <?php the_post_thumbnail('lifttruck_blog-thumb'); ?>
  </div>

  <div class="wd-post__content">   
    <ul class="wd-post__meta clearfix">
      <li><?php echo get_the_date(); ?></li>
      <li><?php echo esc_html__('By:','lifttruck'); ?>
        <a class="author-link" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ,'lifttruck');; ?>" rel="author">
          <?php echo get_the_author() ?> </a>
      </li>
      <li><?php the_category(', '); ?></li>
      <li><?php comments_number( 'no comments', 'one comment', '% comments' ); ?></li>
    </ul>
    <h4 class="wd-post__title">
      <a href="<?php esc_url(the_permalink()); ?>"><?php the_title(); ?></a>
    </h4>
    <div class="wd-post__read-more">
      <a href="<?php esc_url(the_permalink()); ?>">
        <?php echo esc_html__('Read More', 'lifttruck'); ?>
        <img src="<?php echo esc_url( get_template_directory_uri()."/images/more.svg" ) ?>" alt="<?php echo esc_attr__('icon','lifttruck') ?>">
      </a>
    </div>
  </div>
</article>