an explanatory image

An Elegant Solution For Blog Design

Want to take your blog design to another level? Acamas is the WordPress theme for you. Make your content clear with it’s multiple structure approach to blog layout. Make it elegant with Acamas’ refined typography and distinctive look. And make it powerful, with a Child Theme built on Thematic.

This is ThemeShaper; a WordPress-powered thinking machine disguised as a Blog, home of Thematic, the popular and free WordPress Theme Framework, a trusted place to purchase excellent WordPress Themes or professional Customization Services, and your first and last stop on the way to driving the competition crazy with intelligent blog design.

Must Read Ideas

The Ethics of WordPress Themes at a Premium

Are WordPress Themes open source? Is it right to release them on a pay-to-download basis?
… what these premium theme providers are doing … we would call that “Evil”Chase Sagum
… themes link and use lots of internal WordPress functions, which make them linked under the GPL and subject to being a GPL-compatible license. If a theme (or a […]

How To Add Gravatars For The Post Author in WordPress

Now that Gravatar support is part of the WordPress core adding them into your WordPress theme is easy. Adding them to your comments has been documented. How about adding them to your post titles to highlight the comment author? Within the loop? That’s fairly easy too. Here’s the code:
<?php echo get_avatar( get_the_author_email(), ‘80’ ); ?>
Pretty simple, huh? […]

More Must Read Ideas

Blog Design Tips

Creating a WordPress Theme HTML Structure

Now we’re starting to get into the real meat of WordPress Theme development: coding the HTML structure.
The Goals of Any HTML Structure
When coding a web site you should have 2 goals in mind: lean code and meaningful code. That is, using as little markup (HTML tags) as possible and making sure that the markup is meaningful […]

3 Google Code Projects That Will Save Your WordPress Theme

Google Code is Google’s hosting repository for open source projects. Got an open source project? Google Code will host it for free. Want to make a killer WordPress theme that just plain works? Then Google Code is your best friend. Three projects on Google Code will help you get your WordPress theme done right. […]

More Blog Design Tips

Recent Items From the Blog

The Archive, Author, Category & Tags Template

Much like we did with index.php, we’re going to get one master template done right and use it to build our other templates. Our master Template in this case is the Archive Template.
What archive.php does (and all it’s related templates) is show posts based on a select criteria. A date range, or posts by a certain […]

The WordPress Theme Search Template and Page Template

The Search Template and The Page Template are vital to any complete WordPress Theme. And they’re both really easy to code. For both these two Templates we’ll start with our template-template again but, of course, each one is going to take it’s own different path.

More Recent Items