Forums › Forums › Search & Filter Pro › Show no results
- This topic has 18 replies, 2 voices, and was last updated 7 years, 2 months ago by Trevor.
-
Anonymous(Private) August 8, 2017 at 6:13 am #124951
Having a little issue to use “Shortcode” — selecting a meta-data doesn’t filter or show results.
I’m using the Ultra theme framework with the child theme but I cannot get the Search & Filter Pro to work. I cannot find the right piece of code to overwrite the Ultra Search function and allow Search & Filter Pro to work.
I would like the plugin to search only meta-data that is store with each post.
I have added post prior to activating the plugin and did have other search plugins that I was using but they have been deactivated.
I have noted the below from you display the search from but can you tell me where in my theme files i need to add this code.
To use within your theme files simply call the
do_shortcode
function with the shortcode provided from the admin screen:<?php echo do_shortcode(‘[searchandfilter id=”1″]’); ?>
my site is http://www.monkemedia.biz
Thank you!
Trevor(Private) August 8, 2017 at 8:58 am #124969Hi
At this stage, have you:
1. Built a search form
2. Successfully placed it on a page (if so, do you have a link/URL). The form can be placed as a widget or as a shortcode, or as a PHP do_shortcode function in a template.Are you trying to:
A. Search Titles and Content from a textual search box (standard WP functionality)
B. Extend the textual search to look inside Taxonomy terms and/or Post Meta (Custom Fields)? This would require the installation of the free relevanssi plugin, plus making some settings.
C. Search Taxonomy terms and/or Post Meta (Custom Fields) using standard form fields (select boxes, radio buttons, checkboxes, sliders)? -
AuthorPosts