RSS Amplifier

Recent Questions - WordPress Development Stack Exchange · Aug 23, 2014

Show matching categories in search page

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

my current search only shows POSTS as results. http://newslines.org/?s=george My site has categories for George Clooney, George R.R. Martin etc. How do I get a list of categories that match the search term to show at the top of the results page? I have tried this: <?php $search_query = get_search_query(); $term = get_term_by( 'name', $search_query, 'category' ); if ( !empty( $terms ) &&…

Read on wordpress.stackexchange.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.