![]() 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/covernews/template-parts/ |
<?php /** * Template part for displaying results in search pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package CoverNews */ $archive_class = covernews_get_option('archive_layout'); if ($archive_class == 'archive-layout-grid'): ?> <article id="post-<?php the_ID(); ?>" <?php post_class('col-lg-6 col-sm-6 col-md-6 archive-layout-grid'); ?> data-mh="archive-layout-grid"> <?php covernews_page_layout_blocks('archive-layout-grid'); ?> </article> <?php else: ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php covernews_page_layout_blocks(); ?> </article> <?php endif; ?>