WordPress themes
January 19, 2007 -- filed under Articles
In WordPress you can quickly change the design and layout of your site by uploading a new theme and activating it in the Administration panel.
To install a new WordPress theme a few simple manual steps are needed:
1. download the theme archive;
2. unzip it;
3. upload the resulting folder into your wp-content/themes folder.
To activate an installed theme is even simpler:
1. select the Presentation subpanel in the Administration panel of your site;
2. click on the screenshot of the theme you wish to activate.
Many WordPress themes are freely available over the Internet. The official WordPress theme directory is WordPress Theme Viewer, where you can find more than one thousand themes, and you can preview and download them.
A WordPress theme is essentially a set of PHP files (template files) plus a CSS file. Each template file is a small PHP application whose task is to output the XHTML code for a specific page type (WordPress page types are the home page, the single post page, the category archive page, the monthly archive page, the author archive page, the search results page, the error page, and possibly additional custom pages).
The WordPress core provides the theme API, which allows template files to perform basic functions like accessing posts and comments, building navigation, and so on; additionally the core takes care to activate the correct template file to build the requested page type.
In conclusion the WordPress theme system allows users to quickly change their site design and layout; and, being based on PHP, doesn’t require designers to learn a special templating language while allowing them great flexibility in building custom themes.
Related
- August 15, 2008: WordPress 2.6.1 (link)
- July 15, 2008: WordPress 2.6 (link)
- April 25, 2008: WordPress 2.5.1 (link)
- March 29, 2008: WordPress 2.5 (link)
- March 26, 2008: WordPress 2.5 RC2 (link)
- March 18, 2008: WordPress 2.5 RC1 (link)
- February 5, 2008: WordPress 2.3.3 (link)
- December 29, 2007: WordPress 2.3.2 (link)
- October 26, 2007: WordPress 2.3.1 released (News)
- September 25, 2007: WordPress 2.3 is ready (News)
- September 8, 2007: WordPress 2.2.3 (News)
- August 5, 2007: WordPress 2.2.2 and 2.0.11 (News)
- June 21, 2007: WordPress 2.2.1 available (News)
- May 16, 2007: WordPress 2.2 (News)
- April 3, 2007: WordPress 2.1.3 and 2.0.10 (News)
- March 2, 2007: WordPress 2.1.2 security release (News)
- February 21, 2007: WordPress 2.1.1 and 2.0.9 (News)
- January 22, 2007: WordPress 2.1 (News)
- January 19, 2007: WordPress themes (Articles)
- January 15, 2007: WordPress 2.0.7 (News)
- January 5, 2007: WordPress 2.0.6 (News)
- October 27, 2006: WordPress 2.0.5 (News)
- September 15, 2006: WordPress (Directory)
- July 29, 2006: WordPress 2.0.4 (News)
- June 1, 2006: WordPress 2.0.3 (News)
Stats for WordPress
- 1st place in Powered by . . .
- 1st place in Most visited CMS site
- 1st place in Most linked CMS site
Links
- WordPress reference site: http://wordpress.org/
- WordPress Theme Viewer -- The official WP theme directory