THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

"Shop" page layout modification

Home › Forums › Omega › "Shop" page layout modification

Tagged: Design, frontpage, homepage, layout, Shop page

  • This topic has 1 reply, 2 voices, and was last updated 12 years, 2 months ago by han.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • February 5, 2014 at 2:29 am #1676
    kueclee
    Participant

    It is possible to define 3 columns for products layout (on the frontpage) instead of just 4? Also, is there any way I could adjust the number of results on the “Shop” page (from the standard 10 to 12 or 15)?

    Thanks!

    February 5, 2014 at 3:51 pm #1677
    han
    Keymaster

    Q: It is possible to define 3 columns for products layout (on the frontpage) instead of just 4?
    A: Add this to functions.php

    // Change number or products per row to 3
    add_filter('loop_shop_columns', 'loop_columns');
      if (!function_exists('loop_columns')) {
        function loop_columns() {
        return 3; // 3 products per row
      }
    }

    Q: Also, is there any way I could adjust the number of results on the “Shop” page (from the standard 10 to 12 or 15)?
    A: Go to “Settings > Reading” and change “Blog pages show at most”

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php