• Resolved mvcs

    (@mvcs)


    I’m unable to get these featured products to line up in the order I want. It’s especially irritating since most of them are numbered. I tried changing the Menu Order with negative numbers, ascending numbers, and descending numbers. Nothing worked. How do I fix this?
    I’m using a child theme with the StoreFront template.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @mvcs. Are the featured products you’re talking about the four products on the home page? The answer on how to change the order would depend on how they’re being added. Are you using a shortcode, block, or some other method of showing these products on the home page?

    Thread Starter mvcs

    (@mvcs)

    Thanks for getting back to me. Shortcode: [featured_products columns=4]

    Hi @mvcs. The [featured_products] shortcode doesn’t give you many options for configuration, but the products shortcode with an attribute of visibility="featured" will do the same thing and allows you to specify an orderby attribute as well. You can set the orderby to menu_order to do custom sorting, or choose any of the other sorting options. All in all, that might look something like [products limit="4" columns="4" orderby="menu_order" visibility="featured" ]

    For more information, see our shortcode docs

    Thread Starter mvcs

    (@mvcs)

    Thanks, Austin. I appreciate your help. Cheers.

    You’re very welcome! Glad I could help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured Products Not Showing In Designated Order’ is closed to new replies.