• Resolved Rice14

    (@rice14)


    For whatever reason, my category page doesn’t order my categories correctly. In the below image, the categories should go 20, 19, 18. Instead, it’s 19, 18, 20. If I go into descending mode, the order is correct (18, 19, 20), but of course, that’s the opposite of what I need.

    View post on imgur.com

    Here’s the shortcode I used:
    [pci-cat-grid hide_id="1" design="design-2" columns="3" taxonomy="category" show_count="false" order="ASC" orderby="description" hide_empty="true"]

    Any help greatly appreciated!

    • This topic was modified 4 years, 2 months ago by Rice14.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    Please try this shortcode.
    Ex: [pci-cat-grid hide_id="1" design="design-2" columns="3" taxonomy="category" show_count="false" order="DESC" orderby="term_id" hide_empty="true"]

    Please let me know if you have any query.

    Thanks,

    Thread Starter Rice14

    (@rice14)

    Hi Ketan,

    Thanks, but this doesn’t work. In this mode, it goes 16, 17, 19, 18…whereas it should go 16, 17, 18, 19.

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please try “orderby” parameter value “term_id” or “id” in your shortcode.

    Note:- Please do not copy and paste the shortcode parameter because if cause the quote(“) issue writes manually.

    Your problem still now, Please find our website and join live chat.

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category Order Glitch in Ascending Mode’ is closed to new replies.