8 things to do after you install Wordpress

Whilst Wordpress comes “out of the box” pretty much ready to go I’ve found several tweaks and additions you really *have* to do to get everything ship shape. I suspect these are fairly standard across the board but it’s good to document them to remind myself as well as helping others.

1. Install a backup option.

Yes. The very first thing you’ll probably want to take care of is a suitable backup plan. Same as you (hopefully) do with your documents, photos, emails on your PC. I personally use the rather simple WP DB Backup. It’s fairly easy to install and there isn’t much to setup or configure. You can set which database tables to backup, schedule a backup (I do it once per week for example) and have it email you the file you need for a restore.

Wordpress Backup Email Pic

2. Change the admin password.

Wordpress generates a random password which you will forget. Edit your admin account via the Users panel in the administration interface.

3. Edit your permalinks.

By default Wordpress creates URLs for posts and pages along the lines of ?p=123 which is pretty meaningless and isn’t good for Search Engines either. There are a couple of different options built in to Wordpress which you access via Settings > Permalinks. Of the options provided I’d probably choose “Month and Name” if that was the only choice. Luckily we can enter a custom value. Popular all over the web, enter /%postname%/ and your URL will now say something like “this-is-my-cool-post” at the end which is a lot more meaningful to your users.

4. Set up Akismet.

Everyone hates spam, right? And there you are with a publicly accessible blog and guess what…a lovely comment form sitting ready to go. Spammers paradise. Unless you want to have your posts sullied by a relentless splurge of trash message then use Akismet. It’s even built into Wordpress from the go, so there’s no excuse.

  • 1. Go to the Plugins section and activate Akismet
  • 2. To complete the setup you’ll be asked for an API key. You get this by registering on Wordpress.com then viewing your profile.
  • 3. Head to Plugins > Akismet Configuration and enter your key. Job done.
  • Akismet Key Picture

    5. Get your content on Feedburner.

    Sign up for Feedburner. It’ll give you a custom feed and interesting stuff like how many subscribers you have..

    Once you have signed up to Feedburner you will have to change your feed subscription link for your theme. This is managed by code in the head tag of your theme. This is managed from the header.php file for the theme.

    Insert this code:

    <link rel="alternate" type="application/rss+xml" title="Your title" href="http://feed address" />

    6. Add Social Media options.

    This is related to the RSS content options above in point 5. The idea is to make your content as accessible as possible to any potential readers. A good way is to add some Social media options.

    There are a number of plugins out there to do this sort of thing. The one I use, which you can see at the bottom of this post before the comments section, is Add to Any. I found installation pretty simple for Add to Any. This might be different with other plugins. Experiment!

    7. Remember your analytics.

    Like a lot of people I use Google Analytics. The code it’ll give you when you sign up should be pasted into your HTML at the bottom of the page. In themes this tends to be in footer.php just before the closing body tag.

    8. Install a theme or design your own.

    The default themes in Wordpress are fine but not very individual or unique obviously. I’d recommend finding a theme you like from Wordpress themes. There are hundreds. If you’re confident and competent enough with HTML and CSS you can modify an existing theme or design your own from scratch. It takes a while from scratch and can be tricky sometimes if you’re not used to working with PHP and the wordpress specific code but it’s worth it. Also remember to test your designs with dummy content to ensure it all works as planned. Numerous examples of dummy content you can import to your blog can be found on Google.

    These are 8 tasks, most of which are fairly simple, that will make your life a bit easier, save you in the event of a disaster, and hopefully make your content more freely available.

    • Share/Save/Bookmark
    Leave a Reply
    Your Details

    Your Message
    Confirmation