PenciDesign replied
Staff Reply
Hi,
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