Server IP : 66.29.132.124 / Your IP : 3.137.174.253 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/tacafoundation.org/wp-content/themes/charite/template-parts/ |
Upload File : |
<?php /** * Template part for displaying posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package charite */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="single-blog-inner "> <div class="blog-item blog-item--clasic"> <?php if(!empty(has_post_thumbnail())): ?> <div class="blog-item__img"> <?php charite_post_thumbnail(); ?> <div class="post-date spacing"> <span><?php echo get_the_date(); ?></span> </div> </div> <?php endif; ?> <div class="blog-item__content"> <ul class="blog-meta"> <li><?php charite_posted_by(); ?></li> <li><i class="flaticon-bubble-chat"></i><?php comments_popup_link(); ?></li> </ul> <h4><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4> <p><?php charite_excerpt(); ?></p> <a href="<?php the_permalink(); ?>" class="read-more"><?php echo esc_html__('Read More', 'charite'); ?></a> </div> </div> </div> </article>