Skip to content

Instantly share code, notes, and snippets.

@philcon93
Created June 1, 2016 05:26
Show Gist options
  • Save philcon93/96bf69cea845313210c72279a348948a to your computer and use it in GitHub Desktop.
Save philcon93/96bf69cea845313210c72279a348948a to your computer and use it in GitHub Desktop.
Search Results

Search Results Page Show Blogs in Results

B@SE

Adding this on the search results page will show blog posts related to keyword

<!-- Content Results -->
[%FILTER ID:'keywords' if:'ne' value:''%]
[%THUMB_LIST type:'content' content_type:'blog' template:'' filter_category:'' pgnum:'1' limit:'[$related_limit$]'%]
[%PARAM *header%]
<h2>[@total_results@] Other Results for '[%NOHTML%][%FILTER ID:'keywords'%][%END FILTER%][%END NOHTML%]'</h2>
[%END PARAM%]
[%PARAM *ifempty%]
[%END PARAM%]
[%END THUMB_LIST%]
[%END FILTER%]
<!-- End Content Results# -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment