This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Rorder Portfolio Items included in Home Page layout

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #2731
    Jason Bobich
    Keymaster

    Hello Emil,

    Keep in mind you’re using a version of the theme that we no longer support. Almost a year ago, we completely re-did the theme from scratch (which you can download for free from ThemeForest).

    I just dug up the last 1.x version of Alyeska and can see why you’re having these odd issues. I’m just sort of speculating by looking back at the old code, but in theory, this should fix your issue.

    Open this file: /includes/theme_functions/alyeska_portfolio.php

    Find this towards the top:

    $query_string = "post_type=portfolio-item&order=ASC&orderby=menu_order&posts_per_page=$num";

    And change it to this:

    $query_string = "post_type=portfolio-item&posts_per_page=$num";

    Now they should be ordered by their publish date.

    #2739
    emilwisch
    Member

    Thanks so much, Jason. I’ll implement in the coming days.

    #2930
    emilwisch
    Member

    Hey Jason – I just wanted to follow up with you on this. That fix didn’t work. I appreciate you going back to the old theme files to try and help, though.

    I’m just going to work with my client to get to work on updating the theme.

    Thanks again ~ Emil

Viewing 3 replies - 1 through 3 (of 3 total)
  • The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.