WordPress Guide - Installing Plugins And Themes

wp-series.gifA feedback from one of my customers have prompted this article in WordPress Guide Series - Installing Plugins and Themes. The more we work with technology and get accastomed to the way thing work we stop realizing that many people come to WordPress without the knowledge we take for granted!

Installing Plugins and New Themes on your WordPress blog is one of the tasks that is considered the very basic and yet - concept is absolutely alien to many. This post will close the gap and cover in details everything you need to know about the process and ensure that you will not be left behind… so dig in!

Installing Plugins

Installing plugins generally is a very simple and straight forward process as long as you understand 2 things. What folder or files need to be placed on your server and Where on the server they need to go.

And while second part is consistent - first can introduce some issues. But lets not run ahead of the story Wink . Have a look at image below:

plugins.jpg

Couple things about image above:

  1. Number 1. This is the general location of the plugins in your WordPress blog. It will always be in /path_to/blog/wp-content/plugins/
  2. Number 2. This one represents 2 different type of plugins you will be installing - a single file placed directly into /plugins/ directory and a folder that contains plugin and also placed inside the /plugins/ directory.

Normally plugins developers simply zip the plugin directory that need to be placed on your server. But that is only normally, which in turn creates most common problem - you try to install plugin and it is not even detected in admin!

And to show you an example of what I describe above I use an older version of Share This plugin. Because author used to provide a bit more then just the plugin, file included a subfolder share-this (I have arrow pointing to it in image) which had to be placed onto your server for plugin to work.

wordpress_plugin.jpg

Most common issue I seen with plugin installation is placing the parent folder onto server. That is why I always recommend to read the README.txt, which you will ALWAYS find included!

Making Plugin Work

Most of the time plugin will begin to function right after activation or sometimes some small configuration in Settings. But some plugins require that you manually add some code to the theme files in location where you want the plugin to appear.

One critical thing you HAVE to know and one I got caught in before myself. When adding the code ALWAYS use “if function exists” option. Here is an example:

<?php if(function_exists(’the_ratings’)) { the_ratings(); } ?>

That statement above will ensure that if plugin got deactivated - you blog will still continue to function without any errors. And even if author didn’t provide you with appropriate correct code - you can always make one. For example, if we had function:

<?php the_ratings(); ?>

I bolded the function You Will Need to turn it into a correct statement. Simply compare it to the code provided earlier and you will see what I mean.

Installing WordPress Themes

This one actually doesn’t require much explanations. You simply download the theme file, unzip it to your local drive and then upload it to your blog themes folder. See image below:

wordpress_themes.jpg

Image above has 2 points:

  1. Path to the theme. This one is fairly constant and the only thing will change is the path to the blog. In example above it is a Dev blog on one of my domains.
  2. Themes folders. What you see are a few themes on my server that I have already uploaded and they are ready for activation and usage.

Alternative Option For Plugins And Theme Installation

You would think with process being as simple as it is already I would have nothing to complain about, right? Wrong!

I like simplification and while I don’t mind using FTP, sometimes I need an ability to quickly upload a theme or plugin and tests them. Or perhaps simplify the process of installation on production blogs.

And for that I would like to share one plugin that has proven to be great time saver for me:

  • OneClick Installer for WordPress - It is very simple in functionality and allow you to install plugin or a theme from blog admin interface without the need for ftp. You can also delete previously uploaded files or folders.

With that been said I conclude the guide and hope that process of Installing WordPress Plugins and Themes became less of a hustle.

Rate It!:
2.5

Related posts

wordpress web 2.0 owner sig
- - - - - - - - - - -

If you like this post subscribe to Full Text RSS feed and read news at your leisure or get daily posts conveniently delivered to your inbox by Subscribing via Email (requires confirmation)

Technorati Tags: , , , , , , , , ,

RSS feed | Trackback URI

3 Comments »

Comment by Aisling D'Art (Who Am I?) (1 comments.)
2008-04-17 11:20:45

Thanks for this great article with helpful screenshots! As an artist, not a programmer, I faced so many challenges installing the Branford Magazine theme, I actually wrote a manual to help others.

It’s vital for people to understand that many of us coming into WordPress have no PHP experience, and we may not have a clue about CSS or even much HTML.

We need simple instructions with lots of screenshots and — when code is involved — clear examples of what we’re looking for, and how to change it. This article shows a lot of what we need to know.

With the advent of magazine-style and ‘news portal’ style themes such as Mimbo and Branford Magazine, I think many more WP newbies will be looking for help. Using WordPress as a content management system solves a lot of problems for us!

I’m really glad that you pointed out the two types of plugins. Until I realized that some plugins are uploaded as folders and some are just single .php files… I couldn’t figure out why they weren’t working.

Thanks for this article, and the many helpful WordPress tips you’ve shared.

Rate It!:
2.5
Comment by TheSpot-er (Who Am I?) (780 comments.)
2008-04-17 11:59:25

Thanks,

I’m glad you liked it. The realization came as result of working with my customers many of whom are great people and extremely knowledgeable in their area and really just want to be able to use WordPress to fit their needs. I simply do my best to help other to achieve their personal goal using WP.

Alex

Rate It!:
2.5
 
 
Comment by Video Tutorials (Who Am I?) (1 comments.)
2008-05-04 03:40:30

Alex, I just started another blog using your Web 2.0 Wealth system, and it took only few hours to setup! Video blog is not ready for prime time yet, but I’d like to share with your readers 31 free Wordpress videos. if you want to learn basics of Wordpress, go there…

Video Tutorials’s last blog post..31 Free WordPress Videos You Can Benefit From Today

Rate It!:
3.2
 
Comment Guidelines: Leave your name! Enter YourName@YourKeywords and KeywordLuv will use YourKeywords as the anchor text. After 3 approved comments - all your links become DoFollow links (controlled by LuciaLinkyLove). No inappropriate or offensive comments. No links to inappropriate or offensive sites. Comments must contribute to the discussion.

Name(required) YourName@YourKeywords
E-mail (required - never shown publicly)
Your Website or Blog URL:

Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Trackback responses to this post

707 views
Close
Powered by ShareThis