Server IP : 192.64.118.117 / Your IP : 3.148.108.24 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/thecgapy/mcprintingandpromotions.com/wp-content/themes/storefront/ |
Upload File : |
<?php /** * The loop template file. * * Included on pages like index.php, archive.php and search.php to display a loop of posts * Learn more: https://codex.wordpress.org/The_Loop * * @package storefront */ do_action( 'storefront_loop_before' ); while ( have_posts() ) : the_post(); /** * Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'content', get_post_format() ); endwhile; /** * Functions hooked in to storefront_paging_nav action * * @hooked storefront_paging_nav - 10 */ do_action( 'storefront_loop_after' );