Jump to content
Sign in to follow this  
umitgokce

How can I create custom search page, with custom results using GET method.

Recommended Posts

umitgokce

My problem is that I want to extend "WP-search" by searching in customs fields. So i created custom page with search form by custom fields. All works fine, until i press "Submit"... The CMS redirect me to index. How can I stay on my search page? <?$mykey_values = get_post_custom_values('state'); foreach ( $mykey_values as $key => $value ):?> <?=$value;?> <?endforeach;?> .... And second question, how better organize the loop of results? I need query_posts for processing. Something like this http://sixrevisions.com/wordpress/custom-fields-search/. But where need i to put this code. Inmy template file, or in section file, or in functions.php? Or... Where can i customize Standart search page? In original wordpress it's really simple.

Share this post


Link to post
Share on other sites
Danny
Hi Umitgokce, What you're asking for would require custom code and therefore I would recommend you contact one of the Pagelines Pro's, who will be happy to help. http://www.pagelines.com/pros/ Although it may not be what your looking for, have you tried giving this plugin a go, I think it may have some options that may help you. http://wordpress.org/extend/plugins/relevanssi/

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
umitgokce
Plugin isn't my way. I have possibility, to write my own code. I need only right direction to realize this functionality. Maybe i have to contact the PROS

Share this post


Link to post
Share on other sites
Danny
I'm sure the Pros will be able to assist you and I have accepted your answer.

Please search our forums, before posting!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×