Hi, I'm using the portfolio to make a sort of 'staff directory', and I started making entries from the top-down; unfortunately, when I display the portfolio, the entries are being displayed from the bottom up.... Newest to oldest. I know that there is a simple way to reverse the display order, but I don't know what it is within the context of the Portfolio system. Can you please help? Sorry if this is an obvious question, but I'm a designer, not a developer, and I am running late on this project as it is. I've tried looking it up, but so far, to no avail! :D otherwise, I love the theme and am finding it super easy and intuitive to implement, so thank you for that!
Possible to reverse portfolio display order?
4 posts from 2 voices-
Posted 1 year ago #
-
Hey,
open up includes/loop-portfolio.php and replace:
if(isset($avia_config['new_query'])) { query_posts($avia_config['new_query']); }with:
if(isset($avia_config['new_query'])) { $avia_config['new_query']['orderby'] = "title"; $avia_config['new_query']['order'] = "ASC"; query_posts($avia_config['new_query']); }Posted 1 year ago # -
you are awesome!!! sorry, i just saw this reply, otherwise i would have responded sooner. thank you so much! :D
Posted 1 year ago # -
Glad that I could help yoo :)
Posted 1 year ago #
Reply
You must log in to post.














