09/23/2015 at 5:25 pm
#347964
Keymaster
@ Kim
Settings define('WP_MEMORY_LIMIT', '256M'); in the wp-config.php file seems to have done the trick. fyi, you have to add options before the if ( !defined('ABSPATH') ) line otherwise they will have no effect.
Also, I see that you are listing 478 entries on your directory page… I highly recommend you purchase a template with pagination support. You are going to keep running into server resource issues otherwise. This is not a bug or limitation in Connections, the same would occur if you tried to list that many WordPress posts on a single page too.
Hope that helps!
