How to order Ads in category listing by title DESC or ASC
Hi Guys,
I want to order my ads in my category listing by title DESC or ASC. So I added this code in taxonomy-ad_cat.php file
PHP Code:
query_posts(array('orderby' => title, 'order' => DESC));
but is not working.
I can't see any ADS.
Could you help me?