Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1648305
Portofolio items
Closed

Comments

  • tidehq started the conversation

    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

  •  2,699
    PenciDesign replied

    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