HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/xedaptot.vn/wp-content/themes/tokoo/loop.php
<?php
/**
 * The loop template file.
 *
 * Included on pages like index.php, archive.php and search.php to display a loop of posts
 * Learn more: http://codex.wordpress.org/The_Loop
 *
 * @package tokoo
 */

do_action( 'tokoo_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( 'templates/contents/content', get_post_format() );

endwhile;

/**
 * @hooked tokoo_paging_nav - 10
 */
do_action( 'tokoo_loop_after' );