Only Display Certain Taxonomies on Results Page?
-
Hello,
I am building a business directory similar to YP and I am using Geo My WP for my frontend search form for my users to find a business in there area but the results page displays ALL of the taxonomies associated with each business and I only want to display a few certain taxonomies in the results list then the user can click the result to see more in-depth business info.
The taxonomies are displayed on the results page using the following function:
<?php gmw_pt_taxonomies( $gmw, $post ); ?>
How do I edit this function so that I can display only the taxes I want instead of ALL of them? The taxonomies I want to display are Days, Times, Categories, Services
Also, how can I change the label that precedes the taxonomy? Such as changing the label “Categories” to “business type”.
Thanks!
- The topic ‘Only Display Certain Taxonomies on Results Page?’ is closed to new replies.