Divi fix limits library media view
-
Hello, your fix for the Divi theme:
dd_action( ‘pre_get_posts’, ‘wppp_extra_filter’, 30 );
function wppp_extra_filter( $query = false ) {
$query->set( ‘posts_per_page’, apply_filters( ‘loop_shop_per_page’, 12 ) );
}seem to also limit the amount of items returned from the media library (only shows 12 in grid view).
I can get them all if i switch to list view then search for which item i need but this still is a big inconvenience to our client.Do you know if there is another way to fix this for divi that allows the media library grid view to remain functional?
Cheers! otherwise nice plugin 🙂
The topic ‘Divi fix limits library media view’ is closed to new replies.