php.ini -Theme-specific settings

I’m wanted to comment rather than answer as I don’t have a solution for you, but I think this is too long 🙂 Hosts vary so widely on how and where they set memory allocation, and whether they allow hosted scripts to set it, that I don’t think there is a bullet-proof solution for you. … Read more

WordPress import error

thank you everyone who give their precious time to this question, lastly I solve this problem by myself… I think this error is because of memory limit. And I have no access to my php.ini file. So I created my own php.ini file with the following in it and added to my wp-admin folder. memory_limit … Read more

posts_results filter function memory errors

Sorry folks – for those curious, I had already solved this later on in my functions.php file and forgot to turn this filter off (silly). Here’s the better solution if anyone cares to comment or improve. Basically, I’m filtering out content based on user role (I have a custom user role as well) so that … Read more