Comments tidehq started the conversationJuly 20, 2018 at 5:17amHi there!I have two questions:1. Are you able to sort portfolio items alphabetically?2. In the main portfolio page that displays all items with the category selections above, the categories are not working on mobile. Have you had this issue before?Thanks, Bronte 2,700PenciDesign repliedJuly 20, 2018 at 8:22amHi,1/ To do that, please replace this code on this image to this code: $query = array( 'post_type' => 'portfolio', 'posts_per_page' => $number, 'orderby' => 'name', 'order' => 'ASC', 'paged' => $paged ); 2/ I just checked on mobile and I see all the categories filter working fine.Best Regards,PenciDesign Sign in to reply ...
Hi there!
I have two questions:
1. Are you able to sort portfolio items alphabetically?
2. In the main portfolio page that displays all items with the category selections above, the categories are not working on mobile. Have you had this issue before?
Thanks, Bronte
Hi,
1/ To do that, please replace this code on this image to this code:
2/ I just checked on mobile and I see all the categories filter working fine.
Best Regards,
PenciDesign