This week I share 5 tips to fix common errors in WordPress
Upcoming Events
- WordCamp London – April 5-6, 2019
- WordCamp Torino – April 5-6, 2019
- WordCamp Santa Clarita – April 5-6, 2019
- WordCamp Madrid – April 6-7, 2019
- WordCamp Raleigh – April 6-7, 2019
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