November 26, 2009, in WordPress.
24 Comments »
On sites containing many pages, with many sub-pages, organized into many categories, navigation can sometimes be a real hassle. Sites with many different levels of depth often use breadcrumbs to help improve navigation.
With Wordpress being such a commonly used CMS, there will of course be plugins to do this, such as BreadCrumb NavXT. While these will usually be a good solution, what if you want to use a simpler method, without relying on a plugin, or you would like to distribute a theme with breadcrumbs?
Read More
November 23, 2009, in Web Design,WordPress.
1 Comment »
In this final part of our Creating a Wordpress Theme sub-series, we will be working on one of the most important parts of a blog: the comments section.
If you haven't been following the series, don't worry! All of these same techniques will still work on any Wordpress theme.
The comments section of a blog generally has three main parts: a list of trackbacks/pingbacks, the actual comments, and the comment form. Along with those, there are also several "options", such as having comments closed, being required to be logged in to comment, and many more.
All of these will be covered in this post, to create a simple comments template.
Read More
November 16, 2009, in Web Design,WordPress.
1 Comment »
In the previous post in this sub-series, we learned how to start displaying content on our Wordpress blog. Today, we will start working with individual posts and pages.
Sub-Template Files
To start off, we will first need to split our template into several sub-template files. These contain different parts of the template, such as the header, footer and sidebar.
Read More
November 9, 2009, in Web Design,WordPress.
3 Comments »
In the previous part of this sub-series, we started taking the first few steps to creating a Wordpress theme from a Gimp .xcf design.
Today, we will be looking at using multiple loops in our Wordpress theme to separate featured (sticky) posts from regular posts on the home page of the site.
Read More
November 2, 2009, in Web Design,WordPress.
3 Comments »
Last week, we created an HTML/CSS template from a Gimp .xcf file. Today, we will get started with converting it into a Wordpress theme. This is sort of a sub-series, because you can follow similar instructions for a different template, but we will be using the one we created last week.
Today, we will just get started with a few basic things to get started with this theme.
Read More