I receive a lot of requests for how to put a login form into the theme header. This is not really a difficult process, but to make the “not-to-difficult” even easier, I have put together some generic code that can be used for this. (Now also available as a widget.) Continue Reading →
Blog
Bootstrap sidebar login
The sidebar login form on this site is customized with the Bootstrap sprites using the method described here. Continue Reading →
Using wpmem_block to block a category
Suppose you want to block any post that is in a certain category. This example shows you how to do that using the wpmem_block filter hook. Continue Reading →
Redirect a user on first login
Suppose you have some information you want to direct first time users to, such as a rules page, or a list of certain posts, etc. You would like to do that the first time they login as a new user. You can do that with the magic of the wpmem_login_filter.
Continue Reading →Sidebar login status
The sidebar on rocketgeek.com is customized with some relatively simple filter hooks in the plugin. Adding the avatar is similar to the method described in this post. Read on for the exact script that I am using here. Continue Reading →