Posts Tagged ‘Wordpress’

The following is some PHP code to add a Login and Logout link to a Wordpress Theme. Or in other words, toggling the logout/login button in Wordpress.   Making it so that logged in site visitors see a logout button and not logged in visitors see a login button. Learn how…

Wednesday, May 20th, 2009
  1. Remove » from your Wordpress title
    Change calls to wp_title() to wp_title(”).  Depending on your wordpress theme, you may also want to move  the wp_title to be right after the <title> start tag
  2. (more…)

Wednesday, July 2nd, 2008