Wordpress

De Cacauet Wiki
Salta a la navegació Salta a la cerca

Wordpress is the most known blog sofware, written in PHP. We have to distinguish two sites where we can browse information:

  • www.wordpress.org : scripts and the software to download.
  • www.wordpress.com : a site to create your blog.


'Blog' means 'web log' (in catalan: bitàcora). Log="registre".

Wordpress contents

The main contents in WP are:

  • Posts: the essential blog timeline articles.
  • Links: to link to other related pages.
  • Pages: classical web pages (with media contents).

By "log" we understand registering your ideas, articles, etc. in a timeline basis. So that's the essential idea of the blog: keeping track of small articles that can be categorized (classified) and reviewed by date. The article are called POSTS.

Linking to other pages is also essential in blogging since is the way to connect our articles and make social network.

Worpress has, in addition, the possibility of building normal web pages (use to be in the navigation bar).

Using extensions we can have additional information and data into the blog such as YouTube videos, maps, RSS, etc.

WP structure

Wordpress has different structure depending on the skin. But generally we use to have:

  • Theme image and blog title in the top.
  • Navigation bar over or under the image: selector for blog (home) and pages.
  • Content area in the center (blog or page).
  • Sidebar widgets.
  • Footer widgets (4 areas, just after 3.x versions).

Wordpress-exemple.png

Widgets (Ginys)

There are several content that we can put in small boxes in the sidebar and footer: the widgets. The most important are:

  • RSS feed: you can syndicate and embed contents (posts or news) from other websites that are updated automatically.
  • Text: a text box with whatever you want. Static content.
  • Calendar: appears a calender with your blog activity (if you want to put events you have to install a scheduler extension).
  • Tag Cloud: a cloud with the keywords of your site.
  • Categories: lets you browse your posts by category.
  • Links
  • Pages
  • Archives

You can add other widgets by installing extension such as:

  • Twitter Goodies: connects to your twitter posts.
  • Stout Google Calendar: lets you show Google Calendar information.
  • ...

To add a widget just go to the admin menu and Appearance -> Widgets. You have several positions to place the boxes:

  • Sidebar (up to 2 bars)
  • Footer: 4 columns (just after 3.x version).