![]() 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/ligaamadora.com/wp-content/themes/newsphere/inc/hooks/blocks/ |
<?php /** * List block part for displaying page content in page.php * * @package Newsphere */ $excerpt_length = 20; global $post; $url = newsphere_get_freatured_image_url($post->ID, 'newsphere-featured'); $show_excerpt = 'true'; $col_class = 'col-ten'; ?> <div class="archive-list-post list-style" > <div class="read-single color-pad"> <div class="data-bg read-img pos-rel col-2 float-l read-bg-img af-sec-list-img" data-background="<?php echo esc_url($url); ?>"> <?php if (!empty($url)): ?> <img src="<?php echo esc_url($url); ?>"> <?php endif; ?> <span class="min-read-post-format"> <?php newsphere_post_format($post->ID); ?> <?php newsphere_count_content_words($post->ID); ?> </span> <a href="<?php the_permalink(); ?>"></a> <?php newsphere_get_comments_count($post->ID); ?> </div> <div class="read-details col-2 float-l pad af-sec-list-txt color-tp-pad"> <div class="read-categories"> <?php newsphere_post_categories(); ?> </div> <div class="read-title"> <h4> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> </h4> </div> <div class="entry-meta"> <?php newsphere_post_item_meta(); ?> </div> <?php if ($show_excerpt != 'false'): ?> <div class="read-descprition full-item-discription"> <div class="post-description"> <?php if (absint($excerpt_length) > 0) : ?> <?php $excerpt = newsphere_get_excerpt($excerpt_length, get_the_content()); echo wp_kses_post(wpautop($excerpt)); ?> <?php endif; ?> </div> </div> <?php endif; ?> </div> </div> <?php wp_link_pages(array( 'before' => '<div class="page-links">' . esc_html__('Pages:', 'newsphere'), 'after' => '</div>', )); ?> </div>