From the blog

WP Theme Lesson #10: Hex Codes and Styling Links

Follow this WordPress Theme Tutorial Series from the beginning. Continuing from yesterday’s introduction to CSS, we’ll do more coloring and learn more about hex codes. The color property, followed by a hexadecimal (hex) code, is…

Read More »

WP Theme Lesson #9: Style.css and CSS Intro

The best way to learn CSS is to dive right in. Unlike XHTML and PHP, you don’t need to touch the core files of your template. You also don’t need…

Read More »

WP Theme Lesson #8: How to Validate

You need to learn how to validate your codes, before stepping into CSS and working with the style.css file. Validate/Validating/Validation simply means making sure there’s no error. At beginning of this series,…

Read More »

WP Theme Lesson #7: Footer

This lesson on the footer is simple. You’re going to add a DIV or invisible box under the Sidebar DIV and fill in some copyright text for the footer. Think you can…

Read More »

WP Theme Lesson #6e: Widgetizing Sidebar

A widget-ready sidebar or widgetized sidebar is almost a standard for themes catering the WordPress 2.0 and 2.1 series. But first, what is widgetizing? Widgetizing simply means getting the Sidebar…

Read More »

WP Theme Lesson #6d: Search Form and Calendar

Although the title is Search Form and Calendar, I’ll throw in the Meta block for today too. Let’s wrap up the regular Sidebar today and figure out how to widgetize your Sidebar by tomorrow okay?…

Read More »