????JFIF??x?x????'
Server IP : 104.21.80.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/eaabusiness.com/wp-content/themes/thecompany/template-parts/ |
Upload File : |
<?php /** * Template part for displaying posts. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package thecompany */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post-single"> <div class="clearfix"></div> <?php if (has_post_thumbnail()) : ?> <div class="featured-image"> <?php the_post_thumbnail('thecompany-cat_thumb'); ?> </div> <?php endif;?> <h2><a href="<?php the_permalink(); ?>" title=""><?php the_title(); ?></a></h2> <ul class="post-info list-inline"> <li><a href="<?php echo esc_url(get_day_link(get_post_time('Y'), get_post_time('m'), get_post_time('d'))); ?>" title=""><i class="fa fa-calendar"></i> <?php echo esc_attr(get_the_date('d M Y'));?></a></li> <li><a href="<?php echo esc_url(get_author_posts_url(get_the_author_meta('ID')));?>" title=""><i class="fa fa-user"></i> <?php echo esc_html( get_the_author_meta('display_name') );?></a></li> <li><i class="fa fa-comments-o"></i> <?php comments_popup_link(__('0 comment','thecompany'),__('1 comment','thecompany'), __('% comment','thecompany'));?></li> <li><i class="fa fa-folder-open"></i> </li> <li> <?php the_category(); ?> </li> </ul> <div class="post-content"> <?php the_excerpt(); ?> </div> <div><a href="<?php the_permalink(); ?>" class="btn btn-theme" title=""><?php _e('Read More','thecompany'); ?></a></div> </div> </article> <!-- / Single Post -->