Title: Plugin not working with goodstore theme
Last modified: August 30, 2016

---

# Plugin not working with goodstore theme

 *  Resolved [Soophie](https://wordpress.org/support/users/soophie/)
 * (@soophie)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-working-with-goodstore-theme/)
 * Hey there,
 * I’m using the goodstore theme and cannot get the plugin to work. is it possible
   that it theme is overriding the plugin?
 * Thanx
 * [https://wordpress.org/plugins/woocommerce-products-per-page/](https://wordpress.org/plugins/woocommerce-products-per-page/)

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

 *  Plugin Author [Jeroen Sormani](https://wordpress.org/support/users/sormano/)
 * (@sormano)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-working-with-goodstore-theme/#post-6627573)
 * Hi Soophie,
 * I’d say that they indeed change the nr of products per page in the theme itself.
   
   Can you do a search in the theme and child theme to the text strings: 1) ‘loop_shop_per_page’
   2) ‘posts_per_page’
 * Those are the two usual ‘[hooks](http://codex.wordpress.org/Plugin_API/Hooks)‘
   that are used to change the PPP.
 * Let me know your findings!
 * Thanks,
    Jeroen
 *  [linhtran](https://wordpress.org/support/users/linhtran/)
 * (@linhtran)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-working-with-goodstore-theme/#post-6627815)
 * Hi,
    I have the same problem. I found the filter in **function.php**: `add_filter('
   loop_shop_per_page', create_function('$cols', 'return ' . jwOpt::get_option('
   products_per_page', get_option('posts_per_page')) . ';'), 20);`
 * I tried to delete this code but the drop down still don’t show.
    What should 
   i do?
 * Thanks,

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

The topic ‘Plugin not working with goodstore theme’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-products-per-page/assets/icon-256x256.jpg?rev
   =1090359)
 * [Products Per Page for WooCommerce](https://wordpress.org/plugins/woocommerce-products-per-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-products-per-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-products-per-page/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-products-per-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-products-per-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-products-per-page/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [linhtran](https://wordpress.org/support/users/linhtran/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-working-with-goodstore-theme/#post-6627815)
 * Status: resolved