Server IP : 66.29.132.124 / Your IP : 18.219.182.130 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 "> <?php if (!empty(has_post_thumbnail())) : ?> <div class="blog-item__img position-relative"> <?php charite_post_thumbnail(); ?> <div class="post-date spacing"> <span><?php echo get_the_date(); ?></span> </div> </div> <?php endif; ?> <div class="details"> <?php if ('post' === get_post_type()) : ?> <ul class="blog-meta"> <li><?php charite_posted_by(); ?></li> <li><i class="flaticon-bubble-chat"></i><?php comments_popup_link(); ?></li> </ul> <?php endif; ?> <div class="charite-page-inner-content"> <?php the_content( sprintf( wp_kses( /* translators: %s: Name of current post. Only visible to screen readers */ esc_html__('Continue reading', 'charite') . '<span class="screen-reader-text"> "%s"</span>', array( 'span' => array( 'class' => array(), ), ) ), wp_kses_post(get_the_title()) ) ); wp_link_pages( array( 'before' => '<div class="link-page">' . esc_html__('Pages:', 'charite'), 'after' => '</div>', ) ); ?> </div> <?php if (has_tag()) : ?> <footer class="entry-footer"> <?php charite_entry_footer(); ?> </footer><!-- .entry-footer --> <?php endif; ?> </div> </div> </article>