Ticket for: Combo Blocks
0
An Wens
Hi,
I'm building my first site with Post Grid, but I experience some problems.
The site has a big blog, but when I set the post grid to display all posts, the system doesn't seem to be able to handle that. I have now set it to 120 posts, but that is really not enough. Could you take a look at what's going on please?
It's this page: https://stripgids.anwens.be/nieuws/
On other pages I'm trying to show an overview of custom post types, but that even doesn't work at all: https://stripgids.anwens.be/stripgids/
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
Have you tried by increase site memory? you need to add following code to your wordpress root directory config.php file
define( 'WP_MEMORY_LIMIT', '500M' );
I will check the issue on plugin side if there any opportunity to update or optimize query.
Regards