This week I talk about Doing vs Talking
Upcoming Events
- SouthBay WordPress Meetup – Dev Day – May 31, 2014
Segment 1: In the News
- My name is in the News! [Adam Silver of the NBA]
- Headway 3.7 Beta
Segment 2: Don’t forget to DO work using WordPress vs Talking about WordPress
• Starve the Doubts Podcast mentioned. My favorite podcast!
Segment 3: Tip of the Week
- Hiding “Lost Your Password” link to get email sent:
The code I used in functions.php is:
function remove_lostpassword_text ( $text ) {
if ($text == ‘Lost your password?'){$text = ”;}
return $text;
}
add_filter( ‘gettext', ‘remove_lostpassword_text' );
Questions are welcome! Send email or use the SpeakPipe button above!