WP Custom Login Logo Filter

In an attempt to cut down on plugins and core edits for a customer site I used this snippet to add a custom logo to the login page. … [Read more...]

Change the Howdy! – WP admin bar

The "Howdy" in the WordPress admin bar has never bothered me, but some clients are down right persnickety. This is how we go about fixing that issue. I also put "Access your profile here" in because new website users don't usually know that they … [Read more...]

Genesis Welcome $user Menu Item

This little snippet I wrote to inject the WordPress current user's first name into a nav menu. I put it in secondary nav, but you could hook it anywhere. In the codex you can find all kinds of info to inject under get_currentuserinfo(). Just use … [Read more...]

Genesis Conditional Menu

The client's need was to have a menu that only visitors that are logged in could see. This was to hide pricing and other features that would actually clutter the site for the average passerby visitor. I used the ( is_user_logged_in() ) as my … [Read more...]