Beginner Guides
Simple Cache: A New One-Click Install Caching Plugin for WordPress
WordPress caching plugins are notorious for being packed full of confusing options, spammy with upsells, and difficult to uninstall. Users who are looking for a caching solution that simply works and has nothing […] Read more
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted
Did your WordPress website run into the PHP Fatal error ‘Allowed memory size of 134217728 bytes exhausted’? Did you get loading errors 500 from time to time without any noticeable reasons or did […] Read more
Enable WordPress Debug Log
You may get an error 500 or a blank page when you open your WordPress website. To find out which plugin or broken code is causing that error you need to tell WordPress […] Read more
Move custom field data to post content via phpmyadmin
After the bestia theme 3. version realease we changed many things on our themes and we got many questions about fixing things at once using any sql command, one of them is: How […] Read more
How to incrase WP Memory Limit
Solution for Fatal error: Allowed memory size of XXXXXXXX bytes exhausted. WordPress Memory Edit your wp-config.php file and enter something like: define('WP_MEMORY_LIMIT', '256M'); define('WP_MAX_MEMORY_LIMIT', '256M'); You can read more about this here. PHP Memory […] Read more
How to set up and configure CloudFlare for WordPress
If you made it through the W3 Total Cache configuration section, CloudFlare is going to seem like an absolute walk in the park in comparison. Grab a fresh cup of coffee and let’s […] Read more
How to fix insecure urls in wordpress database without using phpmyadmin
Some webmasters are new in this area and they don’t know what does phpmyadmin or sql mean.So I would like to write this guide just to help the newbeas. Lets start to this […] Read more
Unable to install wordpress plugins on localhost
When creating WordPress websites I like to do so locally (e.g. XAMPP). Working locally has allot of advantages like faster load speed, being able to load the entire project in the IDE of […] Read more