Podcast E266 – 5 common WordPress Errors & How To Fix Them

This week I share 5 tips to fix common errors in WordPress

Upcoming Events

Segment 1: In the News

Segment 2: 5 tips to fix common WordPress errors and how to fix them.

increase PHP time limit:

php_value max_execution_time 300

Memory Exhausted Error add

define( ‘WP_MEMORY_LIMIT', ‘256M' );

to wp-config.php file.

Segment 3: Tool of the Week

kswp-e266