Today I would like to talk about blogs that have a unique design for each post. They break the traditional blog layout by designing a different theme for each post based on the topic. Designing a different layout for each topic requires a lot of time and creativity. So, we should appreciate these blogazines who spend their extra time to make your reading more pleasurable. If you would like to join this unique post trend, below are some excellent examples and WordPress tips on how to implement it.
72ave
Every post on 72ave is well planned and designed — from color theme to layout to typography. Truely amazing work!
Dustin Curtis
Dustin shows a table of content on his landing page. For each post, there is a different theme that goes with the topic.
Kyle Fiedler
Paddy Donnelly
The interesting feature about Paddy's blog is he gives hint about the next topic at the end of each post.
Jack Cheng
Beside the unique blog posts, I'm particularly impressed by the scrolling timeline navigation located at the top.
Gregory Wood
David DeSandro
If you worry about site branding and consistency, here is a good example to solve this problem. David DeSandro plays around with the content and comment area, but the header and footer remain the same.
Jason Santa Maria
Trent Walton
Trent Walton made it so easy to manage his blog posts by keeping the header and footer black which goes well with any light color theme. What make this blog stands out are the background images, color theme, and typesetting.
Occasional Unique Posts
Is unique blog post design taking too much of your time? Try to do it occasionally or on a special post like Smashing Magazine and Designer Informer.
Tips For Creating Unique Posts With WordPress
Creating custom post layout with WordPress is relatively easy. I find the easiest way is to design the blog posts on your local computer and then call the custom stylesheets with the WordPress's custom field feature.
- On your local computer, first create a folder (eg. drafts) to store your blog posts. Duplicate a copy of your theme's style.css file in the draft folder. For every blog post, create a new folder (eg. custom-post-title).
- For each post, create a new HTML file for writing and a new CSS file for custom layout where you override the theme's style.css.
- When you are done with the draft and the post design, upload the custom stylesheet to your server. In the backend, create a custom field (eg. custom-style) where you input the path of the custom CSS file.

Now in your theme header.php file, add the following code after the main style.css.
<?php $customcss = get_post_meta($post->ID, 'custom-style', true); ?>
<?php if ($customcss != "") { ?>
<link href="<?php echo $customcss ?>" rel="stylesheet" type="text/css" />
<?php } ?>












I won’t read back the 4 page of comments, so maybe somebody already mentioned:
I would avoid using absolute urls in the custom fields. The blog’s url and the upload directory could change and therfore it should go into the php template snippet. More future-proof I think.
Nice article, thanks.
I wanted to make a custom home page for a blog that looks like a website instead of a blog. Would this method work for that.
That’s a lot of work but a very cool idea.
I don’t usualy comment, but I have to say, this post is really great. Could you send me some more details at craciun_g_1@yahoo.com ?
well i am a great icon lover. and have collected more than thousands of the icons.really i will appreciate you for your very very decent and cool Efforts. keep it up. it will leave a very decent impression when added to collections.
I love those designs; it’s great to see people and companies pushing the graphics side of web design.
There are some lovely blog designs included here- real food for thought. None are as nice as Web Designer Wall though.
beautiful design blog , best your future , start sucesses
great stuff…………..
WebsiteReckon.com outstanding web analytic tools on the internet today. You can use it for FREE. More than website value calculation, are target specific Traffic, pageviews. Fantastic!
nice site design ………..
websitereckon.com
能告诉我 你这个 主题哪里有下么?我很喜欢,是否能分享一下阿
people begin to socialize the Internet continues to grow, albeit virtual. Blog is good. I love those designs, it’s great to see people pushing the graphics side of web design and Companies
How awesome is word press on a scale of 1 to 10? Friggin 100!
As always you are #1 all others are #2 and lower.
beautiful! thanks forsharing
It takes lots of time to make custom designs but for some valuable content it’s worth it.
Thanks for the recap on how to customize unique article pages
Hi, thanks for this Web Designer Wall.
I like the idea of individually designed post. I’ll bet that it could be a bit of work to accomplish it. Full time job I think.
I love your showcase and the tips you’ve included too. I like how these sites keep strong branding between their posts, so you can tell it’s the same site – not that you’re on a new site.
Great ideas for blogging design!! Every blogger has a different perspective and sense of style; so by creating a unique design it brings about a more personal page for the blogger and for the commenters on the blog. People will automatically be more attracted to a page that is more aesthetically appealing and thus have more probability to write on it. Also, as mentioned, it allows readers on the page to enjoy the little design details and brings forth a more pleasurable read. Also, because there is so much design implements on the bloggers site, it shows the readers that he/she put a lot of time and effort into it, the blog is important and thus is most probably checked often and there is an active exchange of conversation on given topics..
Great ideas for blogging design!! Every blogger has a different perspective and sense of style; so by creating a unique design it brings about a more personal page for the blogger and for the commenters on the blog. People will automatically be more attracted to a page that is more aesthetically appealing and thus have more probability to write on it. Also, as mentioned, it allows readers on the page to enjoy the little design details and brings forth a more pleasurable read. Also, because there is so much design implements on the bloggers site, it shows the readers that he/she put a lot of time and effort into it, the blog is important and thus is most probably checked often and there is an active exchange of conversation on given topics.. .
Great idea, but from a business blog perspective its too time consuming? Would definately be worth a crack at on personal blogs tho!