Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I just fixed this with a Bluehost install: it’s not a php addtype issue, it the default maximum memory. Add the following line to your wp-config.php file (anywhere should be fine, but I added it toward the top of the file):

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    After that, it worked fine (and fast — blink and you’ll miss it).

    I realize that I’m responding two months after the last post, but I’ll offer this info for anyone else searching for how to solve this. Mind you, I haven’t yet performed this, but the answer seems relatively straightforward: Since the date limitation is being done with a filter, not in the “query_posts” parameter, the filter needs to be removed after the first loop and before the second loop starts.

    Why would “wp_reset_query” remove a properly added filter? It shouldn’t, that’s all.

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