Search:

Search: Search took 1.00 seconds.

  1. How-to: Vantage 1.1.2 - Set default Radius in search

    Hi all,

    I previously posted a how-to for setting the default search radius here, however, it only works for Vantage 1.1.

    I finally got around to updating to the latest Vantage 1.1.2 which...
  2. Hi johno69, For #2 (Hard code &radius=20 into...

    Hi johno69,

    For #2 (Hard code &radius=20 into the search results string), the 'easiest' way would be to modify the form a little bit in header.php. I've tested the working solution below:

    Find...
  3. There is a small revision to the above code that...

    There is a small revision to the above code that is necessary, or else search does not work correctly.

    Change this:

    else :
    $args = $wp_query->query;
    $args['orderby'] = 'title';
    ...
  4. Hi there, You're right, I can confirm those...

    Hi there,

    You're right, I can confirm those quirky behaviors. I've fixed it below:

    You'll need to add the following before the query_posts( $args ); inside the if( $featured || is_page() ): ...
  5. Replies
    23
    Views
    1,888

    I don't know why people are being so secretive. I...

    I don't know why people are being so secretive. I posted a solution that worked for me here:
    ...
  6. Hi all, I wanted the following: - Listings on...

    Hi all,

    I wanted the following:
    - Listings on front page are sorted by newest (default)
    - Listings in categories are sorted by A-Z

    I accomplished it by modifying /vantage/archive-listing.php....
Results 1 to 6 of 6