Skip to content

Documentation

Extensive Documentation for PowerPack & WooPack to help you with common questions and issues.

PowerPack

  1. Home
  2. Docs
  3. PowerPack
  4. Modules
  5. Content Grid
  6. How to Fix Pods Content Not Loading After Clicking Filters?

How to Fix Pods Content Not Loading After Clicking Filters?

If you’re using PODS and the post content is not loading after the filters are used then please try the following fix.

1. Go to the current theme’s functions.php file.
2. Copy the following line of code to it

add_filter( 'pp_post_grid_ajax_fake_loop', '__return_true' );

Once done, clear all the caches and try using the filters again.

Still facing the issue then please contact us.

Was this article helpful to you? Yes 3 No 2
×