WordPress specific a search based on post type and url string.

1
2
<?php if(strpos($_SERVER['REQUEST_URI'], 'news_events') !== false) { ?>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Based on the URL this will change searches to display a specific search for a specific post type, and then only show search results based on the search criteria.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.