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…
Posts Tagged ‘Wordpress’
- 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




