Current version: 3.1 (Updated July 18, 2008)
Download: Basic2Col
Basic2Col News/ Articles: Feed - Read
Description
Basic2Col is just what it says - a basic two column theme for WordPress. The theme was to created to have a basis for a new theme, but you can of course use it as is.Features
Widgets support, gravatar/ avatar support, includes Blix archive for better archives.
Have custom page templates for archives, links and frontpage (if you use a page on front) and has built in support for WordPreciousss
Customizing
The easiest way to customize Basic2Col is simply to create a Child theme, and add Template: basic2col to your style.css’s header.
To give you a starting point you can download this example child theme: Customb2c.zip (This look exactly the same as the Parent theme, but is style only.)
Custom template files
The following templates files can overridden in the Child Theme by simply creating a file with the same name:
- contentheader.php
- contentfooter.php
- sidebar.php
You may also add the following template to get a navigation bar on top (both Parent and Child Theme):
- navbar.php
Action and filter hooks
You may create theme functions in a Child Theme’s functions.php file or you can create a file called my-functions.php and add to the Parent Theme to make use of the action and filter hooks in Basic2Col.
The difference between a filter and an action is that filters override the default, while an action hook add new elements. A filter also have to be returned. (More info: WordPress hooks: Filter vs. Action)
- basic2col_navbar (Action)
- basic2col_contentheader (Action)
- basic2col_contentfooter (Action)
- basic2col_sidebar (Action)
- basic2col_css (Action)
- basic2col_credits (Action)
- basic2col_404_message (Filter)
- basic2col_welcome_message (Filter)
- basic2col_doctype (Filter)
- basic2col_moderation_message (Filter)
Old versions
The current version requires WordPress 2.5+ so if you need something to work with older versions of WordPress you can try any of the versions below.
Note: The old versions don’t have the same functionality as the current version.
Note2: Version 1.1.1 comes in Classic WP Blue colors
- Basic2Col 3.0.2 (for WP 2.3)
- Basic2Col 2.3 (for WP 2.1/2.2 - Basic2Col 2.3 Demo)
- Basic2Col 1.1.1 (WP 2.0.x - Basic2Col 1.1.1 Demo)