Portfolio issue

Support Area Forums Photobug Portfolio issue

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #7954
    Jodes
    Participant

    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

    #7955
    Bill Robbins
    Moderator

    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:

    1. Go to the Appearance section of your WordPress control panel and select edit.
    2. From the list of files on your right, choose gallery-portfolio.php and look for this spot:
      
      'order' 		 => 'ASC',
      'orderby' 		 => 'menu_order',
      
    3. Replace that with this:
      
      'order' 		 => 'DESC',
      'orderby' 		 => 'date',
      
    4. 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

    #7962
    Jodes
    Participant

    Hi Bill,

    You’re welcome btw!

    That’s brilliant and works perfectly.

    Thanks very much

    Jodes

    #7963
    Bill Robbins
    Moderator

    Awesome. If you need anything else, just let me know.

    Enjoy your weekend,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio issue’ is closed to new replies.