Comments Tim started the conversationMarch 23, 2016 at 6:59amHello,I would like to order my portfolio Alphabetically, but I cannot work it out....I found this snippet which should work, but I am not sure where to place it to affect my VC portfolio item. $portfolio = array( 'posts_per_page' => $posts_per_page, 'post_type' => 'portfolio', 'project-type'=> $project_categories, 'paged'=> $paged, 'orderby' => 'title', 'order' => 'DESC' );I would rather not use a 3rd party plugin to achieve this.Thanks! 8,992Tahir repliedMarch 23, 2016 at 10:08pmHey ,Please see: http://prntscr.com/aj1435 . You have to edit the "nectar_portfolio_processing" function in "salient/nectar/tinymce/shortcode-processing.php"Best. ThemeNectar Support Team Tim repliedMarch 24, 2016 at 7:26amThank you. Seeing as this edits the theme files, would an update break this? 8,992Tahir repliedMarch 24, 2016 at 2:58pmHey Again,Yes it would though i am afraid we dont have any child theme code snippet available at the moment. Best. ThemeNectar Support Team Tim repliedMarch 29, 2016 at 6:12amNo worries. Might be worth adding this as an option in the VC element settings in a future update.Thanks for the help. Sign in to reply ...
Hello,
I would like to order my portfolio Alphabetically, but I cannot work it out....
I found this snippet which should work, but I am not sure where to place it to affect my VC portfolio item.
I would rather not use a 3rd party plugin to achieve this.
Thanks!
Hey ,
Please see: http://prntscr.com/aj1435 . You have to edit the "nectar_portfolio_processing" function in "salient/nectar/tinymce/shortcode-processing.php"
Best.
ThemeNectar Support Team
Thank you.
Seeing as this edits the theme files, would an update break this?
Hey Again,
Yes it would though i am afraid we dont have any child theme code snippet available at the moment.
Best.
ThemeNectar Support Team
No worries. Might be worth adding this as an option in the VC element settings in a future update.
Thanks for the help.