• Resolved eddyemmer

    (@eddyemmer)


    Hi,

    Is it possible to sory the categories manually by ID or by Name? Now he sort it by A-Z.

    This are my cat items: cat1, cat2, cat3, cat4 and I whant to sort like this:

    Orderby: Category Items
    Sort: cat2, cat4, cat5, cat1, cat3

    Can I use shortcode for it? And in which file can I use it?

    Thanks,

    Eddy

    https://wordpress.org/plugins/ecommerce-product-catalog/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ndre

    (@ndre)

    Hi Eddyemmer,

    You can use [show_categories] shortcode to achieve this:

    [show_categories include=”cat2,cat4,cat5,cat1,cat3″ orderby=”include”]

    Just replace cat2,cat4,cat5,cat1,cat3 with proper IDs.

    See the show_categories shortcode docs.

    Thread Starter eddyemmer

    (@eddyemmer)

    Just replace cat2,cat4,cat5,cat1,cat3 with proper IDs.

    Can I not use the category name?

    thanks!

    Plugin Author ndre

    (@ndre)

    You should use IDs, not names. Is it OK for you?

    Thread Starter eddyemmer

    (@eddyemmer)

    Oke! Yes its fine.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Category Sort by…’ is closed to new replies.