January 6, 2010, in JavaScript,Web Design,WordPress.
6 Comments »
In the previous post at FWebDe, we started creating a portfolio page for a WordPress blog, using the WordPress Links Manager. If you haven't already, you can go and read the first part of this tutorial.
Today, we will be going through the portfolio we created, and styling it with some CSS, and adding some small animation jQuery.
Read More
January 4, 2010, in Web Design,WordPress.
2 Comments »
There are many different ways of displaying a portfolio in a WordPress site. These often involve special portfolio themes, plugins, or tricks with post categories. When I searched Google for tutorials on creating a portfolio in WordPress, I was not satisfied with the results. All I got were lists of WordPress themes that I'd have to buy to make a portfolio page.
So, I decided to figure out my own way to do this, without relying on special themes or plugins. Instead, we will use a feature built right into WordPress: the Links Manager.
The WordPress Links Manager is usually used for displaying a blogroll, but it can also be used for other types of links, such as links to past work. It makes sense, because a web design portfolio would include a bunch of links.
To see what we will be making, here is an example.
In the first part of this series, we will be creating the basic functionality of our portfolio page. In the next part, we will be styling it to make it look nice, and adding a bit of jQuery animation to it.
Read More
December 21, 2009, in WordPress.
2 Comments »
I was bored one day, so I just decided to put together a new WordPress theme. After about a week of mostly testing stuff out, I've decided to release it for free.

SnapBlog is a simple and clean WordPress theme, perfect for personal blogs. There is no real reason for the name SnapBlog, but it's the best that I could think of.
This is also my first attempt at creating an options page for a WordPress theme, so there are a few simple settings to customize certain aspects of this theme.
Here is a list of some of the features included in this theme:
- Widget areas in sidebar and footer
- Breadcrumb Navigation
- Customizable introduction text
- Advertising spaces in Sidebar and after first post
Read More
December 3, 2009, in WordPress.
15 Comments »
There are literally thousands of WordPress themes out there, and a lot of them are good. But what can you do to make yours great?
Here are some tips for to help you make your WordPress theme great, among the many good WordPress themes.
Read More
November 26, 2009, in WordPress.
18 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