This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Issue with Search Results for custom search template

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Issue with Search Results for custom search template Reply To: Issue with Search Results for custom search template

#48457
Ernest MarcinkoErnest Marcinko
Keymaster

All you need to do is loop through the items, no need for any custom code in the search.php file, just the default loop:


	while ( have_posts() ) {
		the_post();
                // post layout here
	}