Sindbad~EG File Manager

Current Path : /home/chevrit/www/wp-content/themes/fqqf2gwg/inc/search/templates/parts/
Upload File :
Current File : /home/chevrit/www/wp-content/themes/fqqf2gwg/inc/search/templates/parts/loop.php

<?php

if ( have_posts() ) {
	while ( have_posts() ) :
		the_post();

		// Hook to include additional content before search item
		do_action( 'qi_action_before_search_item' );

		// Include post item
		echo apply_filters( 'qi_filter_search_item_template', qi_get_template_part( 'search', 'templates/parts/post' ), get_the_ID() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped

		// Hook to include additional content after search item
		do_action( 'qi_action_after_search_item' );

	endwhile; // End of the loop.
} else {
	// Include global posts not found
	qi_template_part( 'content', 'templates/parts/posts-not-found' );
}

wp_reset_postdata();

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists