Okay
  Public Ticket #712857
Single Portfolio Ordering
Closed

Comments

  • Tim started the conversation

    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.

    $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,992
    Tahir replied

    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 

  • Tim replied

    Thank you. 

    Seeing as this edits the theme files, would an update break this?

  •  8,992
    Tahir replied

    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 

  • Tim replied

    No worries. Might be worth adding this as an option in the VC element settings in a future update.

    Thanks for the help.