Posts Filed as Tips

WordPress Tip: How to secure your installation

There have been a lot of security issues with WordPress in the past and, if you don’t setup your installation correctly, it can be wide open to hacker attacks. Here’s a few things I’ve seen: Embedded spam links – A hacker will add code to your site that will show hundreds of sp…

Read the Full Article

WordPress Tip: How to change the domain name

While it’s nice to build a new site behind a coming soon page, in most cases when you are designing a new site you’re doing it while a current site already exists. There are several different ways to do this, but in most cases you’ll test it at a demo domain name and then, when you launc…

Read the Full Article

WordPress Tip: How to add author biography information to your posts

If you’re maintaining a WordPress blog that has multiple authors you may want to let them attach a little biography information to everything they write. Here’s the steps to do this simply. 1. Have your authors login to the WordPress dashboard and click on their name in the top right cor…

Read the Full Article

WordPress as CMS: How to use custom fields in your theme

Last week I showed you how to make custom fields easy to use for the back end of WordPress. But once you get the content in there, how do you successfully extract it and use it in your theme? There are a few template tags that are useful in displaying custom field data: the_meta() – This is the simple…

Read the Full Article

Custom WordPress Arrays: Creating a favicon fueled link list

Ed: Today’s article is part of the 21 Days of WordPress Tips and was written by Adii, the WordPress Rockstar. Adii runs a boutique design firm at {radiiate} and a premium theme shop at WooThemes. One of the main reasons why designers & developers love WordPress, is because it is simply so ea…

Read the Full Article

WordPress Tip: Add your branding

While I love WordPress and every one of my clients know their site is running on an open source platform, it’s still nice to add your own branding to the back end so the client never forgets who did such a fabulous job building their website. There ‘s a few things you can do to add your own flav…

Read the Full Article

WordPress as CMS: How to make custom fields easy to use

The most frustrating feature of WordPress is custom fields. They provide huge potential for usability but remain largely under developed. The term “custom fields” means nothing to anyone but a WordPress power user and their explanation (“Custom fields can be used to add extr…

Read the Full Article

WordPress Tip: Template files and naming conventions

The WordPress template files can often be confusing. Figuring out which files get used and when, which ones you don’t need, etc is very daunting. Not to mention, this information is pretty hard to sift through in the WordPress codex. In this post article I’ll give you a few of my favorite…

Read the Full Article

WordPress Tip: Common uses for conditional tags

The WordPress core provides several “conditional tags” that are helpful in showing different content or code depending on where you are on the site. You can read about all of them at the WordPress codex, however I’m going to share with you a few I use the most plus a couple things to…

Read the Full Article