0
votes
0answers
21 views

How can i do a search for tags in a certain category?

I'm trying to search for a certain category with a tag, how can I do this via url? For example: www.example.com/?cat=1&tag=tag1 how can i achieve this using parameters in the url?
0
votes
1answer
60 views

Search posts by Tag

I'd like my search forms to only display results organized by tag. I know you can add &tag=TAGNAME to the end of a search results URL, but how do I integrate it into a form so that my site only ...
0
votes
1answer
21 views

How to display articles based on composed tag

I'm encountering an issue when I want to display some articles based on a "composed" tag like "amnesty-international". The query doesn't return any results. The fact is I have two article tagged with ...
0
votes
1answer
126 views

Add relevant tag to search results

Tags are a major part of my platform. Using the default search, if the search term matches a tag, on the results page, I want it to display: <p>Are you looking for our <a ...
0
votes
1answer
47 views

Make search result returned only from tags! [duplicate]

I was trying to search entire Google, Yahoo and Bing, but also can't get the answer i want. That is why i am here to ask for help. Now, i make searches on my website, the results are returned from ...
0
votes
2answers
190 views

Strip HTML Tags From Search Results

When I make a search, if there is an image title within a img tag, it's displayed in a very ugly fashion among the search results (the whole tag is displayed and the picture too). I found this script ...
2
votes
1answer
375 views

Help with multiple dropdown tags search

I'm trying to build a search form that allows the user to choose certain post tags and filter through real estate listings. So far I have the form built but when I click the search button it brings me ...
-1
votes
1answer
171 views

Search with multiple selects that include tags

I need to make custom search for specific house projects in my new wordpress site. It needs to have 4 dropdown lists - 1 [number 2] for categories and 3 [numbers 3,4,5] for tags. Tags need to be ...
1
vote
1answer
181 views

search also in taxonomy, tags and custom fields

I have found many answers separately for Taxonomy, Custom fields and Tags, most of them outdated. But how to combine a search in: - designed custom fields of a custom post - custom taxonomy terms - ...
1
vote
2answers
1k views

Search by word, category, tag, author

I want to make a search page, offering search functionalities by: 1) word 2) tag 3) category 4) author Can you recommend any technique, any guideline as per how to tackle this?
0
votes
1answer
54 views

Displaying a list of tags in my archives page

I'm looking to display a list of tags on my archives.php page. Here is the search archives page. I have archives by month <ul> <?php wp_get_archives(); ?> </ul> Archives by ...
0
votes
1answer
146 views

Related posts by searching post tags of single post as terms

I want to have a related loop of posts on single post pages and to do this I want to search the tags of the post. My first question is can you use the search in query posts for multiple terms and what ...
1
vote
1answer
160 views

Search by keywords with boolean operators

Is there a way to tell WordPress to only search the keywords and nothing else? For example, if I searched "yellow, red, white" it would only display posts with one or a combination of those keywords ...
3
votes
1answer
557 views

Exclude Specific Term from Search

It is possible to search for posts with a specific term by appending the URL with: ?&term=abc Is it possible to do the opposite and search excluding a specific term? Something like: ...
0
votes
2answers
1k views

How to make tags show up in search results?

Im looking for a way to make tags a searchable object. To clarify, Im NOT trying to make the search engine search posts by looking at its tags, but I want tags to show up in the results just like a ...
0
votes
1answer
132 views

Should I use categories or tags for this case? [closed]

I am trying to create a category page where it lists the posts in a specific category. However I need to have a dropdown search field which will filter the posts within the category. So let's say I ...
1
vote
2answers
2k views

How to search for categories and/or tags?

I have a search function on my blog. If I enter a value, say 'fruits' in the search box and it doesn't match in any of the posts but it is the name of a category in the blog then I want the posts that ...
1
vote
1answer
1k views

Search for tags

Is it possible, to search just for tags? Not any other taxonomies or post types, just tag titles.
1
vote
1answer
898 views

Tags to Post-ID mysql query. Tag Search

Im trying to implement a tag-based search. When i specify certain tags, tagged posts will be searched and the post-id will be displayed that matches the searchcriteria. Currently it only works for a ...
1
vote
2answers
221 views

Creating a “Tags” page with search option, instead of using a widget

I've searched for answers on that, not sure I found anything. I have a blog about movies, and I'm using tags for actors (i.e. brad pitt, kevin spacey). I'm interested to create a dedicated "actors" ...