
Sign up to save your podcasts
Or


This week I share 5 tips to fix common hiccups 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
WordPress 5.2 Beta 1
Segment 2: 5 tips to fix common WordPress hiccups.
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
 By Adam Silver
By Adam SilverThis week I share 5 tips to fix common hiccups 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
WordPress 5.2 Beta 1
Segment 2: 5 tips to fix common WordPress hiccups.
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