Portfolio issue
URL to the page in question:
-
Hi,
I’m finding when I alter the sorting of my Photobug portfolio page on http://aphotoangel.com it doesn’t make any changes so my most recent images are right at the bottom of the page (when I’d like them at the top). It doesn’t matter how many times I update or change or publish the page, they always stay in the same place.
Please could you tell me how to resolve this?
Thanks
Jodes
Jodes,
Thank you for your business first of all and great question. You can set the portfolio to display the most recent images at the top. Here’s how:
- Go to the Appearance section of your WordPress control panel and select edit.
- From the list of files on your right, choose gallery-portfolio.php and look for this spot:
'order' => 'ASC',
'orderby' => 'menu_order',
- Replace that with this:
'order' => 'DESC',
'orderby' => 'date',
- Save your changes.
That should change the order on the portfolio page for your images. If you have any questions or trouble, just let me know.
Thanks again,
Bill
Hi Bill,
You’re welcome btw!
That’s brilliant and works perfectly.
Thanks very much
Jodes
Awesome. If you need anything else, just let me know.
Enjoy your weekend,
Bill
- The topic ‘Portfolio issue’ is closed to new replies.