Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » Forum Usage » Forum How-To »

How to set search result page by custom field?


 
Prev Previous Post   Next Post Next
  #1  
Old Sep 28, 2012, 11:51 AM
orimo
 
1 posts · Sep 2012
How to set search result page by custom field?

hello.
i need help...
i am having a bbpress website, and i want my search results will be sort by custom field.
the cf is "price", and the result need to be display from the highest to the lowest.

this is the code for my search.php
`
<?php get_header(); ?>

<div id="main">

<?php do_action( 'bp_before_blog_search' ) ?>

<div class="blog-heading">
<em class="fr"><?php _e('search resulte', 'huddle'); ?></em>
<h3 class="fl"><?php printf( __( '"%s"', 'huddle' ), get_search_query() ); ?></h3>

<div class="clear"></div>
</div><!--.blog-heading-->

<?php // Include the WordPress loop file
load_template( TEMPLATEPATH . '/includes/loop.php' );
?>

<?php do_action( 'bp_after_blog_search' ) ?>

</div><!--#main-->

<?php get_sidebar(); ?>

<?php get_footer(); ?>
`
this is extremely urgent. i really need help here guys.

i already read a lots of tutorial about it, but still can't do it.

Last edited by lmilesw; Sep 28, 2012 at 12:11 PM.
 

Bookmarks

Tags
custom fields



Similar Threads
Thread Thread Starter Forum Replies Last Post
Show custom field in kicker - only IF field value exists jaxon Center area post/pages 13 Feb 6, 2013 01:11 PM
[SOLVED] How to configure the font of the page which show a search result. Talia Header configuration & styling 2 May 19, 2011 07:21 AM
Custom field image with custom field link mbastos Atahualpa 3 Wordpress theme 1 Jul 1, 2010 08:17 AM
search box results giving the same result no matter what searched Dani808 Customization, Design, Programming... 5 Dec 31, 2009 07:50 PM


All times are GMT -6. The time now is 02:11 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.