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
October 8, 2009, in Blogging,Web Design,WordPress.
6 Comments »
One of the greatest things about Wordpress (and some other blogging platforms) is the number of plugins available. One type of plugin is one that adds extra widgets and other things to the sidebar. Some of these can be helpful, like a latest comments plugin, or they can be completely useless, like a random quote plugin.
Read More