Okay
  Public Ticket #1591790
Sorting Portfolio Items Alphabetically
Closed

Comments

  • zeynlambat started the conversation

    Hello,

    Currently, the items displayed in my portfolio are in date order (order I created them).

    I was wondering, is there a possibility to display all portfolio items alphabetically? Such as the one on the page below:

    https://yourequip.com/av-hire

    Thanks!

  •  3,032
    Andrew replied

    Hi zeynlambat,

    There is no way to set a sort order on the portfolio element.

    You will need to make some customization to the code i.e. the query that is used to get the portfolio elements.

    This is on the following file:

    salient\nectar\tinymce\shortcode-processing.php: the array of query arguments on line 1356

    Add a orderby parameter into the array: https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

    Hope you can work it from there. 

  • zeynlambat replied

    Hey Andrew,

    Thanks for your reply.

    Will this change have to be made every time when the theme is updated, and I have to upload the new wordpress file?

  •  3,032
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Yes when the theme updates all these modifications will get overwritten. 

    Regards