Podcast E010 – Speaking vs Doing

BlahThis week I talk about Doing vs Talking

Upcoming Events

Segment 1: In the News

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!