
Debug Bar Plugin for WordPress
I was working on a test site on WordPress.com yesterday and I noticed a Debug button in the admin bar. Clicked on it and some awesome info appeared that was…
I was working on a test site on WordPress.com yesterday and I noticed a Debug button in the admin bar. Clicked on it and some awesome info appeared that was…
I’m not too sure if breadcrumbs are still popular when it comes to modern websites but I find them pretty useful when navigating around. I put together a simple function…
In WordPress, the post excerpt can be displayed using a function called the_excerpt(). This function has no parameters but it does have some filters which you can hook into. I…
Since the release of WordPress 3.3, I noticed something that was overlooked when adding a new user in the wp-admin. Before, adding a new user would redirect to a list…
I had someone ask me how to do this the other day and I didn’t know how. But after reading through some of the WordPress Codex I was able to…
Sometimes, you need to upload a large file to your site, and the default 8mb limit in WordPress isn’t enough. I attempted to change my limit directly on my server,…
I have had a lot of requests to revisit and update my Add Logo to Admin WordPress plugin so today I sat down and went over the code. There have…
A while back I wrote a short tutorial entitled “A Clever and Safe Way to Display your Email Address” which explained how you could use CSS to safely display your…
I needed to figure out how to allow a user to use either their username or email address to log into WordPress. It took a bit of rooting around but…
The year is almost over and the holidays are coming closer, so I thought it would be a good time to package together some WordPress themes and offer people a…