New Landing How can we help? Themeforest Theme Support Flexform Can I display 100 products in one Shop page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #300735
    reddion
    Member
    Post count: 52

    Hello,

    I read from another topic created by someone else that displaying 6 products per row is not possible in the Shop page (is that possible now?) But I have another question. Right now my shop page is displaying only 10 products per page. How do I make it so each page displays 100 page all at once? Is that possible?

    Thank you very much for your help ๐Ÿ™‚

    – Fred

    #300764
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You can add the code below in the functions.php of your child theme.
    Change the value from 24 to the desired value.

    add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 );

    Hope it helps.

    -Rui

    #301270
    reddion
    Member
    Post count: 52

    Thank you so much, Rui!! You’re the best! ๐Ÿ™‚ I’m marking this topic resolved.

    -Fred

    #301272
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Thanks. Glad it’s sorted.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register