Articles in the Featured Category
Posted in Featured, PHP, URL on 20 June 2008
In Wordpress you may have noticed that the page slug defaults to lower case letters. I have learned that it does this in order to prevent potential problems or conflicts between Windows, Linux, and different browers.
Unfortunately, this can also cause problems.
For example, a user recently tried to visit Metro-East.com/bloggers by typing Metro-East.com/Bloggers into the [...]
Posted in Display, Featured on 30 May 2008
This is a continuation of yesterday's post about Custom Admin Branding.
As you'll recall, I was trying to find a way to brand the Login screen without using the Custom Admin Branding plugin and I promised I would share the method with you when I figured it out.
You can see the final result at my [...]
Posted in Display, Featured, PHP, RSS on 28 May 2008
In this article I will show you how you can add RSS feeds from other websites to your Wordpress website using only a few simple lines of PHP code. No plugin is required.
This ability has got to be both one of the most sought-after Wordpress solutions and one of the least-documented. I will [...]
Posted in Display, Featured, PHP, Posts on 28 May 2008
If you look at the front page of Metro-East.com you will see three short blog excerpts on the right side. There may not seem to be anything special about these excerpts but there are actually a few interesting things going on here. I have seen questions about this technique on other blogs so [...]