Gargantu4
Forum Replies Created
-
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Get a link for search resultsok, thanks. 🙂
btw, your plugin is awesome, keep on coding 🙂
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Get a link for search resultsYeah it works!
..but it show the results on archive.php and not in search.php like your plugin. There’s some parameter i need to add to that string?
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Get a link for search resultsYeah, understood.. but if i use the link without square brackets in FIREFOX dosent work.
Help 🙁
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Get a link for search resultsNo, i mean i would like to link to a search results like this:
<a href="<?php echo get_bloginfo('url').'?s=b2a055e039&formid=3231&cmf[0][value]='.$ManufacturerName.'+&cmf[1][metakey]=wpcf-status&cmf[1][compare]=1&cmf[1][value]=wqsfcmfall'?>"/> ALL PRODUCTS MADE BY <?php echo $ManufacturerName ?></a>But this not working in IE and CHROME due to the square brackets.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Get a link for search resultsThanks for the fast reply 😉
i would like to have a link who leads to a search result with specific parameters.
For example:
i have a custom type called Product with differents Manufacturers (custom taxonomies).
So for each Manufacturer i have a dedicated page where i would like to have a link who leads to a search result with all the products with the same Manufacturer (taxonomies).
How can i “build” that link?