Comments zeynlambat started the conversationMay 29, 2018 at 4:07pmHello,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-hireThanks! 3,032Andrew repliedMay 30, 2018 at 8:01amHi 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 1356Add a orderby parameter into the array: https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_ParametersHope you can work it from there. zeynlambat repliedMay 30, 2018 at 11:58amHey 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,032Andrew repliedMay 30, 2018 at 12:20pmHey there,Thanks for reaching in,Yes when the theme updates all these modifications will get overwritten. Regards Sign in to reply ...
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!
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.
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?
Hey there,
Thanks for reaching in,
Yes when the theme updates all these modifications will get overwritten.
Regards