Comments Wolf started the conversationJune 7, 2018 at 1:07pmHi,I want to sort my portfolio items by date (https://nebe.design). I changed the code in functions.php as it is described here: https://themenectar.ticksy.com//ticket/1258728/ But it does not work. Did I make anything wrong?Best regradsWolf 3,034Andrew repliedJune 7, 2018 at 8:22pmHey there,Thanks for reaching in,Please try this in your functions.php add_filter( 'pre_get_posts', 'flagship_customization_change_order' ); function flagship_customization_change_order( $q ) { $q->set( 'orderby', 'date' ); $q->set( 'order', 'ASC' ); }Hope this helps,RegardsWolf repliedJune 8, 2018 at 5:22amHi Andrew,the solution is more simple: // 'orderby' => 'menu_order title','orderby' => 'date',// 'order' => 'ASC','order' => 'DSC',Best regradsWolf 3,034Andrew repliedJune 8, 2018 at 8:57amHey there,Thanks for reaching in,Awesome. Please be sure to reach in in case you encounter another issue,Regards Sign in to reply ...
Hi,
I want to sort my portfolio items by date (https://nebe.design). I changed the code in functions.php as it is described here: https://themenectar.ticksy.com//ticket/1258728/ But it does not work. Did I make anything wrong?
Best regrads
Wolf
Hey there,
Thanks for reaching in,
Please try this in your functions.php
Hope this helps,
Regards
Hi Andrew,
the solution is more simple:
Best regrads
Wolf
Hey there,
Thanks for reaching in,
Awesome. Please be sure to reach in in case you encounter another issue,
Regards