This Post
  • HOME PAGE
  • ABOUT
  • ARCHIVES
  • SITEMAP
 
« How To Choose A WordPress Theme The EntreCard Meme »
 
18
Dec

WordPress setup, Themes and Plugins

by admin

WordPress SeriesThis is the second in a series creating a local mirror of your blog. Before going on you should have read the last post, Install a web server and Wordpress, and completed the tasks in it.

In this post we shall install a theme and the plugins. I will be writing this for a person who has little or no experience of blogging, so some parts will seem a bit simplistic.

Create a folder on your desktop called WOS, to hold any files you download from your blog.

The Old Theme

If your blog’s theme has been modified in any way then you should download the theme from your blog otherwise skip ahead to The New Theme section. The reason for this is that you want a duplicate of the blog that you have online, but if you want to start over and keep the same theme then you too can skip ahead to The New Theme section.

I’ll assume you have an FTP program because you uploaded your theme to the blog. I use FileZilla, it’s free and easy to use. All you need to do here is startup your FTP program, got to the wp-content/themes folder and copy your theme’s folder into the WOS folder. Now jump ahead to Transfer The Theme.

The New Theme

If you haven’t got a theme yet go get one! I gave you some advice in the How To Choose A WordPress Theme post. Download a theme and unzip it into the WOS folder.

Transfer The Theme

  • Press the Windows key and the E key to open Windows Explorer.
  • Navigate to the WOS folder.
  • Highlight the theme folder and press Ctrl-C.
  • Make sure your flash stick is plugged in and navigate to:
    FLASHSTICK:\www\wordpress\wp-content\themes
    where FLASHSTICK is the drive name assigned to your flash stick.
  • Press Ctrl-V to paste the theme in that location.

You can now double-click on wos.exe to start the server. Start your browser and go to the WordPress login page:

http://localhost/wordpress/wp-login.php

Enter your username and password and press the login button.

Changing the Theme

changing the theme

  1. Click on Presentation in the menu bar. You should see three themes, the two default themes and your theme. Click on the image of your theme.
  2. Right-click on View site and select either a new window or tab to see your theme.

That’s it for the theme for this lesson, in the next lesson I will show you how to modify a theme that you already have. To make it more useful to you, please leave a comment on what you have had a problem with or something what you would like to do, it can be layout changes, CSS or just about anything to do with theme changes.

WordPress Setup

Before you start loading up on plugins and creating posts, you should configure WordPress so that it works the way you want it to. Go through the Options menu and make your changes. If you are making a local mirror of your blog then copy the settings you did there. There are a couple of additional things I would do:

Permalinks

Go to Options > Permalinks, click on the Custom radio button and enter either
/%category%/%postname%/
or just
/%postname%/
This will make the URLs to your post a lot more readable. Once you have changed it and made some posts do not change it again.

header.php

Open the header.php file and delete the line:

<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

This is a security measure. Hackers will not be able to tell what version you have, making their job a little harder.

Viewable Directories

Some directories can be viewed by the casual (hacker!) visitor. To stop this, download this file, change it’s extension from txt to htm and copy it to:
FLASHSTICK:\www\wordpress\wp-content\plugins

Plugins

Plugins are pieces of code that give the blog extra features, much like having a basic car and then you buy extras to make it go faster or look better. Fortunately 99% of all plugins are freely available, the ones that you pay for are usually highly specialized and not needed for general blogging. For example, a plugin that turns WordPress into a membership site.

If you are making a local mirror of your blog then install those same plugins on it and ensure that you set up each’s options the same as your blog’s.

Default Plugins

WordPress comes with two plugins, press Plugins on the menu bar to view them.
The first is Akismet, a comment-spam killer. You need an API key to enable it so click on the link on the plugin page and follow the instructions before activating it.

The second is Hello Dolly, to my mind this is a useless plugin and can be deleted.

How to Delete a Plugin

Open Windows Explorer and go to:

FLASHSTICK:\www\wordpress\wp-content\plugins

You will see a file called hello.php, highlight it and press the Delete key.

In most cases a plugin will consist of more then one file, these will be inside a folder and you delete the whole folder. For example, the Akismet plugin (DO NOT delete it) is a php file and a gif file inside the akismet folder.

A word of caution: Do not be seduced into downloading and installing any plugin that takes your fancy. Each one that you add will slow down the pages appearance. The more you use, the slower the page shows. Before installing, ask yourself if the addition of the plugin will help the visitor to your page.

Recommended Plugins

Here is a basic selection of plugins that are almost universally recommend. Download them into the WOS folder. If you download plugins from elsewhere, you should check for compatability with your version of WordPress.

Enforce www Preference: A site can general be found by either www.sitename.com or sitename.com. As people link to you they can do it either way. In a search engine’s eyes they are two different sites and so your ranking will fragment between the two. With this plugin you can decide which you want. Any reference to the other will be redirected to your choice.

Google Sitemap Generator: This will create a sitemap in the format required by the search engines and submit it to them automatically. This will help them spider your blog quicker.

All in one SEO pack: This one is gold. With it you can configure:

  • Titles in the browser title bar.
  • Meta Descriptions.
  • KeyWords.
  • Removal of Duplicate Content.

Spam Karma 2: This is another comment-spam killer. Highly recommended.

Subscribe to comments: This enables a visitor to receive blog comments via email.

Lestchan.net: This is a page full of useful plugins. I would especially recommend WP-PageNavi 2.20, it provides a clean navigation from page to page. You can see it in action at the bottom of this blog’s homepage.

Brian’s Threaded Comments: This allows commentators to reply to individual comments.

FeedSmith: This is for those of you that use Feed Burner for your rss feeds, which should be all of you!

Ping Optimizer: Every time you create or edit a post WordPress will send a ping. So if you edit one post a lot in a relatively short time you might be banned for spamming. This plugin controls when a ping is sent.

Simple Tags: Though WordPress 2.3.1 has now got tags, tag management leaves a bit to be desired. This plugin fills those gaps.

Installing Plugins

This is easy in most cases. Download the zip files into the WOS folder and unzip them. Read any help files that come with the plugin and follow the instructions. Generally you will copy the plugin’s folder to:
FLASHSTICK:\www\wordpress\wp-content\plugins
Go to the Plugin Page, you should see your plugin there and on the right there is an Activate link - click on it.
Then go to the Options Page and configure the plugin.

Wrap Up

You have now completed the local mirror of your blog. The only thing it is missing is some posts, so go ahead and create four or five posts. They don’t have to be real posts you can just copy and paste blocks of text.

HomeWork

  • Complete the tasks above, so everything is working.
  • If you have a theme that you want to modify, and you are not sure how to leave a comment here as this will be the subject in the series.
  • If you are wanting to create a new theme, grab a sketch book and some felt-tips and start drawing what you want your theme to look like.

If you have a problem completing the local mirror of your blog as above then leave a comment here and I will help. As I said, the next in the series will be on how to modify a theme.

Related posts:
  1. How To Copy Your WordPress Database
  2. Install a web server and Wordpress
  3. How To Create A Wordpress Theme - Part 4
  4. How To Create A WordPress Theme - Part 7
  5. How To Find The Missing Link
Subscribe to RSS feed
stumble me

Tags: blog, ftp, plugins, sitemap, theme, web server, wordpress, wordpress theme
Category wordpress | Print This Post Print This Post |

There are 16 Comments

  1. WordPress setup, Themes and Plugins | CK Marketing…

    This is the second in my WordPress series on creating a local mirror of your blog. This series is very hands-on practical stuff and is written for the total newbie, though geeks are also welcome ;)
    In this part you will learn:
    1> Basic setup of WordPr…

    Scribbled by bloggingzoom.com on 18/12/07 at 1:31 am
  2. Wow, what an excellent guide! I will definately bookmark and use this in the future!

    Keep up the great work.

    Scribbled by Brad Nay on 18/12/07 at 7:44 pm
  3. Thanks for the security tips. Although I am quite familiar with changing the theme in Wordpress, I am not an expert on security.

    And I know there are always some bad people on the web.

    Scribbled by Tomaz on 19/12/07 at 8:02 pm
  4. @Brad: Thank you for the encouragement.

    @Tomaz: There is a lot more to security in WordPress, but I thought this would make a good start.

    Colin King’s last blog post..The EntreCard Meme

    Scribbled by Colin King on 19/12/07 at 9:49 pm
  5. I’d highly recommend you do another post like this because it helps beginner wordpress users out so much (like me :D ) and i’d really appreciate all of your expert knowledge ;)

    Scribbled by Brad Nay on 20/12/07 at 2:23 am
  6. Oh, By the way. When I changed my permalinks to what you said to do in your posts, all of my posts changed to 404’s. When I reverted to the old style (url/p43.html) for example, it worked fine.

    How can I switch to your method without losing all of my pages?

    Scribbled by Brad Nay on 20/12/07 at 2:45 am
  7. @Brad: Did you have anything specific in mind?

    Colin King’s last blog post..The EntreCard Meme

    Scribbled by Colin King on 20/12/07 at 10:59 am
  8. @Brad: Your second post was in moderation for some reason and I didn’t see it until now. Antway, the url in the comment looks like you are using Blogger. If that’s right I can’t help you as I don’t know Blogger. But, if I’m wrong and you are using WordPress there is a Plugin called Permalinks Migration Plugin. It generates the 301 Redirects so that the search engines and visitors can still find the pages.

    Colin King’s last blog post..The EntreCard Meme

    Scribbled by Colin King on 21/12/07 at 5:12 pm
  9. […] had a couple of emails and a blog comment on my previous post WordPress setup, Themes and Plugins about changing the […]

    Scribbled by How To Find The Missing Link | CK Marketing on 22/12/07 at 12:12 am
  10. Wow, this is really a complete tutorial for wordpress newbie!

    Scribbled by dicky on 24/12/07 at 6:25 am
  11. @Dicky: Well, it will be when I finish the series ;)
    Colin King’s last blog post..How To Find The Missing Link

    Scribbled by Colin King on 24/12/07 at 1:51 pm
  12. […] is a part of my WordPress series, in the last post, WordPress setup, Themes and Plugins, we created a local mirror of your blog. The only thing it was missing was the posts and comments, […]

    Scribbled by How To Copy Your WordPress Database | CK Marketing on 24/12/07 at 4:21 pm
  13. […] is the next part in the WordPress series. In the last part, WordPress setup, Themes and Plugins, you either copied across your current blog, or setup a basic skeleton of your planned […]

    Scribbled by How To Get Started Creating Web Pages | CK Marketing on 28/12/07 at 10:54 pm
  14. I have SimpleTagsPlus on my WordPress Version 2.3.2.
    http://www.fyreplace.com/simpletagsplus

    Allows you to create a list of Technorati, Flickr, or Del.icio.us tags at the bottom of your post by providing a comma separated list of tags between the [tags], [flickrs], or [dels] tags. You can use it with any blogging tool/method, not just when posting from WordPress itself (doesn’t use custom fields). Supports multiple words within tags. Also allows in-post tagging of words by enclosing them in [tag], [flickr], or [del] tags. Works with the WYSIWYG editor. Inspired by Broobles’ SimpleTags Plugin By Fyre.
    ———————————————
    My question is: Do I use these tags plus add the tags to the new WordPress tag area?

    Scribbled by Joni Solis on 18/01/08 at 5:58 am
  15. I have SEO Title Tag 2.1.2 on my WordPress Version 2.3.2.
    http://www.netconcepts.com/seo-title-tag-plugin/

    Search engine optimize your blog’s title tags. Create a customized title tag for any post, static page, category page, UltimateTagWarrior tag page - indeed, any URL! And will auto-insert the tag name into the title on tag pages generated by UltimateTagWarrior plugin. Admin allows for mass editing of title tags. By Stephan Spencer, Netconcepts.
    ———————————————

    My question is: How does this plugin compare with All in one SEO pack? Should I uninstall SEO Title Tag 2.1.2 and install All in one SEO pack?

    Scribbled by Joni Solis on 18/01/08 at 6:13 am
  16. @Joni: Q1:Do I use these tags plus add the tags to the new WordPress tag area?
    A: It’s your choice, as I said in the email Simple Tags will recognize and use the [tag] attribute. The point of tags is mainly for us humans trying to find things, if the system you are using works the phrase “If it ain’t broke, don’t fix it” comes to mind ;)
    Q2:How does this plugin compare with All in one SEO pack? Should I uninstall SEO Title Tag 2.1.2 and install All in one SEO pack?
    A: Ditch it and use the AIO SEO pack, it handles a lot more than just the title, it helps with the meta tags, duplicate content etc. It really is the only SEO plugin you need.

    Scribbled by Colin King on 18/01/08 at 4:36 pm

What are your thoughts?

What do you think? Leave a comment. Alternatively, write a post on your own blog, this blog accepts trackbacks [trackback].

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Please read the Comment Policy before commenting.

  • Check out one of my favourite sites

    Changes Daily. This is not an Ad!



  • Categories

    • Affiliate Marketing
    • Blogging
    • General
    • Guest Posts
    • List Building
    • Monthly Reports
    • Product Reviews
    • Social Networking
    • Traffic
    • Wednesday Links
    • wordpress
  • Recent Posts

    • A New PC05.11
    • Get More Traffic From Your Tutorials05.8
    • A Surprise In The Mail04.30
    • How To style your Comments - Part 304.28
    • How to Style Your Comments - Part 204.26
    • How To Style Your Comments - Part 104.23
    • The March $100 winner, a problem and a rant04.21
    • Valid XHTML For The EntreCard Widget04.15
  • Bookmarks

    Add to Technorati Favorites
  • Top Commentators

    • john (2)
    • Money Ideas (1)
    • Golf Irons (1)
    • brad (1)
    • Franchise Opportunities (1)
 

This site's design and contents are ©2007-2008 by CK Marketing - All rights reserved Worldwide

This blog is protected by Dave's Spam Karma 2: 5239 Spams eaten and counting...