Views plugin lets you build your own custom search for any content type. These searches can be based on post content, taxonomies and custom fields.
When you ask for help or report issues, make sure to tell us settings for your custom search.
Viewing 15 topics - 736 through 750 (of 763 total)
Problem:
how to exclude specific taxonomy term from search result
Solution:
If you do not added category search filter, you will just require to add the taxonomy filter and select the option "NOT one of the following" and select the category you want to exclude from search.
Problem: I would like to set up some links to my monthly archives. The post date should be displayed as the text link. If the User clicks the date, it should redirect them to a monthly archive for the corresponding month and year of the post date.
Solution: Use custom HTML and shortcodes to create a link tag in the following format:
Problem: I have a checkboxes group custom field with several options. Two of the options display no results in a custom search View, even though several posts have those checkboxes checked.
Solution: Ensure there are no commas in the checkbox name or value. Commas seem to be causing problems with search. For best results, use simple text only without punctuation or special characters.