![]() Server : LiteSpeed System : Linux premium84.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 : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/renascerdoestoril.com/wp-content/themes/newsphere/template-parts/ |
<?php /** * Template part for displaying posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Newsphere */ ?> <?php if (is_singular()) : ?> <div class="color-pad"> <div class="entry-content read-details color-tp-pad no-color-pad"> <?php the_content(sprintf( wp_kses( /* translators: %s: Name of current post. Only visible to screen readers */ __('Continue reading<span class="screen-reader-text"> "%s"</span>', 'newsphere'), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() )); ?> <?PHP if (is_single()): ?> <div class="post-item-metadata entry-meta"> <?php newsphere_post_item_tag(); ?> </div> <?php endif; ?> <?php the_post_navigation(array( 'prev_text' => __('<span class="em-post-navigation">Previous</span> %title', 'newsphere'), 'next_text' => __('<span class="em-post-navigation">Next</span> %title', 'newsphere'), 'in_same_term' => true, 'taxonomy' => __('category', 'newsphere'), 'screen_reader_text' => __('Continue Reading', 'newsphere'), )); ?> <?php wp_link_pages(array( 'before' => '<div class="page-links">' . esc_html__('Pages:', 'newsphere'), 'after' => '</div>', )); ?> </div><!-- .entry-content --> </div> <?php else: do_action('newsphere_action_archive_layout'); endif;