22 Things You Should Do After Installing Wordpress
I know the list sounds long, but trust me, do these things right after installing your new Wordpress blog, and you will start to see immediate traffic, it won’t take as much work to manage your blog, and your visitors will love it!
Little Tweaks With A Big Impact
First and foremost are those little annoying tweaks, that left undone now, can have repercussions later. (These are presented in no particular order since I make sure ALL are done before I install plugins or start posting.)
- Update Your User Profile: I say this one is first because some of the other steps below will require you to log back in, and who can remember that crazy randomly generated bit of garbage they call a password?Dashboard | Users | Your Profile
Change the password to something you stand a chance of remembering before you do anything else. Then, when you get kicked off (and you will for some of these settings), you can get back in without referring the email they sent you.
- Change Your Blog Tagline:Yes, it true. If you leave it as Wordpress creates it, you are branded as a noobie from the word *go*. By default, Wordpress inserts *Just another Wordpress Blog* as the tagline. Go change it.You should be stating your purpose, provoking thought, asking a question – anything but *Just another Wordpress Blog*.
Dashboard | Settings | General
Be creative, this is one of the first things your visitors see.
- Permalink Structure: Right out of the box, Wordpress will display a link structure something like this for your posts: http://www.YourDomain.com/?p=101 which means absolutely nothing to you, your visitors or Google. Get rid of it.Dashboard | Settings | Permalinks
There are five different options there, and while this post isn’t about a best SEO practice, I will mention that using either Day and Name or Month and Name do nothing for you from an SEO standpoint. I hope I don’t have to say that the Numeric option doesn’t either.
I use a custom structure that let’s me benefit from the category name (as a part of the URL) and the Post Name. It looks like this:
/%category%/%postname%/
- Decide on WWW or not: Again, by default, Wordpress just includes your blog’s domain name here. If you plan to be giving out your link as www.MyDomain.com, then you should change it now on your blog. Since this affects your tracking analytics, it’s best to do it up front.Dashboard | Settings | General
Please note, doing this will log you out. Just log back in with your handy new password.
- Discussion Settings: Boy, we could write a whole book on this topic, but let me just hit the highlights. You want folks to comment on your blog. You just don’t want the pill pushers and porn queens to have the run of the place.I setup comment moderation with 3 or more links (I use CommenLuv which inserts one link, their web URL is a second link, so 3 would be if they included a link in their comment. If you don’t plan to use CommentLuv, change this to 2).
You can also include a list of words that are *iffy* in the box below this setting. Any comment with that word would *trigger* moderation. (Moderation just holds the comments until you stop by and approve or trash the comments).
The Comment Blacklist box is where I spend my time. I include a list of words that I really don’t want on my site such as viagra, penis, enlarge, and the names of several popular drugs. I have nothing against the 60-something year old man who wants to improve performance, my site is just not the place to promote that. I also include words of a sexual nature, including rape, porn, xxx, sex, virgin, lesbian, gay, etc. Trust me, this helps. - Activate (Turn On) Akismet:This often overlooked step can mean the difference between 384 spam messages a day, or not. Akismet is one of the very best *anti-spam* plugins and comes preinstalled with Wordpress.Use it. One note though: Wordpress requires an API key, something you can only get by registering on the Wordpress.com site (profile only, no blogs required).
Once you register, they will send an email with your API key. Insert that in the appropriate place in your Dashboard. (Once you activate Akismet, it will be at the top of every Dashboard page until you activate it).
- Turn Off Post Revisions: Post revisions is a great idea that Wordpress takes to an extreme (in my mind, you might disagree). The basic premise is this. Every X seconds, Wordpress will create a backup of your post.Great, right? Here’s the rub.
Each *revision* it saves creates a new record in your database (making it bigger) and Wordpress has the annoying habit of displaying a complete list of every revision you ever made in your life, when you go in to edit a post.
If you are like me, and blog via a Desktop Client, you already have a backup of your post.
So, to turn off this annoying feature, open your wp-config.php file in Notepad or something similar and add this line somewhere near the other define you find in there.
define('WP_POST_REVISIONS', false);You can optionally just reduce the number of revisions Wordpress will keep on hand by adding a number as the second parameter
define('WP_POST_REVISIONS', 2)Where the number (2) represents the numbers of revisions (not counting the auto-save) you want to keep on hand.
- Setup Categories:At least one. No, you don’t have to know the entire category structure at this point, but it is helpful to have at least an idea of the categories you will use most often. Once you have created your most often used category, change the default category to this.Dashboard | Settings | Writing
Change the default post category to your newly created category. While you are on this page, here’s a Bonus Tweak: Change the Size of the post box from 10 to 20. By default, Wordpress will create the “post body” box to be 10 rows high. I don’t know about you, but this feels a little crowded to me.
- Setup Ping Services:This one isn’t strictly a *do-it-before-you-do-anything-else* kinda tweak, but will go a long way to getting you that coveted traffic.By default, Wordpress added one ping server to the list of possible servers you can use. (Just one?) So, I went out and found some of the best servers. I just copy the list into the area for other update services. Rather than include them all within the body of this post, I am attaching a text file you can download and copy from.
Dashboard | Settings | Writing
Copy the list (or select the ones you want) from the List of Ping Servers
- Install Google XML SitemapsGoogle XML Sitemaps generates a compliant XML-Sitemap for your site, allowing the major search engines (Google, Yahoo, Ask, MSN) to easily index your site. Every time you edit or add a post, the sitemap will modify itself unless you tell it differently (see below).Click here for Google XML Sitemaps plugin.
This part is optional, but highly recommended! Go to Google Webmaster Central and log in with your Google Account (you do have a Google Account, right?). On the first page, there will be a link to “Verify” your site. Follow the instructions there.
Once that’s done, you can then click the *Add Sitemap* link from the first page and put in the URL to your sitemap, which will be something like this (non-working) link: http://www.yourDomain.com/sitemap.xml
- Install A Database Backup Plugin:Wordpress is software that is driven by a database. All your posts, pages and links are stored in the database. If it crashes, your entire *blog* could be lost, so take a minute and install a backup plugin to protect yourself.I have tried three or four, but the one I like best (and make sure is on all my blogs now) is the WP-DBManager Plugin.
Once installed and activated, just go to Dashboard | Database (it’s on the bottom) and select DB Options. Select the maximum number of backups to keep on hand (mine is 10) and setup the auto-email feature. This will send a zipped copy of your database backup to your email address. Sweet, huh?
- Change Media Settings:Wordpress will (somewhat) auto-size your content based on when and where you insert it into a post. If your theme allows 400px for the content width, and your max width for a large picture is 1024, you have a problem.You can manually resize any photo, but taking the time to update these media values before you get started is a real time saver.
Dashboard | Settings | Media
Adjust according to *taste*, but make sure your large size is no wider than your post content area as defined by your theme. For example, mine is 580px to fit in this area. - UPDATE! Wordpress has changed since this was written so this is now causing errors, just skip to the next one!
Change Plugin and Theme Location:Okay, don’t be scared, but this is moving a little towards the advanced side. First, the logic behind this…Wordpress is open source software. It is maintained by a whole team of community minded folks who are constantly improving it and adding new features. As a result of all this busy activity, from time to time you are going to have to upgrade your Wordpress software (and yes, it’s still free).
However, the upgrade process (without the proper plugin) can be a little scary and a bit tedious. To prevent accidently overwriting your plugins, themes or special settings, there is a way you can move your static (unchanging) files to a different location.
It can be anywhere on your webserver. All you have to do to implement this strategy is copy the entire directory (wp-content) to another location and then tell Wordpress where it can find those files. Like we did to turn off revisions, just edit the wp-config.php file to include the define statement shown below.
define(’WP_CONTENT_DIR’, ‘http://www.labnol.org/assets/wp-content’);
Don’t forget to upload it back to your blog’s root folder.
- Prevent Visitors From Browsing Your Wordpress Folders:Okay, there are the curiosity seekers, and there are hackers. I don’t want either one accidently wandering around my Wordpress installation. For ANY reason. There are a couple of ways you can prevent this. One is simple, one is not so simple. Select the method you are most comfortable with.
- Method 1Create an empty text file and save (name) it index.php. Upload this file to wp-content (wherever you placed this), wp-admin, and wp-includes. The empty file will be read when they navigate to that location and display a blank white page, rather than a list of your files.
- Method 2Add the following line to your .htaccess file that exists in the main WordPress installation directory.
Options All -Indexes
This will turn off the auto-feature to *list* files that exist in a directory without a default page.
- Make It Harder To Hack Your Site:Along those same lines, I want to make it a bit harder for the hackers to find weaknesses in my installation. Knowing my Wordpress version can provide them with enough information to attack me, I remove the temptation. (And no, it doesn’t happen often, but yes, it does happen).I remove the little snippet of code that is present in almost every theme out there.
<meta content="WordPress 2.7" name="generator" /?>
And while that’s almost enough to discourage most, you can completely remove the feature from Wordpress by adding this line to your theme’s function.php file.
<?php remove_action('wp_head', 'wp_generator'); ?> - Change The Location Of Your Upload Folder:By default, Wordpress will put any photo’s you upload to a directory called wp-content/uploads. First and foremost, uncheck the “Organize my uploads into month and year based folders”. It makes absolutely no sense in the real world, and we like working in the real world.
Dashboard | Settings | Miscellaneous
You can optionally tell Wordpress to use any folder on your webserver for the default location, but if you plan to do this, include the *path* to your folder, and the full URL as well. (ie: *path* would be ../../images if you want the photo’s to go to http://www.MyDomain.com/images. (The ../ tells Wordpress to move up one directory))
- Add Your RSS Feed To Feedburner:Yes, you can use the built in RSS feed that Wordpress installs, but Feedburner is such an excellent feed content delivery and tracking system, why would you want to?Burn your feed with Feedburner, and then either install a Feed plugin that will force all your feeds to your Feedburner account URL, or update the theme header.php file to add the following line:
<link title="Title of Feed " href="YOUR FEEDBURNER URL GOES HERE" type="application/rss+xml" rel="alternate" />
- Activate Your Analytics:Keep track of your users and traffic, there’s a lot you can learn from who visits, how they found you and where they go from your place.I recommend Google Analytics, Woopra, Firestats and Psychic Search. Other good analytic services available include Mint and StatCounter.
You have a couple options here. The first is plugins (always recommended for the value they add to your blog), or manual theme edits. For example, Google will provide you with a little code snippet. Just open the footer.php file and just above the closing body tag, add the chuck of code.
I prefer a good plugin like Ultimate Good Analytics. Both Psychic Search and Firestats are plugins as well. Woopra is a service that also offers a plugin (optional).
- Custom 404 Page:It happens, people make mistakes… they type the address wrong, or you move a page. They land from the search engines from a link that no longer exists. Bam! 404 Error. (A fancy-non-geek-way of saying the dang thing is just gone).Now, you can just hope it doesn’t happen (it will), or you can plan on it now, and get the most use out of that page. Do you offer a product? Place a mini-sales letter on your 404 Page Template with a link to the full letter. Add things like your Top Posts, or Most Actively Discussed Items to the 404 page to give them options to consume your content.
A 404 page doesn’t have to be a death-sentence. Give the visitor options and she won’t leave your blog just yet.
- Help Google Love Your Blog:It’s a sad fact that most bloggers don’t do this step until they have been blogging a while and realize there are things they should be doing to optimize for the search engines. You can be ahead of the game if you install Headspace2 or All In One SEO right away, and start completing the extra fields they give you.I won’t go into detail here (that’s a whole ‘nother post), but each of them offers fields for Title, Description and Keywords on the New Post screen. You should complete all three. Make sure you use your primary keyword for the post at least once in the title and description, and place 1-5 keywords in the keyword field.
- Create a Contact Me Page:Do not over look this important step. You want to be accessible. You want them to feel you are a real person they can reach out to. If you don’t provide a way to *connect*, they won’t. And they will wander off, never to be seen or heard from again.
- Create a Visitor Site Map:This is different than the one you created for the search engines… this is a page that provides a quick overview of everything on your site.Don’t assume your navigation is working for your visitors (it might not be). The more ways you provide for them to find your valuable content, they more they will.
If your theme doesn’t include an archives.php file to allow this, get Dagon Design Sitemap Generator or SRG Clean Archives. Both are plugins and make this process almost painless.
Anything Else?
I know, I know… this post was a little longer than I had planned, but these are the things I do to every new Wordpress blog I create (40+ and counting). I have found these tweaks to be the absolute minimum required to get a blog that is easy to maintain, and gets found by the search engines. And though I mentioned some very important plugins, there are many more you should consider using.
And while this isn’t the sum total of what I do to setup a blog, I would value hearing what YOU do when you setup a blog (if you have already), or come back and comment to tell me if I missed something.
Please share so others can save a step or two.
About The Author

Cenay Nailor is an Internet, Affiliate and Networking Marketing success coach with mad technical skills she loves sharing with Videos. Visit her video tutorial blog and get some technical help. You should also snag the weekly injection of Tech-Based Marketing Newsletter, and have it sent right to your inbox. (Upper right corner)
If you enjoyed this post, make sure you grab the RSS feed!
Headspace2 Tutorial: Exploring SEO Through Plugins
about 3 weeks ago - 2 comments

A recent coaching session covered the SEO benefits of installing and using Headspace2. As members of that call will recognize, about 45 minutes was cut from this video. All the wasted time on technical difficulties is gone. Areas where the information was repeated (as in answering questions or covering the same concept on a different part of the call) were removed or spliced together to provide a single explanation.
< Read the rest of Headspace2 Tutorial: Exploring SEO Through Plugins
Fix The Wordpress Blank Page Error
about 1 month ago - 3 comments
So, has this happened to you? You install a new upgrade or plugin, and suddenly, various places within your dashboard no longer work? You happily click the Dashboard | Posts | Edit link to be greeted by a stark white and completely empty page.
I know. Me too.
And like you, I started Googling the answer, only to find there were dozens of “solutions” out there, and not one of them helped me. I will, for the sake of consolidating the answers into one convenient place, assemble those other solutions as well, but here is what worked for me. Read the rest of Fix The Wordpress Blank Page Error
18 Wordpress Plugins I Can Not Live Without
about 2 months ago - 15 comments
I have been promising a list of my personal *must have* plugins that I install on any new blog. Today, that promise is kept.
These are the plugins I install on every blog I create, regardless of niche or specialty. There are a few that I add to certain types of blogs that will won’t be discussed, but you can get more information on these in my book, the Ultimate Guide To Wordpress Plugins.
They are listed alphabetically, not in the order of installation.
Each of these plugins play nice with all the plugins listed here. No animals were harmed during the making of this list. Read the rest of 18 Wordpress Plugins I Can Not Live Without
Add Amazon Store To Your Blog
about 4 months ago - 17 comments
One way to monetize your Authority Niche Site is to add an Amazon store as a page within your blog. If it’s featured on the first page and contains items that your visitors are interested in, it can be a great way to bring in additional revenue.
This How To Video walks you through the process of logging into your Amazon Affiliate account, and creating a store with exactly the products you want. Adding the store to a page in your blog is shown, along with techniques to get it looking good. There is an additional video showing you how to remove the blog’s sidebar from a page template so more of the Amazon store shows up.
With the Amazon store, once it’s created, you can add products and change colors without making a change to your blog. You can have additional categories and a search feature that works within your store. Each item sold from your Amazon store pays you a *commission* or referral fee.
Watch this video if you want to start bringing in additional revenue from the traffic you are already getting, or want to increase the traffic with SEO optimized new search terms. Read the rest of Add Amazon Store To Your Blog
SlimStat: Stats Tracking For Your Self-Hosted Wordpress Blog
about 4 months ago - 11 comments
Knowing what your target audience is reading is another of the steps in the journey to web success with your online small business blog.
There are a lot of tracking tools and plugins out there, but I wanted to introduce you to one I found which really provides some amazing insights into your traffic. You can drill into a month, week or day. You can review everything that’s happened on a single URL.
Your referring websites are listed and the search terms used to find you are displayed. I think you will be impressed with the detail this small footprint *script* yields. Read the rest of SlimStat: Stats Tracking For Your Self-Hosted Wordpress Blog
Redirection and 301 Via Plugin: Stop Leaking SEO and Visitors
about 5 months ago - 13 comments
Over time, your blog evolves (hopefully). This means category names change, posts are updated, files move or subdirectories are deleted. What happens when someone clicks a link to a post or file that is no longer there?
They get a 404 Error.
Even with a Custom 404 Error Page, you didn’t deliver the content they thought they were getting. So they might leave. Read the rest of Redirection and 301 Via Plugin: Stop Leaking SEO and Visitors
Customize Tag Cloud Appearance To Help Visitors Find Your Content
about 5 months ago - 8 comments
I know you thought you’d never hear me say this, but a plugin isn’t always the best way to handle a small change in your Wordpress Theme. Especially since each plugin adds it’s own load time to the overall page load time. Fast = visitors stay longer.
Come on, we are a generation of short-attention spanned humans, struggling to assimilate the thousands of bits of information that flow like a river into our awareness. The longer a page takes to load, the less inclined we are to look at other content on a site. One slow page, especially the main page, and most folks will pack up their little red wagon and move on. Read the rest of Customize Tag Cloud Appearance To Help Visitors Find Your Content
Giant List Of Ping Servers ~ Fast Track Your Google Notifications
about 5 months ago - 18 comments
If ping servers are a foreign concept to you, you probably won’t appreciate this list of ping servers. And since I value *appreciation*, let me explain exactly why you should care about ping services — first.
And no geeky-technical-only-your-IT-manager-will-understand-it jargon.
The term *ping* dates all the way back to the early days of computer networks – which pre-dates the Internet. It was a service on the computer that would allow network administrators to check to see if a connection was present.
Sort of like a bat sending out sonic sound waves, a computer would *ping* another, and record Read the rest of Giant List Of Ping Servers ~ Fast Track Your Google Notifications
A Custom 404 Page : An Opportunity To Impress* Your Visitors
about 7 months ago - 26 comments
(* By impress, I mean engage, wow and help your visitors)
When something goes wrong on your site, your visitors will land on a 404 page, or to their way of thinking, the Twilight Zone.
Most standard Wordpress blogs come handily equipped with a 404 Page. The problem is it is absolutely worthless for helping your visitor get back on track.
There could be a variety of reasons they landed there: Read the rest of A Custom 404 Page : An Opportunity To Impress* Your Visitors
SEO: The Side Benefit Of Good Content
about 8 months ago - 8 comments
I was talking with a blogging student a couple of days ago, and explaining the importance of publishing good content, that goes beyond the obvious and thought I would share those thoughts with you. Read the rest of SEO: The Side Benefit Of Good Content
Additional comments powered by BackType





about 3 days ago
This was exactly what I was looking for. There were only about 5 items I had not figured out on my own, but being new to wordpress it was great to know I am headed down the correct path. Those 5 items were also invaluable and would have taken me quite a long time to figure out. I don’t blog personally, but I do maintain several for others. Great work!!!
Philip´s last blog ..I don’t have to go to church to be a Christian
about 4 days ago
Great tips and nicely explained. You have 5 or 6 that I haven’t taken care of.
Tony´s last blog ..Fixed Social Buttons – A Great Wordpress Plugin
about 1 week ago
Thanks for the article about post installation things to do with WP. I am new to WP and it has help me a ton.
I am having an issue at number 13, Change Plugin and Theme Location, which changes the static WP assets to a non-default folder.
I am using GoDaddy currently on a LAMP server at http://www.ap-tech.net
I added the line [define(’WP_CONTENT_DIR’, ‘http://www.ap-tech.net/assets/wp-content’)] and a return to my wp-config.php file and moved the wp-content folder to /assets/wp-content/ directory.
I now get an error:
Parse error:
syntax error, unexpected ‘:’ in /home/content/c/a/d/cadamsanders/html/blog/wp-config.php on line 158.
Do you have any idea what is going on? What should I look for next?
Thanks,