Hello Kreisi,
As it is setup now the Portfolio section is only displaying posts in alphabetical order. Can this be changed to display the portfolio posts in a custom order?
Thank you for your response.
Hello Kreisi,
As it is setup now the Portfolio section is only displaying posts in alphabetical order. Can this be changed to display the portfolio posts in a custom order?
Thank you for your response.
when openening templateportfolio.php you can find this at arround line 27:
query_posts($query_string"&orderby=date");
you can append an order by parameter like this:
options available here:
http://codex.wordpress.org/Template_Tags/query_posts#Orderby_Parameters
Thank you for the great support! We will implement the resolution.
You must log in to post.