Profile
Achievement
jamiebrwr's Recent Snippets
- All /
« Prev 1 Next »
Once we login and are in the backend of WordPress, there is another small logo of WordPress displayed on top. It’s small but if you wish to change it, then add below code to the same functions.php file we created in above step.
0
710
posted 13 years ago by jamiebrwr
When a client wants to access the WordPress admin, the first thing they will notice is the login page with a WordPress logo. Wouldn’t it be better if this page had the logo of your client’s company or maybe yours? There are many simpler ways to d...
0
826
posted 13 years ago by jamiebrwr
Allows you to change the name of the "Posts" module within the admin section of WordPress.
0
717
posted 13 years ago by jamiebrwr
Just replace the URL in the fetch_rss line below with the RSS feed to your Twitter favorites. In fact this will work with any RSS feed.
0
629
posted 13 years ago by jamiebrwr
When creating a WordPress based website for a client, you may need to make sure that he can’t switch themes. This is what I’m going to show you in today’s recipe.
0
728
posted 13 years ago by jamiebrwr
Providing the client some administrative branding can be quick and easy. Here’s how to replace the default WordPress “W†logo in the administrative header with a custom alternative.
First, create an image that fits the allocated space. As of...
0
613
posted 13 years ago by jamiebrwr
If you take a look at the top right of the WordPress Admin panels you’ll see a button that says "Help." When you click it, Help text slides down.
0
765
posted 13 years ago by jamiebrwr
Clients often expect full administrative access (and rightly so), including access to settings pages. Let’s look at how we can hook admin “notices†(those warning boxes generated by some plug-ins) to send some warnings to administrative users w...
0
596
posted 13 years ago by jamiebrwr