virtualars
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] checkbox search (and)no, I need that in the search, and you select 3 checkboxes in “varie” you must show me the ads that have exactly those 3 checkboxes, not just one
my setting: https://ibb.co/L8p9zF7
my search: https://ibb.co/2W6JV48your code:
add_filter( "adverts_list_query", function( $args ) { if( adverts_request( "varie" ) ) { $args["meta_query"][] = array( "taxonomy" => "varie", "field" => "term_id", "terms" => adverts_request( "varie" ), "include_children" => true, "operator" => "AND" ); } return $args; } );Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] checkbox search (and)this is my research field
- This reply was modified 5 years, 11 months ago by virtualars.
- This reply was modified 5 years, 11 months ago by virtualars.
- This reply was modified 5 years, 11 months ago by virtualars.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] checkbox search (and)this code does not work, it has an error
Viewing 3 replies - 1 through 3 (of 3 total)