Tagged Questions
0
votes
0answers
50 views
Creating Advanced Search with text & Dropdowns
I am working to develop an advanced search option. Where there will be fields:
Text input Field (Post Title)
Dropdown (it will be a taxonomy)
Dropdown (it will be a taxonomy)
Basically I need ...
0
votes
0answers
31 views
AJAX post method for searching posts error
The following errors occur when you try to load an URL with [] in it (as far as I know). I don't know why I am getting this errors, how can I correct the code below?
Errors: Warning: strpos() ...
0
votes
0answers
18 views
Stand alone search function for a specific CPT and its taxonomies?
I have a large number of entries entered as Custom Post Type's with their searchable data organized into 3 or 4 different taxonomies.
I wanted to implement a stand alone search form in a page ...
0
votes
0answers
100 views
Combine Two Plugins to Filter by Custom Taxonomy and Custom Field
I'd like to give my users the possibility to filter the posts by Categories, Tags, and Custom Field values.
Search/filter form would be multiple fields:
Field One
City:[categories with a parent ...
0
votes
1answer
109 views
Search by tag name and category
How can I return all posts that match a specific taxonomy using <?php get_search_form(); ?>
For example: if a user enters a search query that matches the name of a tag or category, search.php ...
2
votes
1answer
372 views
Exclude from search all custom posts which are NOT in a taxonomy term
I have a custom post with a taxonomy associated to it. That taxonomy only has one term, and posts either belong to it or not, in a boolean fashion.
On the search results, I wish to show the custom ...
2
votes
1answer
200 views
Wordpress Search documentation: how to improve search query using taxonomy terms, custom meta fields?
I'm trying to understand how Wordpress search works. I haven't found much info on the Codex. Arguably, search is not the best WP feature. Even Wordpress.org uses Google Search.
I would like to make a ...
1
vote
1answer
365 views
Advanced search form with filters for custom taxonomies
I'm trying to build a complex search form with filters for several custom taxonomies, a search terms input and a select for the number of items displayed / page.
The question has been posted before ...
1
vote
1answer
195 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
0answers
118 views
dropdowboxes with pre-selected custom fields optios that filters the results according seach needs
In my site I have one custom post types with custom taxonomies:
custom post_type=listings --> Category --> Tags
Along with it, I have some custom fields to separate them by country, state, region.
...
0
votes
1answer
60 views
Archive custom template from search
I'm using this code for a dropdown of categories. On selection of the dropdown the desired category is displayed using the archive template. I cannot for the love of me get the template hierarchy to ...
0
votes
2answers
212 views
Include different loop templates in search query
I have differnet Custom Post Types in my blog. I also have custom templates for each of them like loop-{$cpt-name}.php
I would like to include different cpt templates dynamically in search results ...
0
votes
1answer
325 views
search using multiple taxonomies and keyword
I have made six custom taxonomies. I want to perform search using keyword and custom taxonomy in wordpress
For eg: I want to have a dropdown with only four custom taxonomies(not all 6) and then filter ...
1
vote
1answer
658 views
Custom Taxonomy Tag Search
I have an existing WordPress search function, what I'd like to be able to do is extend the search to the tags from my custom taxonomy...how do I do that?
<form method="get" id="searchform" ...
0
votes
2answers
1k views
Keyword search limited to specific post type filtered by multiple custom taxonomies?
Is it possible to limit a search for keywords to a specific post type (say 'news') but filter the results by selected custom taxonomies?
I have a news section.
This has the custom post type called ...
3
votes
1answer
598 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:
...
1
vote
2answers
173 views
How to find taxonomy name using only taxonomy TERM ID (or taxonomy term name)
I am developing a multiple search filters function and I need to filter the search results page.
I have 3 custom post types, each one with its custom taxonomy. So I have the custom post types:
CPT ...
10
votes
4answers
13k views
Advanced search form with filters for custom taxonomies and custom fields
I'd like to build an advanced search form for a specific custom post type, having filters for that custom type's custom fields and custom taxonomies AND for another custom type's properties (fields ...
0
votes
1answer
144 views
Taxonomy or Custom Field
I'm creating a network that has profile pages for authors (custom post type) on the main site, where I've created a few non-hierarchical taxonomies to help users sort through the authors.
These ...
1
vote
2answers
1k views
Passing form inputs into multi-taxonomy query
I'm in the process of building out a search page to perform a query on a custom post type and its associated meta and taxonomy. Eventually, I would it to query multiple taxonomies as well as compare ...
1
vote
1answer
795 views
How to filter WordPress search, excluding post in some custom taxonomies?
I want to filter WordPress search (and also WordPress listing of posts) on 2 values of a custom taxonomy.
I tried this code, filtering my custom taxonomy named "marque", excluding 70 or 67 IDs (nb : ...
1
vote
2answers
607 views
how to search in custom fields & custom taxonomy for custom search
I have a custom search which is a form that submits to the same page and uses wp_query to filter the results for a jobs site that I would also like the keyword search to also search in custom fields ...
1
vote
0answers
370 views
Custom search using custom fields, post type, and custom taxonomy [duplicate]
Possible Duplicate:
Include custom taxonomy term in search
I need to create a search on a certian post type and then be able to have a checkboxes and dropdowns to search custom fields and ...
1
vote
1answer
128 views
How do I keep the page I'm on within the URL when running a search on a taxonomy?
I'm trying out a couple of plugins to aid in searching of taxonomy terms. One is called "Query Multiple Taxonomies" and the other is called "Drop-down-custom-taxonomy".
What I'm wanting to keep the ...
3
votes
1answer
564 views
Sort posts by number of matched terms
I have form where I list all terms associated with posts as check boxes, user should pick few of them, hit search and get all posts that match all chosen terms. It works great when there are posts ...
0
votes
1answer
2k views
Multiple Drop-Down custom taxonomies search
I know this question is asked many times on stack-exchange, but I am with something new
I want to have three Drop Down Boxes and a search button, the drop-down boxes will contain terms of 3 custom ...
1
vote
1answer
811 views
Add multiple taxonomy filters to edit.php that support search
After reading through this fantastic tutorial by Mike Schinkel:
Adding a Taxonomy Filter to Admin List for a Custom Post Type?
I have discovered a few issues that I need to work out. Search does ...
9
votes
4answers
6k views
Include custom taxonomy term in search
I have two custom taxonomies applied to two custom post types. the terms list on the sidebar just fine and will list all posts associated with it. However, if you search one of the terms in specific, ...
4
votes
5answers
2k views
How to replicate some of Drupal Views functionality in WordPress?
I admit, I still think in Drupal. (In choosing between developing in WordPress and Drupal, I still tend to favor Drupal, because I haven't yet figured out a few things on the WordPress side.)
Can ...