January 29, 2013January 29, 2013 Turn Browser Tab into Notepad data:text/html, source: https://coderwall.com/p/lhsrcq
January 24, 2013 TX Create Author Names for Guest Posts add_filter( ‘the_author’, ‘guest_author_name’ ); add_filter( ‘get_the_author_display_name’, ‘guest_author_name’ ); function guest_author_name( $name ) { global