Search:
Search took 1.00 seconds.
-
Hello,
There is no admin option this yet and so please check on these related discussions http://forums.appthemes.com/multiple-category-selection-37706/ and...
-
check out this thread:
http://forums.appthemes.com/alphabetical-should-business-listing-order-placement-option-36326/
post #19 has the final version of the code you need to put in your...
-
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';
...
-
There's no options in Vantage at this time to organize standard listings alphabetically. Another member of the forum has suggested this in the ideas exchange...
-
Ok. For the featured ads, the change should be:
Featured.php Lines 27-29 (Mod in BOLD)
$args = array(
'post_type' => VA_LISTING_PTYPE,
'posts_per_page' => VA_MAX_FEATURED,
'orderby'=>...
-
Regarding the zoom, really exists a problem. I'll request more information with the team of developers.