lashisu
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Post Search] Linkable ResultAny Update on the below:-
Have you added shortcode like “[acps_results acps_post_type=city-guide acps_form_id=569 state=delhi-ncr themes=beaches months=january]” in your current release?
Forum: Reviews
In reply to: [Advanced Custom Post Search] Best plugin ever for search module.As well my problem was solved before my expectation.
Forum: Plugins
In reply to: [Advanced Custom Post Search] Linkable ResultHi,
1. Have you added shortcode like “[acps_results acps_post_type=city-guide acps_form_id=569 state=delhi-ncr themes=beaches months=january]” in your current release?
2. On search I am getting “search.html?acps_post_type=city-guide&acps_form_id=569&state=&themes=&months=” as query strings.
Can I directly pass acps_post_type & acps_form_id values in the code directly? So user can not view these details in the URL as well as for SEO purpose.
Thanks.
SushilForum: Plugins
In reply to: [Advanced Custom Post Search] Linkable ResultOne more questions. Can there be a “SHORTCODE” for result page, where some parameter can be passed for search result.
Some thing like
“[acps_results acps_post_type=city-guide acps_form_id=569 state=delhi-ncr themes=beaches months=january]”
And this will give some result.
Forum: Plugins
In reply to: [Advanced Custom Post Search] Linkable ResultOh, Yes. I was looking to use $_GET method instead on $_POST. It worked for me. Thanks a lot.
🙂
Forum: Plugins
In reply to: [Advanced Custom Post Search] Linkable ResultI have already Version 1.2.3. But it seems that here is $_GET method is being used.
Go to this “http://www.paryatak.com/city-guide/search.html” URL where I am using your plugins.
There is search form on the left panel. If you will click on search button.
It will show the 2 results. But nothing is found in URL “http://www.paryatak.com/city-guide/search.html“.
I want, if user will click on this url “http://www.paryatak.com/city-guide/search.html?state=delhi-ncr&themes=historical&months=december” directy. Page should get data according to $_POST data from URL, which is not happening for the moment.
So, form should post instead of get.
Forum: Plugins
In reply to: [Advanced Custom Post Search] Linkable ResultActually I want to make it SEO friendly. If you will make it $_POST then we can use it like our requirement or let me know other solutions. It will be a big help for us.
– Sushil Kumar
([email protected])