PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
themes
/
webon
/
inc
/
search
/
templates
/
parts
<?php if ( have_posts() ) { while ( have_posts() ) : the_post(); // Hook to include additional content before search item do_action( 'webon_action_before_search_item' ); // Include post item echo apply_filters( 'webon_filter_search_item_template', webon_get_template_part( 'search', 'templates/parts/post' ), get_the_ID() ); // Hook to include additional content after search item do_action( 'webon_action_after_search_item' ); endwhile; // End of the loop. } else { // Include global posts not found webon_template_part( 'content', 'templates/parts/posts-not-found' );; } wp_reset_postdata();
[+]
post-info
[+]
..
[-] post.php
[edit]
[-] loop.php
[edit]
[-] search-form.php
[edit]