We’ve been talking about Wordpress a lot in class. Here is an overview of it for your reference.

What is Wordpress? Why should I use it?
Wordpress is a content management system, which means that you can use it to build websites that are very easy to update. It is open source, so it’s free to use and is maintained by an active community of users. It is built with PHP (a web development language) and MySQL (a database system). Wordpress is designed to build blogs, but it can be customized to create more complex websites by editing PHP code. Even if you don’t know how to edit code, you can still work with Wordpress by using themes and plugins that others have developed.
The main advantage of building a website with Wordpress is that it provides a user-friendly interface that anyone can use to update the site. You can see an example of the Wordpress administrative interface by logging into this class website and visiting the Dashboard.
Wordpress.org is where you can download Wordpress and find out more about it. Don’t confuse it with Wordpress.com, which is a free blog hosting service (similar to Blogger or Livejournal). If you just want to set up a blog, Wordpress.com is an easy way to get started using Wordpress. If you are building a more professional website or want to customize Wordpress, you want Wordpress.org.
Installing Wordpress
Installing Wordpress can fairly complex, because it needs to be installed on a web server. If you already have a website, you can install Wordpress on your website’s server (with some web hosting companies, this can be done easily through your website’s control panel). However, if you plan to customize Wordpress, you will want to install it on your computer, so that you can test your code locally. To install Wordpress locally, you first have to install a web development platform. Wordpress is designed to work with LAMP, which is an open source web development platform consisting of Linux, Apache, MySQL, and PHP. If you aren’t using Linux, then you’ll want to install MAMP (for Macs) or WAMP (for Windows).
See the Wordpress website for more details about Installing Wordpress. I would be happy to help you with this in class – it can be tricky, especially if you haven’t done it before.
Themes control the visual design of your website
Websites built with Wordpress do not all look the same. Wordpress allows you to easily change the visual design of your website using Themes. You can download many excellent themes for free from the Wordpress website, or purchase themes from theme developers. If you are familiar with HTML, CSS and PHP, you can design your own theme.
Plugins extend what Wordpress can do
Wordpress includes basic features associated with blogs. For example, you can publish blog posts, allow visitors to comment on blog posts, organize posts using categories and tags, search post archives, create pages such as an About page, and so on. If you need additional features, you can extend Wordpress’s functionality by installing Plugins. For example, you could install a plugin to add your Twitter feed to your website, or connect your site to your Etsy store, or allow you to add podcasts.
Posts, Pages, and other content
Wordpress works with two main types of content: Posts and Pages. Posts can be any kind of content which is updated often, such as blog posts or news items – new posts appear at the top of the website, replacing old posts. Pages are used for permanent areas of the website that are always accessible, such as an About page. Your Wordpress theme defines how Posts and Pages are presented on your website, and how the website is navigated. Wordpress also allows you to manage other kinds of content, such as media files, links, and comments, and organize your posts and pages using categories and tags.
Getting Started
When you first install Wordpress and log in, you will see a page called the Dashboard. This is a hub where you can easily access the various Wordpress administration panels. From here, you can add or edit blog posts or pages, upload media files, manage links or comments, install new themes or plugins, and adjust various Wordpress settings.
If you are working with Wordpress for the first time, take a look at the Wordpress Settings to get an idea of the control you have over how your website works. From there, you should spend some time exploring the Wordpress Codex, which is the online documentation about how Wordpress works and what you can do with it. A good place to get started is New to Wordpress – Where to Start.
If you need help on something specific, try searching the Wordpress Codex. If you can’t find what you are looking for, sometimes searching Google is more effective. You can also search the Wordpress Support Forums, or sign up to ask a question. If you’d like to learn to build your own Wordpress theme, you can get started at Theme Development.
If you haven’t worked with a content management system before, Wordpress can be a little overwhelming at first, just like any new technology. However, once you get a sense of how it works and what it can do, you’ll find Wordpress to be an incredibly rich and useful platform for developing websites, and you’ll be surprised how quickly you can learn to do a lot of different things with it. Don’t hesitate to ask in class or e-mail me if you need help!