So you want to create WordPress themes huh?

Creating a WordPress theme from scratch is not hard. I’ll hold your hand through it.

Tutorials on this topic have been written before and the WordPress website also has guides for you to follow. But are those tutorials and guides really helpful to you when you don’t understand the lingo? Even I got lost while reading the WordPress guides.

Tools – Before we get started tomorrow, you’ll need:

  • WordPress installed on your computer. Follow the instructions on Installing WordPress Locally Under Windows XP. If you can’t install WordPress on your computer for whatever reason, no worries, just make a dummy WordPress install on your website.
  • Notepad or other text editors. I use Notepad.
  • SmartFTP – If you’ll be testing your theme online, I’d suggest that you download and install SmartFTP or another FTP program to upload your theme files.
  • Bookmark XHTML Validator and CSS Validator. You’ll need those tools to validate your theme. They also come in handy when you need to spot and fix errors.

Complete Lessons Listing

#1 Intro
#2 Template Files and Templates
#3 Starting Index.php
#4 Header Template
#4b Header Template Continues
#5 The Loop
#5b The Content
#5c Postmetadata
#5d Else, Post ID, Link Title
#5e Posts Nav Link
#6 Sidebar (and Categories)
#6b Page-Link Listing (wp_list_pages)
#6c Get Archives and Links
#6d Search Form and Calendar
#6e Widgetizing Sidebar
#7 Footer
#8 How to Validate
#9 Style.css and CSS Intro
#10 hex Codes and Styling Links
#11 Widths and Floats
#12 Post Formatting and Miscellaneous
#13 Styling Sidebar
#14 Footer and Dividing Index
#15 Sub-template Files
#16 Comments Template

What's Next?
Related Posts

Might I recommend Programmers Notepad: http://www.pnotepad.org/
It helps you see the syntax easier and it’s super fast, just like Notepad.

[...] So you want to create WordPress themes huh? Creating a WordPress theme from scratch is not hard. I’ll hold your hand through it. [...]

[...] is the first lesson of my tutorial series about creating WordPress themes. I will not teach you everything all at once. That will only [...]

[...] files and Templates is the second lesson of my WordPress theme tutorial series. If you haven’t read Lesson #1, stop right now and go read lesson one. Otherwise, you will [...]

Cheers to you for the tutorials. I’m looking forward to following them through in practice.

I had a bit of trouble with the install of XAMPP. I tried Webserver On a Stick WOS instead and managed to get that working fine – http://www.tamba2.org.uk/wordpress/usb/

Hope it’s OK that I have used your “so you wanna…” badge to link back to these tutorials from my blog. If not I’ll remove it no problem.

Thanks again for what your doing here.

Small Potato:

Yea, it’s fine. The button is easier to recognize anyway. That’s why I made it ;-) .

[...] Index.php is the third lesson of my WordPress theme tutorial series. If you haven’t read lesson one and two, I suggest that you read it. Otherwise, you will not [...]

[...] I’ve read about Small Potato on his blog One day, one theme” challenge. Now he has started his WordPress Theme Tutorial series [...]

[...] Small Potato已经开始写他的WordPress主题编写教程了。我想把他的这个系列教程翻译成中文,而且也得到了他的许可。只不过他要求我在他完成这个系列并做相应的修订之后再进行翻译。 [...]

[...] you haven’t already, follow my WordPress theme tutorial series from the beginning. If you don’t, good luck. Yesterday, I showed you how to turn on Xampp [...]

[...] So you want to create WordPress themes huh? [...]

[...] important set of PHP codes. By now, you should already know what to do before this lesson, of my tutorial series, begin. Go ahead and do that first, then let’s review what we’ve learned so [...]

[...] the moment, I am learning to make my own WordPress theme with the help of this great tutorial, WPDesigner.com. If you have always dreamt of coming out with your own blog design, just go there and it will give [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] http://www.wpdesigner.com [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] it so I can understand it. lol If it’s something that would interest you, check this site out here. I tried posting all this yesterday, but my Word Press was acting up on me. I think it was a [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] the moment, I am learning to make my own WordPress theme with the help of this great tutorial, WPDesigner.com. If you have always dreamt of coming out with your own blog design, just go there and it will give [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] has a detailed tutorial series on many of the aspects of putting together a WordPress site template. Here are the lessons [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] you’ve been following the WordPress Theme Tutorial Series, then congratulations! You’ve done it! Not only did you learned how to put a WordPress theme [...]

Cathy:

Thanks for this tutorial. It’s very helpful and well written.

And – Dean, thanks for the tip on programmer’s notepad. I love it! If anyone uses it, turn on line numbers. If you get a parse error or anything that says …on line xx, you’ll find it right away in PN!

[...] and have spent lots of time on CSSbeauty.com – really nice stuff there.  Char recommended I go to this well-written tutorial for direction and I’ve gotten through the first couple of pages.  He recommends that you [...]

[...] information on designing wordpress, check this out, wpdesigner.com. I’m not yet done reading Small Potato’s WP Theme Lessons but it’s a great start understanding how to create wordpress theme. Small Potato by the way [...]

:

Can you release this in the form of a pdf file so that it will be very helpful to refer, search etc

Wow, an advanced guide!

[...] 从头开始学习WordPress主题制作系列教程。 时间:9:32 PM | 分类:技术探讨Tech, WordPress, Web20, PHP Develop, W3C, 翻译作品Translation 标签:Blog, html, php, theme, translate, w3c, WordPress «&nbsp上一篇较旧文章: 翻译:WordPress主题制作教程 Related Posts [...]

[...] Not saying I’m the best theme designer around or anything. I actually learned a lot from WP Designer about building the themes. A lot of it I knew, but some stuff I didn’t know (widgetizing the [...]

How would go about making the sidebar and container’s height fill all the way down to the footer?

I’ll write a lesson on that in a day or two.

Thanks man. My experience with this tutorial has been great.

[...] Lessons Read my tutorials? Ready to move on? At the end of the day, there’s no better guides than the lessons from [...]

[...] So You Want to Create WordPress Themes, huh? – This is a great tutorial on creating custom WordPress themes. It leaves no stone unturned, and follows the entire process from creating your first index.php template page to implementing a comments system and using rudimentary PHP to controlling variables in the theme. I couldn’t have done it without this resource. [...]

[...] I did find a site that teaches ho to widgetise non widget themes. You can go there by clicking here.  It was quite time consuming to read all the [...]

[...] WPDesigners 16 lektions-kursus i at lave et WordPress-tema [...]

[...] for this current theme. I’ve followed all the lessons 1-16 written by Small Potatoe on his WPDesign site. He has done a brilliant job of teaching the basics.  WP design is very modular with key [...]

hai i need some help here
how to have an membership modul that i can have my own membership form for my member, and i can control what page that they can access or not, please i need this so much, can u send by an e mail ??
tnk a lot for your help . . . .n bravo

dony – I can’t help you with that. You have to find a membership plugin that will do that for you or just use the Password feature of WordPress.

[...] and tell us which they did or did not do. This is what we found:” (tags: statistics internet) So you want to create WordPress themes huh? (tags: tutorial wordpress theme) Professionelle blogs i Danmark [...]

[...] want to cry O_O. I’ve been following this tutorial for the past 2 or 3 days, finally got it finished, and then started editing the CSS and [...]

[...] do this thing long ago but did not actually go look for information as to how until I stumbled on a post by Small Potato of WPDesigner.com when I was downloading one of the many beautiful WordPress themes. From there I [...]

[...] this WordPress Theme Tutorial Series from the beginning. 现在就 时间:10:19 PM | 分类:技术探讨Tech, WordPress, [...]

[...] template per il mio blog da solo. Ho trovato alcune guide interessanti ( una fra tutte quella di WP Designer ). Ma non mi bastano. E qui intervenite voi. Come dite ? Cosa significa ? Ma è chiaro! Non [...]

This looks like a great series. My only comment is that there is no printable version of it to make printing easy. I find I have trouble reading and retaining print from the computer screen. I think there was a study done once about this very thing!

Thanks for the tutorial! Much appreciated!

Rick:

Thanks for the tutorials!! Great work!!

I have come accross one problem after running through your tutorial. Now when I attempt to make any changes to my blog via presentation or options I received the following error.

Warning: Cannot modify header information – headers already sent by (output started at /home/upperlak/public_html/wp-content/themes/upperlakepa/functions.php:1) in /home/upperlak/public_html/wp-includes/pluggable.php on line 275

Please let me know if you have any suggestions.

I don’t have any.

SP, you know I’ve followed your blog for a while, but I’m now *finally* making my own theme. By following your tutorial, I’ve got a tremendous step in the right direction and I’m nothing but impressed by your tutorial’s flawless execution. :D

I really want to express a heartfelt “thank you” for all of your effort in this and your themes – I really feel like I’m accomplishing and learning something, which is (sadly) the first time I’ve felt that in a while. :)

Rick:

FYI – the functions.php error I mentioned above was caused by the file being edited in an editor other than notepad or something very basic. My editor added blank spaces for formatting, and this is what screwed the file up (per wordpress).

Just figured I would pass along the info just in case…

mikera:

Excellent tutorial

Thanks all

Thanks for taking the time and making the effort educating us :)

[...] It really is an impressive design and is another good example of what u can do with wordpress. If your looking for some hints on making your own theme there is a great tutorial on the site here. [...]

Christina:

I just wanted to say thank you so much for taking the time and doing this tutorial. It was just what I needed and I’ve actually learned some things. I plan to repeat your tutorial until I no longer need it.

Again, thanks so much!

thanks. excellent tip!

[...] WPDesigner.com [...]

[...] Ebenso lohnt sich ein Blick auf die englischsprachtige Website WPDesigner inkl. des Artikels So you want to create WordPress themes huh?. Gelesen: 58 · heute: 14 · zuletzt: 14. May 2007 Veröffentlicht Samstag, 28. [...]

[...] en vejledning her – i øvrigt onget jeg har fundet via danske Ordpress.dk – sÃ¥ tak til [...]

[...] dispone de un tutorial para crear templates para WordPress desde cero, eso sí, en inglés. Aún así, es un recurso [...]

[...] WPDesigner donde dispones de una buena base de datos de temas para WordPress. Además dispone de un tutorial para crear templates para WordPress desde cero, eso sí, en inglés. Aún así, es un recurso [...]

[...] un tutorial molto interessante estrapolato da wpdesigner su come realizzare un tema in WP (WordPress), citandone la fonte. Questo post lo evolverò [...]

This is probably going to sound like a dumb question but I’ve looked everywhere and can’t find the answer? Now I’ve created my own new theme from scratch using your brilliant tutorials, how do I make my wordpress blog use my new theme? It’s probably really simple but I can’t find an upload or import link anywhere in my Admin dashboard. Surely it must be possible or why would you and everyone else bother designing themes? I’m baffled. Please help. thanks

[...] WordPress themes :-) For more information on creating and working with WordPress themes, visit the tutorial series over at wpdesigner.com or check out the tutorial from Brian Gardner (part 1 – part 2). For more [...]

Ignore dumb question earlier as I have now worked out that I can’t install my own theme on my tenerifeproperty.wordpress.com blog and that I have to install wordpress on my privately hosted domain.

Thanks again for tutorials. :-)

[...] thanks to Small Potato for writing his excellent WordPress theme tutorial, without which my new theme wouldn’t be possible. Also, thanks to my dearest Christina, who [...]

[...] WPDesigner – So you want to create WordPress Themes huh ? [...]

[...] how to create my own wordpress themes from scratch by following this very thorough tutorial. Click here. I used to just edit premade themes to my liking but I wanted to be able to do more. With that [...]

Jason:

I may have missed it somewhere. I have finished the whole tutorial and everything looks great, but how can I get the date and time to display on a post.

Thanks

Jason

I actually forgot to put that in. You can download one of my themes and check out the date function. It’s the_time(). But, that’s not the complete code so don’t just use the_time by itself.

[...] Syndicated via RSS from del.icio.us/tag/diy Super Cheap WW [...]

[...] So you want to create WordPress themes huh? – Creating a WordPress theme from scratch is not hard. [...]

[...] 本文翻译自:So you want to create WordPress themes huh?。我尽量每天翻译一篇以上,这是一个比较大工程,希望大家能够帮我校对和修正。 [...]

I’ve written a similar turorial –

Developing a WordPress Theme
Designing a WordPress Theme

purplegold:

It seems that i’m ggetting a 404 error with my php. i’ve installed xampp where i want to it works so i’ve decided to install the wordpress withing the same place and it seems to work but its telling me the url is incorrect and like i said the error shows up what can i do?

the wodpress folder should be installed under the xampp/htdocs folder.

Thank you so much for making the tutorials. You are very good at explaining things and making it clear. I have seen many on the internet and by far, this is the best one.

I have worked with wordpress and making layouts before, but I was not quite sure of what I was doing. Just a bunch of trial and errors. Thanks to this, I have gained a better understanding of wordpress and making themes. Not only do you tell us how to do it, you also explain the reasons behind it. Thank you for your hard work.

Thanks for the compliment Thao :)

[...] WordPress Theme June 10th, 2007 — ladynada I took the 16 lessons in this excellent tutorial , and am working on a custom theme for this Blog. Obviously, I will then have to move this blog to [...]

[...] PHP, MySQL, Apache and WP2.2 running on my Apple. The reason behind this is that I want to try and create my own WP theme. This way I can take my macbook anywhere, writing and testing code on my local installation. [...]

[...] ganze Theme ist from scratch entstanden anhand der absolut genialen Anleitung [...]

[...] blogmotorral. Ide fog kelleni nekünk az angol nyelvtudás, ugyanis van egy zseniáls sorozat, So you want to create WordPress themes huh? címmel. Ez kell nekünk, ugyanis minden utolsó kis pontosvesszőt elmagyaráz az író, így [...]

[...] I’ve been hiding out lurking over at wpdesigner trying to figure out how to make my own theme, this might be a good idea for those of us who [...]

[...] who are looking to customize themes for blogs, first thing I did, read great tutorial about how to create your own WordPress Theme, that tutorial helped me a lot really to understand all those codes and [...]

[...] So you want to create WordPress themes huh? » WPDesigner – WordPress Themes Tutorials [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] además de buenos themes hay algunos tutoriales. En [...]

[...] read more | digg story [...]

[...] found a great WordPress theme tutorial at wpdesigner.com. I’ll be using this to learn how to create WordPress themes. I’m [...]

[...] Ich überlege, eine eigene WP-Theme mit YAML zu erstellen. Kennt jemand bereits eine Vorlage, die man da verwenden könnte? Hilfreich bei der Theme-Erstellung ist auf jeden Fall dieses exzellente Tutorial… [...]

[...] Ebenso lohnt sich ein Blick auf die englischsprachtige Website WPDesigner inkl. des Artikels So you want to create WordPress themes huh?. Gelesen: 768 · heute: 11 · zuletzt: 27. June 2007 Veröffentlicht Samstag, 28. [...]

[...] information on designing wordpress, check this out, wpdesigner.com. I’m not yet done reading Small Potato’s WP Theme Lessons but it’s a great start understanding how to create wordpress theme. Small Potato by the way [...]

[...] 这篇文章翻译自:So you want to create WordPress themes huh?,这是一个关于创建主题的系列的教程,我翻译了大概一半多了(争取这个周末完成),如果大家发现有什么地方翻译错误,非常感谢帮忙指出。 [...]

[...] the same with their themes. But Small Potato takes it to another level by aiding designers with his tutorials. His group of articles takes you step by step through the design of a WordPress theme. If you [...]

[...] How to create WordPress theme from scratch: a series of 16 articles, which shows how to create WordPress themes from the very beginning to the very end. (Small Potato) [...]

[...] I indicated earlier, I’m working my way through a WordPress tutorial to get a feel for how the system works. I’m about halfway through the guide, so here’s [...]

Thanks! I was looking for such tutorial.

[...] How to create wordpress themes step-by-step: http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/ [...]

[...] So you want to create WordPress themes huh? » WPDesigner hogyan csinalj sajat wp temat magadnak. (tags: wordpress Tutorial Themes howto design Theme webdesign) [...]

[...] 그래도 CSSê°€ 뭔지 DIVê°€ 뭔지는 알게 된것 같아서 WPDESIGNER 의 튜토리얼 “So you want to create WordPress themes huh?“을 소개하도록 하겠습니다. 번역을 하고 저와 같은 초보자를 위해 [...]

i will learn on how to create WP themes from scratch..

[...] How to create WordPress theme from scratch: a series of 16 articles, which shows how to create WordPress themes from the very beginning to the very end. (Small Potato) [...]

[...] wie es auf den ersten Blick aussieht, ist es gar nicht. Mir hat dieses Tutorial hier sehr geholfen: http://www.wpdesigner.com. Etwas Zeit braucht man schon, bis man mit allen Kapiteln durch ist. Dafür ist jeder Schritt [...]

进来看一下。

[...] So you want to create WordPress themes huh? [...]

[...] So you want to create themes huh? [...]

arr i stopped a few months back on this lol, im gonna read it all over again now to put it back into my brain :) thank god its summertime

[...] of times in the past but have never been satisfied with my attempts. Anyway, I did find one really useful tutorial on making wordpress themes that I started working [...]

After my first attempt to create a theme, I realized I should just leave it to the experts! I can’t be good @ everything! :)

[...] all of that up and running, you might want to learn how to make your own WordPress theme. Go to WPDesigner for an excellent step-by-step tutorial. He uses XAMPP in Windows, but once you have the XAMPP [...]

[...] smanll potato 的 WordPress 主题制止系列教程翻译完成,你现在可以从这里开始学习制作WordPress [...]

[...] It’s slightly confusing, but at least I understand PHP better, and am learning more about CSS. I’m doing this because, well, Pepper suggested it and it would be nice to have a custom theme. A custom PINK theme. Hopefully it will turn out the way I want it.  It better. BTW, if anyone wants to know I am following this tutorial. [...]

[...] It’s slightly confusing, but at least I understand PHP better, and am learning more about CSS. I’m doing this because, well, Pepper suggested it and it would be nice to have a custom theme. A custom PINK theme. Hopefully it will turn out the way I want it. It better. BTW, if anyone wants to know I am following this tutorial. [...]

Hello,

I just want to know before I throw myself into another tutorial: ” I have 0 experience in PHP and only basic knowledge of html and css, will I be able to make a decent website?” I can make some cool graphics with photoshop and illustrator, and I can make STATIC sites pretty well. But is it possible to implement a link in your side-bar where so that when you click on “Blog” you get the sidebar etc, with the things you want in it?

Thanks. Greets!

Sven

Sven – My tutorial series was written for total newbies. It’ll guide you through php, xhtml, and css. As for your question about displaying the sidebar after clicking on a link, I don’t get what you’re trying to do.

http://www.ndesign-studio.com

Here you can see that he has a button for portfolio, blog etc. I want to be able to seperate the main content of my site from my blog. Is it possible to just put the Thingy on a site that I created myself with CSS?

Regards,

Sven

Those buttons are simply links taking you to different pages. But, knowing how to code button or tab menus take much more coding experience than what my tutorial series can show you.

[...] other note, I have to give kudos to Small Potato; for without his  tutorials I would be lost! Share and Enjoy: [...]

[...] scratch”. I am still working on my theme. Are you tempted??? Hmm, want to know the url??? (WordPress theme from scratch) I am currently using one of the author’s [...]

Thank you for this article, very helpful… now to get started on my own!

[...] it out! I finished the WordPress theme tutorial and fit it into the new ralphworldesign layout. I’m still working on the default styles and [...]

i want to make my own theme :p thanks

Great stuff. This is helping me to understand what’s behind all this. Thanks so much.

Thanks for the tutorial. I used it to code the wordpress theme on my blog. Thanks!

Wow, thanks for that great tutorial! Good work!

[...] Anyways, so you want to create WordPress themes, huh? [...]

I’ve been interested in learning about designing my own themes lately… This tutorial is a great catch for me, thanks a lot!

[...] theme from scrath its probably useful to know XHTML, CSS, PHP and MySQL. Or you could take this tutorial. I am half way through it, and its pretty good. You don’t need to know any programming languages to [...]

I’ve botched together a custom template in the past without fully understanding the process, this tutorial changed that. My new site will come with a shiney matching blog thanks to this tutorial. Fantastic job.

Have you considered showing your students how to add comments to the code? I came in knowing HTML, so I’ve been adding comments to the tutorial code as I’ve been going along. It’s a really useful organisational tool when the thing seizes up or needs changing.

David

[...] I’m a big fan of Small Potato at WPDesigner, I have gotten a lot of help with his theme design tutorials [...]

[...] this excelleant website by http://www.wpdesigner.com/2007/02/19/... on how to make your own templates for wordpress. I am going to check it out and let you know with [...]

[...] so I could work on an online tutorial for creating themes for WordPress. The tutorial can be found here at WPDesigner and I finally have at least the basics of a title, post titles, content, and header [...]

Brilliant stuff….now I can start customising wordpress :-)

[...] The index page and layout were taken from this open source site, So you want to create WordPress themes huh? [...]

Thanks for tutorial SP.

[...] http://www.wpdesigner.com/... [...]

[...] working on this WordPress theme. I have been following a couple tutorials on the internet. One from WPDesigner. This is the perfect tutorial for those who are very new to WordPress themes as I am. Then again, [...]

[...] Fortunately I came across a site called wpdesigner where I found an article called So You Want to Create WordPress Themes Huh? [...]

I would just like to say thanks for the tutorials. I would recommend them to anyone. Great job and keep up the good work.

[...] WPDesigner.com [...]

Thanks Stephen

[...] guía para desarrollar uno, y resulta que consulté esa guía para desarrollar un theme. Así que aquí [...]

[...] 3 is similar to my WordPress theme tutorial series, but it covers a lot more of the CSS side of creating a WordPress theme and you end up with a [...]

[...] Here’s the links. [...]

it’s a beginning of my theme creating road.

[...] So you want to create WordPress themes huh? [...]

Hi, great tutorial.
I have worked through it, but am slightly confused on something.

At the top of my page i have a welcome section, i only want this on the home page, when i click on stories or pages the welcome message comes to.

Like your Pink Shampoo client (worst ever! lol)
http://www.wpdesigner.com/…pinkshampoo.gif

you have the about at the top how would you dispose of this when clicking on a different story/page

cheers for any help

Ronan – Use conditional tags

[...] It’s not that hard. Design – like my E at GCSE Art proves – is not my strongest point, and I can throw together something that looks okay. I’m sure you can do it, just draw it out in a graphics program, and follow this tutorial. [...]

[...] 本文翻译自:So you want to create WordPress themes huh?。我尽量每天翻译一篇以上,这是一个比较大工程,希望大家能够帮我校对和修正。 [...]

[...] I just finished(for the most part) integrating my WordPress blog into my current website design.  I have to say it wasn’t easy, but I got through it.  I owe a huge thanks to “Small Potato” for his post over on wpdesigner.com.  He wrote an excellent tutorial on how to create a WordPress template.  You can read that tutorial here. [...]

[...] uitgebreide handleiding vind je hier. Googelen op WordPress handleiding of wordpress tutorial helpt ook, maar ‘t wijst zich [...]

to use sandbox as the original type and then edit it is the best way I think!

[...] How to create a WordPress theme: one written by Max, and another by WP Designer [...]

hello, do you the ebook version for the part 3?

[...] the past couple of days I have been working on my very first WordPress theme. I found an excellent tutorial online to help me with it. Above you see what the theme looks like so far and even though it is [...]

[...] 从零开始创建 WordPress 主题 Posted By: soai  Published in 未分类 23Aug 这篇文章翻译自:So you want to create WordPress themes huh?,这是一个关于创建主题的系列的教程,我翻译了大概一半多了(争取这个周末完成),如果大家发现有什么地方翻译错误,非常感谢帮忙指出。 [...]

[...] – So you want to create WordPress themes, huh? “Creating a WordPress theme from scratch is not hard. I’ll hold your hand through [...]

links for 2007-08-24

The Taxonomy of Logical Fallacies (tags: logic philosophy linguistics) A Handbook of Rhetorical Devices (tags: writing Literature linguistics words reference) So you want to create WordPress themes huh? (tags: tutorial design wordpress)…

[...] 16 lessons on WordPress theme creation [...]

[...] WordPress designing themes (tags: wordpress theme design) [...]

Kaja:

Hi Small Potato
First of all : Thank you for this tutorial which I have followed and learned a lot from.

I’m having trouble with wordpress when I upload a the theme I’ve created based on your tutorial.

I changed a few things – mainly the css. And I’ve switched around a few of the php- calls for a different order of things.

Everything seems to work fine with the default theme on wordpress. But when I choose the theme I’ve created as the current theme there’s the problem that when I want to log in or log out I get blank pages. Also when I try to go back to the default theme I get a blank page.

I’ve seen in the forums that the problem with blank pages can arise from plugins – so I first removed all plugins. I have reinstalled WordPress – and the databases several times and the problem is still the same.

So I thought there is some sort of problem in my themes interaction with the rest of wordpress – but how do I find out what? Is there some way of validating your theme except from the css and html – which seems to be fine?

Have you any experience in common mistakes when creating your own themes that might cause this interaction problem (the blank pages)?

I hope you have a good idea?

best Kaja

I don’t know what’s the problem there and how to solve it. I have to know what modifications you’ve made. If you still have this problem, please post your questions at the forums.

[...] to do through customization and the wpdesigner site is the best I have come across. I found this article on the site for creating a wordpress theme from scratch which is the most extensive I have come [...]

[...] WP Designer has a great tutorial on how to create wordpress themes. [...]

[...] followed the steps up to the index.php page that Small Potato has up and typed everything by hand and get an unexpected error on line 7. Retyped it and the same [...]

[...] 本文翻译自:So you want to create WordPress themes huh?。我尽量每天翻译一篇以上,这是一个比较大工程,希望大家能够帮我校对和修正。 [...]

[...] css and only a bit about html, this is going to a big undertaking. I found a great tutorial over at wpdesigner.com, with easy to follow steps and a good breakdown on how to set up each page in the [...]

Bobby:

Thanks for the tutorial!

I have a little question. Is it possible creating security holes by making these templates? I don’t want to create security holes because I’m relatively new to creating templates.

Thanks! 8)

Bobby:

In addition to my previous post. It’s not so much with these templates but in general when messing around with them.

Bobby

I’m not sure. If you’re just messing around with xhtml and css, then it’s pretty hard to create any security hole. PHP is a different story.

Bobby:

Thanks Small Potato, so no problem…yet. :p

[...] 16 lektioner i hvordan du laver dit eget wordpress tema [...]

[...] So you want to create WordPress themes huh? – A massive 16 part series on creating a WordPress theme. [...]

[...] looks around here. I’m trying to understand the mechanics of making my own theme–this lovely tutorial has been of great use–but the style will have to wait. Right now I’m just happy that I [...]

[...] How to create WordPress theme from scratch: a series of 16 articles, which shows how to create WordPress themes from the very beginning to the very end. (Small Potato) [...]

[...] doen, kan je op de WordPress site kijken (hier), of de tutorials gebruiken die ik gebruikt heb (hier, beide [...]

Great tutorial…I enjoyed the separation of topics so I could just refer to a few specific topics…very “intermediate-friendly” I guess.

[...] with wordpress is trying to find out what template to use. If I could be bothered I could just design my own. But once again, it’s hard to be motivated when someone else has done the work for [...]

[...] resources, such as astonishing tutorials for WordPress, my favourite would have to be the ‘How to create a WordPress theme’. This is a fabulous tutorial on, well as it say in the name, how to create a WordPress theme. [...]

Hi Small Potato :)

Is this tutorials’ resulting theme compatible with WordPress 2.3?

Omi

Omi – This tutorial was written before 2.3.

[...] 这篇文章翻译自:So you want to create WordPress themes huh?, 原文链接:http://fairyfish.net/2007/06/04/so-you-want-to-create-wordpress-themes-huh/ [...]

[...] Posted by Daniel link? If you didn’t get it yet, here it is: WordPress tutorial. [...]

[...] I came up with a while ago. I’m currently learning how to create WordPress themes using this tutorial, which is probably one of the best tutorials I’ve read in a long time. It’s extremely [...]

[...] How to create WordPress theme from scratch: a series of 16 articles, which shows how to create WordPress themes from the very beginning to the very end. (Small Potato) [...]

[...] launch my first custom theme, I made use of Small Potato’s excellent lessons for custom WordPress theme creation. I can’t recommend them highly [...]

[...] you do decide to create your own WordPress theme from the ground up, this tutorial is absolutely fab. If it were a book, I’d buy [...]

This is without a doubt the definitive “make your own WP theme” tutorial. Brilliantly presented, simple to understand, and not a step missed.
Great, great work. Thank you.

[...] [DESIGN] So you want to create WordPress themes huh? [...]

Terri:

Is it possible to get this series of tutorials complete with no comments on the page. I would like to print it out, but when I print the pages it prints all the comments too.

[...] Small Potato (should I not be using capitalisation?) created a very useful resource on how to create a WordPress theme. [...]

[...] usable theme for WordPress (well second if you include my previous anaemic fumblings), courtesy of Small Potato’s excellent tutorial and it’s not too bad if I say so myself. It looks OK across most browsers and everything [...]

I loved the tutorial and i have created a new theme for my site.

[...] wasn’t until I found SmallPotato’s “So You Want to Create WordPress Themes, huh?” article in August 2007, that the process really begun. The article took every part of [...]

[...] How to create WordPress theme from scratch: a series of 16 articles, which shows how to create WordPress themes from the very beginning to the very end. (Small Potato) [...]

[...] So I got this new design up. There was no already finished layout to modify, I typed it all by myself using this BRILLIANT tutorial. [...]

[...] 这篇文章翻译自:So you want to create WordPress themes huh?,这是一个关于创建主题的系列的教程,我翻译了大概一半多了(争取这个周末完成),如果大家发现有什么地方翻译错误,非常感谢帮忙指出。 [...]

[...] stupid word. And when it came to designing, I definitely have to give respect to the guy who wrote this, without it I’d still be struggling to figure this template out. That being said, I’m [...]

[...] and last but not least Small Potatoes [...]

[...] How to create WordPress theme from scratch – 16 articles, which represent a step-by-step instruction on how to create WordPress themes from the very beginning to the end. [...]

[...] So You Want To Create WordPress Themes, Huh? A how-to on creating your own wordpress themes. Includes CSS and HTML validation. [...]

[...] managed to stumble across this site: http://www.wpdesigner.com, which gave me an amazing source of information about the template tags, and how to create sidebars [...]

[...] I know nothing about wordpress themes.. I am learning! I LOVE this guy for making this wonderful Tutorial I would suggest it to anyone that wants to learn how to make their own theme. So I am reading and [...]

[...] never attempted anything like it before, and so I sought the help of Ate Beng, who pointed me to this tutorial from Small Potato. I followed everything he said (added a few colors of my own to the [...]

how do you make 3-column wordpress themes instead of two? thanks.

change the width of the overall layout, follow the sidebar steps again to add another sidebar.

oh, and then label it sidebar 2? or something like that?

you got it :) . download a three column theme first. see how it’s done.

Pocky:

Hey! This site really helped with the basics, but there are errors along the way and it doesn’t teach how to solve it, and hwy certain errors occur! Also..if we knew the basics..how do we know what those other tags to like #wrapper {Just an example} Besides..will we know how to put images, and do image maps using CSS, and those fancy things as well?! Overall this guide is awesome. I just don’t know where to seek out in terms of creating fancy styles with images and really nice css for links! I am a former cutenews user and coded everything with tables, so wordpress is soooooo brand new and I don’t know how the “pros” started but I sure am lost!

You can’t ask for a guide that teaches you everything. Something like that doesn’t exist. The way you do it is by going through other designers’ CSS codes. Learn their techniques the same way they learned from others.

Thanks for the tutorial!
.
.
.

This tutrial is exellent !!!! I’ll try to make a template for wordpress now

[...] Thanks go to Small Potato for his tutorial So you want to create WordPress themes huh? [...]

[...] realy must thank Small Potato for his excelent tutorial “So you want to create WordPress themes huh?” Lucky for me I’m already familiar with HTML and CSS so I breezed through his tutorial [...]

[...] If you are interested in doing the same, visit the site at wpdesigner.com. [...]

Rog:

Why the Xampp is so needed?

So you can install WordPress on your computer instead of having to upload files online in order to view the changes you’ll make along the course of the tutorial.

[...] go to Small Potato for providing a great tutorial on WordPress Themes. Thanks to him my start on Javascript has been delayed a little while I tweak [...]

[...] are other three rather easy to follow and well written tutorials:Dissection of a WordPress theme, So you want to create WordPress themes huh? and WordPress template tutorial. This way, chances of erroneous coding are [...]

2 thumbs up dude!

flo:

Hi there guys,
I have been looking for a tutorial on how to create a sidebar (dropdown menu). This tutorial helped me a great big lot to get started with the main structure but I can’t find anything related to dropdown menus in wordpress. (I have to transfer an existing /static/ website to wordpress).
Do you guys have any suggestions? Where should I start?
Thank youuuusssss !!!!!!!!!
flo :)

[...] all done in a simple xhtml and css layout. I am currently following along on small potato’s very most excellent wordpress theming tutorial. So far I am learning more on how to put together a theme then I ever did. If you are somewhat [...]

pls help i cant make my own wordpress!! :(

flo:

Hey mewgirl1745,
If you follow this tutorial step by step you will be able to make a decent wordpress theme.
What exactly is it you need to do/make?
f. :)

[...] are other three rather easy to follow and well written tutorials:Dissection of a WordPress theme, So you want to create WordPress themes huh? and WordPress template tutorial. This way, chances of erroneous coding are [...]

[...] Crash course in PHP and CSS scripting languages from freelance WordPress theme designer, Small Potato. (He created the theme that bigUGLYcouch uses.) Curious? Check it out. [...]

[...] was learning how to code a wordpress theme from WPDesigner tutorial when an idea of making a complete overhaul on this blog struck my mind. Basically o2 2.0 is [...]

[...] makes things very handy and saves me a lot of programming time and effort. Thanks to Small Potato @ WP Designer for the easy to follow, step by step tutorial on designing themes for WordPress. Web Designer Wall [...]

[...] WPDesigner » So you want to create WordPress themes huh? (tags: wordpress themes howto tutorial toread) [...]

Great material and easy to follow. Good work.

wow..awesome tutorial..really help me making out something…thanks a lot..:)

[...] coding ni memang rasanya cepat dan mudah la nak wat satu simple theme kan?Cuba korang tgk website Wpdesigner ni. Kat sini la aku dapat info dimana dan camne nak mulakan.Apa yang diberitahu..korang kena ade [...]

[...] free themes, tutorials, tips and more for WordPress. They have a section on the site called "So You Want To Create WordPress Themes Huh". This section has a set of 16 lessons on creating your themes. I would definitely bookmark it [...]

terylen:

thank you very much for this great tutorial!!! :-)

Hey SP,
Thanks for a job well done! Just have a question for ya.. Can you suggest any good sites/tutorials for spicing up your blog? (How to add images for headers, making sidebars more “graphical”,adding left as well as right sidebar–although that one I could probably figure out from what you showed us;-) etc..) or will you be creating a tutorial for that soon? (Would definitely look forward to it!)

wonderful tutorial. wordpress is always the best choice for blogging nowadays.

@mike – you’ll have to search for techniques that you want to implement as you learn more about css. there are a lot of general tutorial sites, but not many that will show you how to specifically do something to spice up your blog.

Mike2732:

I would just like to say I thank you very much for this, it has really helped me overall. It helps me understand that really was what I was having trouble understanding. Also it helped me understand how to build a wp blog.

If you could sum this all up in one Ebook that would be awesome. If you can do that, please email it to me at mike2732 [at] gmail.com
If you could do this, I will provide the Ebook free on several forums for other users, and provide a link back to this site. It would be awesome, and would really help me, because I don’t like reading off screens.

Thanks so much,
Mike2732

If you’re subscribed to Wpdeesigner’s feed, you can find an ebook download link to another version of this tutorial series, a more recent version.

Mike2732:

I subscribed, I’ve been looking for the past 10 minutes, couldn’t find it :(

Can you please send me a link?

Thanks!
Mike2732

I think you’ll need a feed reader like Google Reader to grab the link. Off the top of my head, I don’t remember the address.

Mike2732:

I wasn’t sure what you meant by Google Reader, but I looked it up, and I actually found Google Reader, and was feeding from your RSS, but I couldn’t manage to find the link :(

I’m not rushing you or anything, if your busy at the moment, just get back to me when you can with the link, theres no rush.

Sorry for this, maybe I’m just stupid =\ lol.

Thanks
Mike2732

If you’re using Google Reader, click on one of the posts. The link should be at the very bottom of that post.

Mike2732:

I can’t find it :(

Sorry

[...] ? jelas ! … kalo mau sih bisa belajar di Cypherhackz atau WPdesigner ini, step-stepnya ada n jelas kog kalau rajin dan familiar sama [...]

[...] create wordpressthemes – ein hervorragendes tutorial in 16 Akten Diese Icons verzweigen auf soziale Netzwerke bei denen Nutzer neue Inhalte finden und mit anderen teilen können. [...]

[...] So you want to create themes huh? [...]

Mike2732:

Thanks Small Potato, you rock :)

[...] I finished Small Potato’s tutorial on making WordPress themes. Now this time, I’m the one who really made the coding and the [...]

I tweaked a theme I downloaded… and am really close to having it where I need it. But, I have a problem. I resized it to 300px which is what I need. You can see it at http://www.win1040.com on the right hand side. It looks good. But, when you click on one of the posts the text doesn’t wrap. It disappears off the right edge as if the theme were much wider than it is. What am I doing wrong? Why does the main page look good and the rest don’t?

Please email me at john@r180.com.

Off the top of my head, I can’t tell you for sure. I don’t know what theme you’re using and what methods you’re implementing to display that area.

My guess right now is the page you’re trying to iframe hasn’t been set to adjust to the width of the iframe.

Well, the theme that I tweaked is called ‘olive green’. I don’t want a horizontal scroll bar, which is why I made the theme 300px. It’s in a 300px iframe. However, if you look at the actual blog page without the iframe the problem remains.

You can go here- http://r180.com/blog/win1040main/ and see it. That one looks good… but, when you click on a post you see the problem. I only changed code in the style.css file. Let me know what info you need and I’ll do my best to communicate it. I’ve never worked with css or php before.

I think I’m in the ballpark now… if I change the ‘overflow’ to ‘visible’, then I can scroll horizontally to see the whole post. But, it’s still not what I want. I want to keep it at 300px and have the content wrap. I don’t want the horizontal scroll bar. Any ideas?

Why not let the blog page have 100% width so it’ll adjust to any iframe? For future questions, please use the Wpdesigner support forums. Thanks John.

[...] Big thanks to Small potato at WP Designer for writing a great tutorial! See Here [...]

Yes, Thanks for the tutorial series-i also downloaded your ebook series. I had bought uncoded PSD’s and I wanted to learn how to code them myself so that I wouldn’t have to keep paying coders.

This has helped so much in my quest to be a web designer.

[...] 作为一款Blog平台,WordPress无疑是目前最好的一款。我爱水煮鱼翻译了16篇WordPress的初级教程,从安装到模板的美化,涵盖了WordPress的几乎全部基础内容,不论你是菜鸟或是老鸟,都应该看看。当然,如果你想看原文,请进入wpdesigner。 另外,关于本地安装WordPress的教程,也可参见这里。 [...]

[...] files and Templates is the second lesson of my WordPress theme tutorial series. If you haven’t read Lesson #1, stop right now and go read lesson one. Otherwise, you will not [...]

estaticdeath:

this tutorial is very helpfull for me. thanks

I love your site, the resources you’re offering really appeal to me. I really struggle when customizing themes let alone design one from scratch.

That thought scares me to be honest.

I have a few errors on my site which I don’t understand, I also noticed when I installed the mybloglog widget if you adjusted the browser width the pictures would move with the browser.

Didn’t understand that either lol.

I’m sure reading through your tutorials will help be a bunch.

Thanks, great blog.

This is the best WordPress tutorial I have seen so far.

[...] template for. It is a very intuitive process. The first template that I built was based off of this http://www.wpdesigner.com/... wordpress template tutorial. With the help of Small Potato and these links from the WordPress [...]

Hi,
I am new with wordpress blog but managed to use your theme ‘wrath’ at my site.

One question:

How to put ‘count’ to display the number of posts in the categories and archives. example: post title (2) or November (1)

Hope you can help.

Regards.

Fred Chan

Fred – Look on WordPress.org for wp_list_categories or wp_list_cats, it should give you the full guide.

So it is really that people create WordPress themes to get the backlinks to their site. Sometimes at the footer, they put 3-4 links..

@LL – It’s unfair to make that assumption. I, for one, don’t create themes for that reason.

Please post irrelevant comments at the Wpdesigner forums. Thank you.

Sorry, i just want to give my opinion, it is a great works when people sharing good templates with every body and it is cool when it is free! :D

Thanks to detailed out about a WordPress theme.

[...] this WordPress Theme Tutorial Series from the [...]

phoenix:

loved your tutorials man, your an ace, i started with them yesterday and today im finished, dont worry, i know you said one at a time, but im familiar with css n html… so thanks a lot!!!!!!

Jen:

Your instructions stated :”If you can’t install WordPress on your computer for whatever reason, no worries, just make a dummy WordPress install on your website.”

1. How does one create a dummy wordpress install on your website?

2. When you say website are you referring to our local host on our own computer?

Thanks.

website means your online blog. just install wordpress in a sub directory or folder that you don’t use.

[...] Then, of course, everything you will ever want to know at WordPress.org.  The Site Architecture doc is going to be a good one to help you get started. And then there is Small Potato’s great step by step “hand-holding” experience for creating and installing your very own WordPress theme at WpDesigner.com. [...]

nice page, i’ve used your template (wpdesigner5) for my website at http://www.ferykurniawan.com

hello :)
I LOVE YOUR SITE!! thank you soooo much for taking the time and writing these tutorials! Its highly appriciated :D

I want to ask you if you wouldn’t mind me translating your tutorials in Arabic and posting them in my site, with of course referring to you.

DB

[...]  مصدر هذا الدرس [...]

[...] ? jelas ! … kalo mau sih bisa belajar di Cypherhackz atau WPdesigner ini, step-stepnya ada n jelas kog kalau rajin dan familiar sama [...]

Sure, you can translate it, but please don’t link directly to the image files. Thank you.

[...] 英文地址:So you want to create WordPress themes huh? [...]

[...] broke down and had to code my own WordPress theme.. I must say, it was TOO easy, especially using this tutorial. I’m still working on things such as XHTML & CSS validity and subtle advertising codes.. [...]

[...] kartÄ… naudoju “tutorÄ…” esantį ÄŒIA. Šį kartÄ… tema bus VISIÅ KAI unikali. Viskas bus kurtÄ… pagal mane. Ir dar, turbÅ«t dominuojanti [...]

Ahmad:

For those who just got here and want to go through this tutorial I recommend using Notepad ++, it’s a great application which help you with organizing it and it supports the color coding which makes is easier. here is a picture of my index.php using this application:

http://i19.tinypic.com/878wdmq.jpg

and the notepad ++ site:

http://notepad-plus.sourceforge.net/uk/site.htm

and thanks to SP for this outstanding tutorial.

[...] I discovered a wonderful post by WP Designer. This tutorial simplay explained the basic php structure of WordPress in a way that NO ONE else has. [...]

[...] themes before). I want to say a big huge thank you to Small Potato at wpdesigner.com for his ‘So you want to create WordPress themes huh?‘ tutorial. I would have been lost without [...]

[...] for the past few days I’ve been learning how to use WordPress (the blogging software that runs my blog). I can feel my mind stretching and [...]

[...] am playing around with themes and found a wonderful tutorial on how to create your own theme here: Small Potato’s Tutorial. I find it amazingly generous of him to share all his knowledge! I did find out that it’s a [...]

[...] WPDesigner » So you want to create WordPress themes huh? [...]

[...] WP-designer.com: “So you want to create WordPress themes huh?”Sauber strukturiert mit Inhaltsübersicht (leider nicht auf den Unterseiten.), grafisch anschaulich, Rahmendesign professionell, macht Lust sich damit näher zu beschäftigen. Hat ein Kapitel Widgets.  [...]

[...] erstellen. Dabei stieß ich auf den absolut genialen Workshop von “Small Potatoe” auf dessen Seite. Wer des Englischen mächtig ist, sollte sich das wirklich ‘reintun. Ich habe mal angefangen, [...]

[...] Creating a Theme from Scratch [...]

[...] WPDesigner » So you want to create WordPress themes huh? WordPress theme tutorial. (tags: wordpress theme) [...]

[...] is help to be found. Right now I’m at Small Potato’s place – WPdesign – following his tutorials on how to make wordpress themes. So far, so good! Maybe I finally can make my very own lime-look [...]

Thank you for your tutorial step by step. May I translate your post to Indonesian language? I’ll be post your tutorial in Indonesian at my blog.

You may translate it, but not link directly to the images. Please link back to the original version within the translated version.

Okay, all the images I’ll be create it with my images, and I’ll be link back with the original version. Thank you for your response.

[...] mari kita membuat theme wordpress sendiri. Mumpung liburan tahun baru, saya akan menerjemahkan bagaimana membuat theme wordpress oleh WP Designer. Saya sudah meminta ijin kepada pemilik tulisan tersebut untuk menerjemahkan seluruh tulisan [...]

opedro:

Hi!
The tutorials are great. Many thanks!
But, I still have a problem.
I’d customize one theme and start to create some posts to my new blog. This, with a localhost instalation of WP (using xampp). Now, I want to send it online.
I send all the content via FTP to my server, but then the browser always ask for the localhost. I don’t know what’s wrong. :(
Can you help me?

opedro, from Portugal
(sory my english :s )

please post your question at the forums

[...] css and html knowledge takes me. I found a great “How to make a Theme” tutorial from WP Designer which is really helpful. I am also reading Nick La’s WordPress Hacks and I just know that I [...]

[...] WPDesigner » So you want to create WordPress themes huh? So you want to create WordPress themes huh? [...]

[...] totusi dorinta sa invat cu ce se mananca un template. Am gasit un tutorial pe net care te invata ca la gradinita ce sa faci si cum. Daca nu stii php nu trebuie sa te ingrijorezi ca [...]

I’d like to say thanks for taking the time to put together this wonderful tutorial! I’ve been wanting to make my own WP themes for months, but I don’t have much knowledge of PHP. I went through your tutorial in just 2 hours, and I believe I am finally ready to start creating my own!!

[...] my way through this very base-level tutorial on WordPress and how it works. And one of the comments on one of the lessons is “You deserve a petite [...]

[...] 本教程翻译自:So you want to create WordPress themes huh? [...]

[...] http://www.wpdesigner.com/... [...]

Thanks a lot for this tutorial. Before I found it I new nothing about coding the WP themes, but after reading it I can do the codings pretty much from scratch on my own!

Great work!

[...] ? jelas ! … kalo mau sih bisa belajar di Cypherhackz atau WPdesigner ini, step-stepnya ada n jelas kog kalau rajin dan familiar sama [...]

[...] Ahora toca practicar y hacerme con los controles para configurarlo al dedillo. Sobre todo en lo que a diseño se refiere. Lo estoy intentando con la ayuda de este enlace: [ Enlace ]. [...]

[...] WPDesigner » So you want to create WordPress themes huh? (tags: advice article blog blogging blogs code coding computer theme webdesign design themes howto tutorial wordpress) [...]

[...] was until I came across Small Potato’s brilliant WordPress theme tutorial at WPDesigner.com. I worked through all the lessons in about two days and learnt more about [...]

this is a really coOOOOOOOOOOOOoooooooooooooLlllLLLLLL website..

i love your tutorial…!!!

i love this site.. and i think making a wordpress theme is not too “sweaty” anymore…

nice job man..!!

[...] januari 14, 2008 Att skapa ett eget WordPress tema är inte så svårt som många tror att det är och något som underlättar skapandet av ett eller flera WordPress teman är att t.e.x. följa denna guide: So you want to create WordPress themes huh?. [...]

[...] basic information I used the “So you want to create WordPress themes huh?” tutorial, found through [...]

[...] wasn’t until I found SmallPotato’s “So You Want to Create WordPress Themes, huh?” article in August 2007, that the process really begun. The article took every part of [...]

[...] … Templates is the second lesson of my WordPress theme tutorial series. … build online communities the hard way ” Building your own WordPress Theme said: … More Blog Resources [...]

[...] to create a WordPress theme, yet you want the tutorial to be simple and easy to follow, I suggest WP Designer’s tutorial series by Small [...]

I just want to say that this tutorial rocks! It helped me so much to create my first wordpress theme! It now seems so easy, when I thought it was so hard!

Thanks for providing it :)

Hey SP,

Just wanted to show you some fruit produced by your tutorial. I just got my new theme uploaded and am loving it. I would love some of your thoughts.

Thanks again,
Josh

I like where you’re going with it, but it’s a little bit unconvincing. You’re mixing two styles, but I don’t see any trace of the grunge style within the content areas.

[...] a customised theme which I plan to build from scratch. To do so, I’m currently reading the WordPress theme tutorial at WPDesigner.com as well as a little bit of referencing from [...]

[...] difficult. However, image directories, php and css are not the cleanest. Thanks to 31three and WPDesigner, I’m able to incorperate this design I found in my archives to the wordpress CMS. I also [...]

weaver:

Genius!

[...] found this site here which gives a pretty good description of how a “Theme” is put together. You need a [...]

[...] anywhere close to being a comment. So I’m just going to say THANK YOU VERY MUCH to Small Potato, whose ‘So you want to create WordPress themes huh’ series of articles really helped me [...]

[...] you are also interested to learn how to create wordpress theme then click here. It is a series of step-by-step instructions for creating your first simple wordpress theme written [...]

Thank you for such a nice tutorial. Its for this tutorial only that I now have the courage to create my own wp theme.

- imp0steur

Thanks imp0ster. I’m glad it helped you.

i just finished coding my layout and i set out to code the wordpress into it (as i had done with a previous layout and it worked out good). I coded this layout a bit different, i used some tables and the tables had background images in the index.php file. But when i preview my theme none of the images from the index.php file show up, only the ones that i had done in the style sheet do. Why is this? and am i able to keep the layout the way i have it or do i have to load all the images in the stylesheet?

Lol, nvm fixed it just broken links, but great tut!

This is very usefull resource.This will help me to create my own wp themes.

Thanks for your great effort dude.

[...] recently mentioned a WordPress theme tutorial from WPDesigner.com that really helped me out. Well, now he’s gone even [...]

[...] http://www.wpdesigner.com/... [...]

Thanx for this great tutorial series !

I have some problems with the RSS feed though…
with the default theme it’s working, but when I load my newly created theme I get an error ;

XML Parsing Error: xml declaration not at start of external entity

Do you know a way to fix this ?

Sorry, I don’t.

I did some searching around and found the problem ;

It has something to do with the functions.php file….
after I deleted it everything is working again :)

I’m not using widgets in my sidebar so I wont miss it anyways…..

[...] help a novice such as myself to get started in theme development. With the help of Google, I found WPDesigner with a step by step tutorial on designing a WordPress [...]

[...] a bit on the best way to slice the images in order to create a fast-loading and validating page. wp-designer.com’s wonderful tutorial on creating a wordpress theme from scratch was fundamental in my success of [...]

Thanks it’s very useful keep up the good work

[...] forget; the guide that helped me take care of all of this remarkably quickly and easily. WPDesigner. This tutorial really helped me learn how to do a lot, rather than copy and paste from someone [...]

[...] and links. I’ve been working through his outstanding tutorial series on creating a WordPress theme. Incredibly, his turtorials, all FR*EE, have me getting somewhat up to speed on understanding not [...]

[...] mis necesidades, así que mejor aprendo a armar uno propio. Espero no sea muy complejo. Encontré este tutorial de wpdesigner.com. Les cuento luego que [...]

[...] nødt til at få lidt søvn. Jeg har hele aftenen kæmpet med at lave et tema til WordPress, og  denne side gjorde det meget overskueligt og let tilgængeligt. Jeg har ellers altid ment, at WordPress-temaer [...]

[...] for my blog through wordpress so everything fitted in and thanks to Lee Munroe’s link to WPDesigner’s great tutorial on creating your own wordpress theme. I’m still trying to adjust a few things [...]

[...] So you want to create WordPress themes huh? [...]

Hello people, I’ve just made my own custom wordpress theme following this tutorial but I have a problem. I need to put an image into header. How can I do that?

Now I have this there:

<a href=”">

I tried to put there image by common html tag:

but that doesn’t help. How can I get image into header? I also tried to set that image as background to header div in stylesheets but it won’t display…

I’m desperate.

Sorry… it didn’t display html tags in my comment but I hope you know what I mean…

Use an image tag or a background. It sounds like you’re linking to the wrong location.

Well… I have done it by background-image…

Image tag just doesn’t work in header… don’t know why… :?

And one more thing… do links in sidebar have some special class… so I can style them together in stylesheet?

No, but some lists of unique ids. you can target those instead. What are the IDs? I have no idea. You have to check the source code. It’s unique for almost every blog.

[...] and learn things the right from the start, so I looked into some tutorials. Of particular note is this one by WPDesigner.com. Granted they are pretty remedial but thorough regardless. I wouldn’t take [...]

[...] esta imagen, sacada del tutorial en inglés de wp-designer del que he sacado mucha información para hacer este tutorial, se puede ver la estructura de [...]

Pretty cool and very handy man! It’s so useful for me and for all people who those want to create their own wp themes! Great! Keep it up!
Cheers!!

[...] and links. I’ve been working through his outstanding tutorial series on creating a WordPress theme. Incredibly, his turtorials, all FR*EE, have me getting somewhat up to speed on understanding not [...]

[...] So You Want To Create WordPress Theme Huh? by Small Potato [...]

[...] This is a link to a tutorial series that I found ages ago and forgot to post about it, I used it when creating the (now non-updated) Screetimes blog, yes the design of the Screentimes blog is mine. [...]

[...] WPDesigner » So you want to create WP themes huh? Tutorial em ingles de como criar seu proprio tema WordPress (tags: templates, temas, tutoriais) [...]

[...] WPDesigner » So you want to create WP themes huh? Tutorial em ingles de como criar seu proprio tema wordpress (tags: templates, temas, tutoriais) [...]

[...] guide for this endeavor is Small Potato’s tutorial series over at WPDesigner. This is a great tutorial series on creating a WordPress theme. I figured [...]

[...] has a nice step by step guide to help you in creating your own WordPress Theme. Read “How to create a WordPress theme?”. It covers 16 lessons from introduction to creating the comments template. Read [...]

[...] 2. WpDesigner [...]

[...] is the outcome of going through a WordPress tutorial at the WPDesigner blog by Small [...]

Hi, is this a friend of yours?


mymerimee.blogspot.com/…

even made it to digg: http://digg.com/design/...

just thought I’ld let you know, in case you didn’t know already.

Thanks Ronald. That person is not a friend of mine and he/she does not have my permission to republished this tutorials series.

[...] How to create a WordPress theme A 16 part series on how to build a WordPress theme from whoa to [...]

Great post, Great blog! Your little picture box on the right totally cracks me up.

“…my eyes are small so don’t cross the street and laugh at the same time.” That is hilarious. :) Keep up the good work, I really like your website.

[...] March 4, 2008 by bigfetch http://www.wpdesigner.com/... [...]

[...] se guardan los mismos, qué contiene cada archivo y como ponerlos todos juntos. En total, son 16 sencillos pasos que te llevan desde cero hasta tener un diseño [...]

[...] Visto en Biperbit Enlace: WpDesign [...]

[...] If you can’t find the right theme and you want to write one yourself, check out this guide. [...]

[...] Se non trovate il template che fa per voi ed avete intenzione di scriverne uno personalizzato, date un’occhiata a questa guida. [...]

[...] Dimmer Switch. I’m building a new template from scratch. I found an amazing tutorial over at WPDesigner which gives step by step instructions on how to create a new template. He also explains what all [...]

[...] done some research I’ve found out that there are many good resources for that for example on wpdesigner, so if you are starting a blog or just redesigning or whatever here’s the list of useful thing [...]

[...] Now I am building my own template to use – I don’t know how to do this yet, but I have found a very good tutorial here. [...]

A great tutorial. Many thanks for the time saved trawling other sites :o )

Dave

[...] so I made my own template. It wasn’t as hard as I thought it would be actually lol. The wordpress template tutorial at wpdesigner.com helped me a lot with it actually, I mean with all the php codes that I had to include and all that. [...]

[...] works then making your own could be the best idea. For ideas on how to start making a theme try WPdesigner. Unfortunately the author Small Potato is selling WPdesigner for personal reasons but hopefully the [...]

[...] How to create a WordPress theme A 16 part series on how to build a WordPress theme from whoa to [...]

This is why you shouldn’t sell this blog.

Put it on ice for a few months. There is so much great content on here, it could go a year without updates and still get tons of traffic.

Why?

Posts like this.

There are ways to make money with this blog and I’m afraid someone is going to come along, buy the blog from you (at a good price) and then make 10x more money off it.

Without adding posts like this.

Think about this again. Please.

[...] 1)So you want to create WordPress themes huh?- A step by step guide to create a WordPress theme from scratch. [...]

.:

Hi!

PLEASE! ! ! !

The post does not appear!!!! :( ((((

Where is the problem??

Please see :

http://thumbsnap.com/v/HTzF27Xp.jpg

Help! Pleaseeeeeee!!!!!

Thank you very much

Please post your problem at the support forums.

Wooooooooooot
This is crazy… So great… I got all the tutorial, the whole thing… Geeeeeeeeeeeezzzzzzz…
I just fell in love with you, you’ve been the only person on this earth who made me learn something
HAHAHAHA
Thanks for the tutorial.
Really.
I love YOU
The best tutorial ever
(Oh and you’re so cute, by the way)
;)

[...] done some research I’ve found out that there are many good resources for that for example on wpdesigner, so if you are starting a blog or just redesigning or whatever here’s the list of useful [...]

thanks for the gr8 tips, i just started my own wordpress theme site, hope i can be as successful as you :)

[...] wasn’t until I found SmallPotato’s “So You Want to Create WordPress Themes, huh?” article in August 2007, that the process really begun. The article took every part of [...]

[...] today I am going to be trying to make my own wordpress theme-again lol. I am going to go through Small Potatos tutorial ONE STEP at a time, this time around. Last time I tried, I went through the whole tutorial in one [...]

Thanks Thanks alot..

[...] my new and shiny wordpress blog fit into my current layout. I followed the lovely tutorial made by wpdesigner, which is a really good tutorial to make your own themes on wordpress. No, seriously, it is. This [...]

[...] WPDesigner » So you want to create WordPress themes huh? (tags: wordpress webdesign themes tutorial) [...]

[...] WPDesigner » So you want to create WordPress themes huh? (tags: wordpress tutorial themes howto design webdesign blog) [...]

[...] seems too complicated for me. So I googled around and found the super famous WPDesigner’s Creating WordPress Themes: The Tutorial. I studied the tutorial and then I tried to re-code my whole theme using WordPress codes. Thanks to [...]

[...] para los que no somos programadores de PHP. Sin embargo, en dias pasados termine un tutorial sobre modificar temas para wordpress y me ha funcionado para comprender mejor como funcionan las plantillas y como esta hecho por [...]

[...] creating a layout is quite good, but in all honesty I actually found it alot simpler to follow the wordpress designer’s tutorial. If you are somewhat more technically inclined it may appear a bit basic at the beginning, this for [...]

[...] [funny] • WordPress – un tutorial bun care te invata cum sa creezi o tema pentru wordpress. – link [interesant] • Video – Frumusetea fara minte nu valoreaza nimic – link [fun/blonda] • Video – [...]

[...] So You Want to Create WordPress Themes, Huh?: A step-by-step tutorial on how do make your own WordPress theme. I usually just stick to a theme someone else made and customize it from there. [...]

[...] super useful WordPress tutorials to me and other hundreds of bloggers for a long time. his famous “So you want to create WordPress themes huh?” tutorial has been helping many people to build their own blogs, as he says “because I [...]

[...] I’ve wanted a blog for ages but I never seemed to be able to find the times to set started. Well I had a bit of time on my hands to I bit the bullet a loaded up good old WP. It took about 2 minutes to get the thing up and running. But I wanted the blog to look like the main site, this meant writng my own theme and to do that i needed some help. A quick search and I discovered WPdesigner and his excellent tutorial on building your own WP theme. [...]

[...] game - link [funny] • WordPress – good tutorial “How to make a wordpress theme” – link [interesant] • Video - A funny sexy blonde - link [fun/blonde] • Video – Human Jump Rope [...]

[...] WPDesigner » So you want to create WordPress themes huh? – A step-by-step guide to creating WordPress themes. [...]

[...] Build your own WordPress theme. These tutorials explain to you what you’re doing as you build your theme line by line. Learn some xhtml, css, and php in the process, as you complete the day-by-day tutorials. [...]

[...] Creating a wordpress theme from scratch. Okay, let’s start from scratch. We have to make sure it is SEO friendly! [...]

[...] followed Small Potato’s 16 step WordPress theming tutorial which I did in one sitting. It took me about 5hrs and after it I feel I know a hell of a lot more [...]

amy:

Hey SP. I just finished all the lessons. I want to thank you for all the time and effort that you put into this. It is truly a great help.

However I have one question.

Everything seems to work, except when I click on the name of the post. For example: I have Hello World as the name of the post. I then get:

Object not found!

The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.
Error 404

I’ve gone over this tutorial a couple times as I think it is here that I messed up, but I cannot find a problem.

When I hover over Hello World here is what shows up:

http://localhost/wordpress/the_permalink()

Can you tell me what is wrong?

Thanks.

[...] How to create a WordPress theme Come creare un tema per [...]

Yea, it’s fine

thanks buddy, this post is really great.

[...] read a very good article on creating a wordpress theme, and I thought I would show how I created a custom look for my [...]

[...] read a very good article on creating a wordpress theme, and I thought I would show how I created a custom look for my [...]

[...] http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/ [...]

[...] You can find the tutorial here. [...]

[...] So you want to create WordPress themes huh? [...]

[...] WPDesigner » So you want to create WordPress themes huh? (tags: Webdesign design) [...]

Add Your Bid:

Great lesson… i will use this manual to create my own themes…thanks a lot

I hope with this manual will help me to create my own theme one day…thank you.

[...] GrauBlau, Nevis | Fonts | Smashing MagazineMake your Own WordPress Theme – Part 1 at CypherHackz.NetWPDesigner » So you want to create WordPress themes huh?The W3C CSS Validation ServiceThe W3C Markup Validation Serviceddddd.gif (GIF Image, 800×600 [...]

This is what i’m looking to create my own wp theme.Thanks to admin.

[...] : WPDesigner? Tutorial(?? ?????, ??? ????? ??? ??? ?? ?????), CSS [...]

[...] 1)So you want to create WordPress themes huh?- A step by step guide to create a WordPress theme from scratch. 2) Developing a WordPress Theme- Dezinerfolio wrote a tutorial on how to develop a WordPress theme, you will learn to convert your xHTML CSS site into a Compact WordPress Theme. 3)How to create WordPress theme?- DevBox Wireframe WordPress theme, which is available for download on their site. This is basically a barebones theme that you can use to easily take a XHTML/CSS layout and convert it into a WordPress theme.4)Widgetizing Themes- Technical instructions on updating a theme for use with widgets.     Read More    Post a Comment [...]

[...] just want to share this website where you can learn how to make your own wordpress theme. It’s been in my bookmark [...]

[...] es mi primer theme. Lo desarrolle siguiendo los pasos del tutorial How to create a WordPress Theme, bastante completo y aunque esta en ingles es de facil [...]

Te?ekkür Ederim.

[...] http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/ [...]

[...] WP Designer [...]

[...] your blog. That’s why I’ve started learning the WordPress theme system. I found a nice site with clear explanations. But that is just the easy part. I need a concept too. I’m thinking [...]

[...] php codes from scratch (given my very limited brain cells, if any works at all). I will read up on wpdesigner.com and see if it will help me kick things off. The author’s self description cracks me up, if [...]

[...] Well, I’m definitely on the way, to designing new wordpress templates on mass. There’s still some things I have to sort out, but I believe, I have a decent understanding thanks to a tutorial I found on WpDesigner. You can find the tutorial here. [...]

[...] Un tutorial aveti la acesta adresa. Un alt tutorial, mai complex, gasiti aici. [...]

[...] WPdesigns from small potatoes [...]

amazing series SP, too bad you sold the site and wont be posting anymore

[...] WPDesigner » So you want to create WordPress themes huh? (tags: wordpress) [...]

[...] night two. I am learning all about how WordPress blogs work using an amazing tutorial at http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/.  It takes you through how to create a theme from scratch.  It is helping me to appreciate what [...]

[...] Well anyway here it is: WPDesigner [...]

[...] tips on how to better your WordPress experience. They’ve got some great articles like how to code your own WordPress themes. There’s also a few tutorials on things like keeping your best content on top and how to [...]

[...] Another Tutorial To Create Your Own WordPress Theme April 25, 2008 Found another good tutorial to help you create your own wordpress theme. Basically it means that if you would work a little [...]

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam vulputate urna in nisi. Aenean pulvinar orci. Cras non nisl ac lacus cursus pulvinar. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut tristique rhoncus nulla. Vivamus diam. Aenean vitae purus at arcu pellentesque placerat. Nulla sagittis purus quis enim. Nam feugiat mauris sit amet libero. Etiam purus. Donec lorem mauris, commodo nec, vestibulum quis, dapibus vel, metus. Pellentesque sit amet leo nec nibh sodales posuere. Nullam viverra sagittis sapien. Aliquam porta aliquam elit. Vivamus dapibus est sit amet lacus. Vestibulum eget sapien sed dolor suscipit condimentum. Donec id mauris et augue ullamcorper gravida. In at tellus. Praesent justo. In eu lectus non nulla aliquet iaculis.

Phasellus rutrum, nisl eu aliquet rhoncus, nisi libero congue turpis, ac tincidunt ipsum leo ut felis. Maecenas iaculis. Proin et metus vel lectus varius fermentum. Nam turpis mi, lacinia sed, varius a, interdum id, pede. Aliquam elementum. Proin nulla diam, blandit et, lobortis sed, aliquet in, magna. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque non sapien. Cras faucibus mollis est. Fusce consectetuer. Sed hendrerit. Fusce pulvinar gravida sem. Pellentesque tellus urna, posuere vitae, lobortis ut, dapibus non, augue. Fusce laoreet, ipsum sed convallis tincidunt, purus dui rutrum mauris, ut elementum erat purus id nulla. Integer nunc arcu, auctor ut, lobortis et, aliquam vitae, eros. Morbi eu felis et nisi pellentesque rutrum. Duis non lorem.

Aenean sit amet turpis non lacus vulputate fringilla. Nulla suscipit lectus quis sem. Nulla commodo neque ac ipsum. Aenean eget augue. Phasellus blandit. Proin et mi. Maecenas vulputate justo ut neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla vehicula velit eu neque mollis lacinia. Duis est neque, blandit eu, adipiscing eu, dictum eu, dolor. Etiam nisl pede, venenatis non, malesuada dictum, eleifend eu, nibh. Nullam laoreet. Fusce at tortor. Suspendisse condimentum pulvinar tellus. Nulla pede mi, sagittis id, posuere eu, venenatis quis, risus. Suspendisse sit amet neque id orci ullamcorper vestibulum.

Nam molestie. Etiam dolor tortor, aliquet quis, accumsan id, egestas rhoncus, elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In imperdiet tincidunt elit. Donec risus diam, semper sit amet, mollis ac, pharetra in, libero. Quisque euismod nibh id nunc. Mauris molestie, quam vel pellentesque luctus, turpis erat ullamcorper elit, sit amet iaculis tellus mi sed nunc. Proin elementum, neque ut adipiscing dictum, enim ante varius tellus, eget sodales neque diam pretium lectus. Aliquam ullamcorper. In rutrum sagittis sapien. Aliquam ligula tellus, dapibus sit amet, vestibulum et, tempor ut, justo.

Nulla facilisi. Maecenas aliquam nulla fringilla neque. Aliquam euismod urna a elit. Ut quam sapien, sagittis non, consequat eget, pretium vitae, augue. Nulla vitae odio. Quisque semper. Sed sed felis. Nullam tortor. Sed pharetra. In consectetuer, felis a varius mattis, sem nisl tincidunt diam, a tincidunt metus odio vitae mauris. Cras scelerisque, tortor quis porta ullamcorper, sem leo egestas est, non feugiat lacus mauris faucibus leo. Etiam lectus ante, vestibulum sed, egestas sed, interdum ut, nisi. Aliquam mauris turpis, varius et, consectetuer et, congue at, pede. Etiam volutpat, magna ut pulvinar scelerisque, metus diam tincidunt quam, quis lacinia sem felis in ipsum. Vestibulum sed sem.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam vulputate urna in nisi. Aenean pulvinar orci. Cras non nisl ac lacus cursus pulvinar. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut tristique rhoncus nulla. Vivamus diam. Aenean vitae purus at arcu pellentesque placerat. Nulla sagittis purus quis enim. Nam feugiat mauris sit amet libero. Etiam purus. Donec lorem mauris, commodo nec, vestibulum quis, dapibus vel, metus. Pellentesque sit amet leo nec nibh sodales posuere. Nullam viverra sagittis sapien. Aliquam porta aliquam elit. Vivamus dapibus est sit amet lacus. Vestibulum eget sapien sed dolor suscipit condimentum. Donec id mauris et augue ullamcorper gravida. In at tellus. Praesent justo. In eu lectus non nulla aliquet iaculis.

Phasellus rutrum, nisl eu aliquet rhoncus, nisi libero congue turpis, ac tincidunt ipsum leo ut felis. Maecenas iaculis. Proin et metus vel lectus varius fermentum. Nam turpis mi, lacinia sed, varius a, interdum id, pede. Aliquam elementum. Proin nulla diam, blandit et, lobortis sed, aliquet in, magna. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque non sapien. Cras faucibus mollis est. Fusce consectetuer. Sed hendrerit. Fusce pulvinar gravida sem. Pellentesque tellus urna, posuere vitae, lobortis ut, dapibus non, augue. Fusce laoreet, ipsum sed convallis tincidunt, purus dui rutrum mauris, ut elementum erat purus id nulla. Integer nunc arcu, auctor ut, lobortis et, aliquam vitae, eros. Morbi eu felis et nisi pellentesque rutrum. Duis non lorem.

Aenean sit amet turpis non lacus vulputate fringilla. Nulla suscipit lectus quis sem. Nulla commodo neque ac ipsum. Aenean eget augue. Phasellus blandit. Proin et mi. Maecenas vulputate justo ut neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla vehicula velit eu neque mollis lacinia. Duis est neque, blandit eu, adipiscing eu, dictum eu, dolor. Etiam nisl pede, venenatis non, malesuada dictum, eleifend eu, nibh. Nullam laoreet. Fusce at tortor. Suspendisse condimentum pulvinar tellus. Nulla pede mi, sagittis id, posuere eu, venenatis quis, risus. Suspendisse sit amet neque id orci ullamcorper vestibulum.

Nam molestie. Etiam dolor tortor, aliquet quis, accumsan id, egestas rhoncus, elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In imperdiet tincidunt elit. Donec risus diam, semper sit amet, mollis ac, pharetra in, libero. Quisque euismod nibh id nunc. Mauris molestie, quam vel pellentesque luctus, turpis erat ullamcorper elit, sit amet iaculis tellus mi sed nunc. Proin elementum, neque ut adipiscing dictum, enim ante varius tellus, eget sodales neque diam pretium lectus. Aliquam ullamcorper. In rutrum sagittis sapien. Aliquam ligula tellus, dapibus sit amet, vestibulum et, tempor ut, justo.

Nulla facilisi. Maecenas aliquam nulla fringilla neque. Aliquam euismod urna a elit. Ut quam sapien, sagittis non, consequat eget, pretium vitae, augue. Nulla vitae odio. Quisque semper. Sed sed felis. Nullam tortor. Sed pharetra. In consectetuer, felis a varius mattis, sem nisl tincidunt diam, a tincidunt metus odio vitae mauris. Cras scelerisque, tortor quis porta ullamcorper, sem leo egestas est, non feugiat lacus mauris faucibus leo. Etiam lectus ante, vestibulum sed, egestas sed, interdum ut, nisi. Aliquam mauris turpis, varius et, consectetuer et, congue at, pede. Etiam volutpat, magna ut pulvinar scelerisque, metus diam tincidunt quam, quis lacinia sem felis in ipsum. Vestibulum sed sem.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam vulputate urna in nisi. Aenean pulvinar orci. Cras non nisl ac lacus cursus pulvinar. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut tristique rhoncus nulla. Vivamus diam. Aenean vitae purus at arcu pellentesque placerat. Nulla sagittis purus quis enim. Nam feugiat mauris sit amet libero. Etiam purus. Donec lorem mauris, commodo nec, vestibulum quis, dapibus vel, metus. Pellentesque sit amet leo nec nibh sodales posuere. Nullam viverra sagittis sapien. Aliquam porta aliquam elit. Vivamus dapibus est sit amet lacus. Vestibulum eget sapien sed dolor suscipit condimentum. Donec id mauris et augue ullamcorper gravida. In at tellus. Praesent justo. In eu lectus non nulla aliquet iaculis.

Phasellus rutrum, nisl eu aliquet rhoncus, nisi libero congue turpis, ac tincidunt ipsum leo ut felis. Maecenas iaculis. Proin et metus vel lectus varius fermentum. Nam turpis mi, lacinia sed, varius a, interdum id, pede. Aliquam elementum. Proin nulla diam, blandit et, lobortis sed, aliquet in, magna. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque non sapien. Cras faucibus mollis est. Fusce consectetuer. Sed hendrerit. Fusce pulvinar gravida sem. Pellentesque tellus urna, posuere vitae, lobortis ut, dapibus non, augue. Fusce laoreet, ipsum sed convallis tincidunt, purus dui rutrum mauris, ut elementum erat purus id nulla. Integer nunc arcu, auctor ut, lobortis et, aliquam vitae, eros. Morbi eu felis et nisi pellentesque rutrum. Duis non lorem.

Aenean sit amet turpis non lacus vulputate fringilla. Nulla suscipit lectus quis sem. Nulla commodo neque ac ipsum. Aenean eget augue. Phasellus blandit. Proin et mi. Maecenas vulputate justo ut neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla vehicula velit eu neque mollis lacinia. Duis est neque, blandit eu, adipiscing eu, dictum eu, dolor. Etiam nisl pede, venenatis non, malesuada dictum, eleifend eu, nibh. Nullam laoreet. Fusce at tortor. Suspendisse condimentum pulvinar tellus. Nulla pede mi, sagittis id, posuere eu, venenatis quis, risus. Suspendisse sit amet neque id orci ullamcorper vestibulum.

Nam molestie. Etiam dolor tortor, aliquet quis, accumsan id, egestas rhoncus, elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In imperdiet tincidunt elit. Donec risus diam, semper sit amet, mollis ac, pharetra in, libero. Quisque euismod nibh id nunc. Mauris molestie, quam vel pellentesque luctus, turpis erat ullamcorper elit, sit amet iaculis tellus mi sed nunc. Proin elementum, neque ut adipiscing dictum, enim ante varius tellus, eget sodales neque diam pretium lectus. Aliquam ullamcorper. In rutrum sagittis sapien. Aliquam ligula tellus, dapibus sit amet, vestibulum et, tempor ut, justo.

Nulla facilisi. Maecenas aliquam nulla fringilla neque. Aliquam euismod urna a elit. Ut quam sapien, sagittis non, consequat eget, pretium vitae, augue. Nulla vitae odio. Quisque semper. Sed sed felis. Nullam tortor. Sed pharetra. In consectetuer, felis a varius mattis, sem nisl tincidunt diam, a tincidunt metus odio vitae mauris. Cras scelerisque, tortor quis porta ullamcorper, sem leo egestas est, non feugiat lacus mauris faucibus leo. Etiam lectus ante, vestibulum sed, egestas sed, interdum ut, nisi. Aliquam mauris turpis, varius et, consectetuer et, congue at, pede. Etiam volutpat, magna ut pulvinar scelerisque, metus diam tincidunt quam, quis lacinia sem felis in ipsum. Vestibulum sed sem.

[...] Ternyata ada juga tutorial lain yang juga bagus kayaknya yaitu di alamat so-you-want-to-create-wordpress-themes-huh Mudah-mudahan belajarnya cepet bisa dan segera bisa buat template [...]

Hugo:

Hey guys,
I just finished the tutorial and it was awesome. however I have no idea how to upload the theme, or how to use it. This may seem retarded , but I was completely new to wordpress when I started this tutuorial. Anyone out there that can help me out or at least point me in the right direction?

[...] HTML to XHTML So You Want To Create WordPress Themes From XHTML/CSS to WordPress Tamba2’s Guide Slizing a WordPress Theme Bookmark It [...]

[...] the help of this tutorial, I’ve been developing my own theme. It’s still in the early stages, but is functional. [...]

Excellent tutorial on creating wordpress themes… even if Pawel never touches this site (and it looks like he might not) there is still a wealth of info here.

[...] is being abandoned just like that. I made this blog’s current design after following the tutorials on WPDesigner (then still run by Small Potato). I believe that site would have gone even further if he had [...]

[...] gratis!! Ada yang mau? He he he… Kalau Anda mau belajar membuat WP Theme sendiri, posting So You Want to Create WordPress Themes Huh? akan sangat bermanfaat buat Anda. Saya menggunakan Free WP Theme dari WP Designer yang diberi nama [...]

[...] is almost done! I’d like to thank WP designer for his wonderful tutorial on making your own worpress [...]

thank you very much for the article…

[...] I have a great site for a tutorial on WordPress themes. The author does a great job at walking you through php. I learned a ton going through this [...]

[...] Ada tutorial yang sangat lengkap di web wpdesigner.com [...]

Dude .. this is exactley what i was looking for.Thx alot. I can wait to make my own theme.

[...] que han servido de algo. Para enterarme de cómo se diseña el Theme del WordPress, he seguido el tutorial de este señorito llamado Small Potato, que me lo recomendó Bocadorada. Sobreescribí este mismo Theme que está usted viendo, que se [...]

[...] 1)So you want to create WordPress themes huh?- A step by step guide to create a WordPress theme from scratch. [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] for security reasons, and I’ve been reinspired to create my own theme. I’ve found a pretty great site that does a whole tutorial about themes and I’ve been learning it over the past few days. [...]

[...] is my first theme for wordpress known as SimpleSkin. Made from scratch using Small Potato’s guidelines. Included gravatar support from Themeshaper, and design influences from FreelanceSwitch and again [...]

as a newbie in wordpress….. this my first great tutorial

[...] say it is one of the most amazing language ever invented. I am back to it now. Found this very good tutorial at WPdesigner, teaching how to do a theme from scratch, basically explain all those PHP and CSS [...]

[...] I found a very in-depth tutorial for creating a custom WordPress theme. Set aside some time; this one covers just about everything from start to finish. You can find it here. [...]

[...] am :[ But I found this great tutorial online by SmallPotato of WPDesigner (no longer the owner :[) that showed you the way step by step. [...]

[...] How to create a WordPress theme WordPress uchun shablon yaratish haqida [...]

[...] WPDesigner » So you want to create WordPress themes huh? [...]

[...] ??????So you want to create WordPress themes huh?????????????????????????????????????? [...]

Nice series of create wordpress themes tutorial . i will try my best learn up to create my own wordpress themes

[...] Apple Store (U.S.) – iPod nanoWoody’s Foods – Barbeque Sauce, Sweet and Sour Sauce – Reno, NVWPDesigner » So you want to create WordPress themes huh?NITF/Atom/NewsML extensions for FeedAPI | groups.drupal.orgDevil’s Food — Organic-Foods Market — [...]

[...] ?????WPdesigner.com?small potato????????????Denis???????????????????????????????????????????????????????????????????????????????????????????????????????????? WPdesigner Version? [...]

[...] and I really dont wnat mine to look like otehrs so ve been searching around and found this.. WPDesigner ? So you want to create WordPress themes huh? __________________ Amateur Teen Hardcore Contact Me: [...]

[...] ?????WPdesigner.com?small potato????????????Denis???????????????????????????????????????????????????????????????????????????????????????????????????????????? WPdesigner Version? [...]

[...] WordPress design [...]

[...] ? jelas ! … kalo mau sih bisa belajar di Cypherhackz atau WPdesigner ini, step-stepnya ada n jelas kog kalau rajin dan familiar sama [...]

Thanks for this.

I’ve been trawling the net for weeks trying to find something even close to this good. I gave up a while ago and then just bunged in “a really good tutorial on wordpress themes”
and got this from google

WPDesigner » So you want to create WordPress themes huh? – May 27
you haven’t already, follow my WordPress theme tutorial series from the ….. It really is an impressive design and is another good example of what u can do …
http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/ – 348k – Cached – Similar pages – Note this

Lucky shot on my part. Anywho only at Part 5b but its great. I’ll send you a link to my blog when its all done and I’m letting anyone who ever mentions the words word or press in the same sentance know about this site.

Thanks again.
I’m chuffed.

ChequeredManiac
An Irish friend

[...] ????????????????? ??????????? So you want to create WordPress themes huh? ?????? ???????? [...]

so useful! the writing style is simple and straight to the point! thanks a lot!

[...] So you want to create WordPress themes huh? de wpdesigner (muy bueno y aunque está en inglés es muy fácil de entender) [...]

Freakin awesome tutorial series. I am a seasoned CSS/HTML guy and the default WP docs were so confusing. This was perfect. I learned it in all in a couple hours from you.

THANK YOU for writing these tutorials! It is greatly appreciated!!!

[...] a WordPress theme; there is a series of tutorials that takes you through the whole process at WPDesigner.  The tutorials also have a link to a site that shows you how to have WordPress running on your PC [...]

[...] WPDesigner » So you want to create WordPress themes huh? is Creating a WordPress theme from scratch is not hard. I?ll hold your hand through it. [...]

Thank you for a great series of tutorials. I had no idea where to start before I came upon your site. Not only did I have clear instructions on what to do, but you explained in a such way that I understood what i was doing and why and was able to adapt different elements to what I wanted for my theme.

[...] followed the ‘Creating WordPress Themes‘ ramblings of Small Potato (no idea about the name, and I didn’t want to read the [...]

[...] 1.?????? WordPress ?? [English:So you want to create WordPress themes huh?] [...]

[...] WPDesigner » So you want to create WordPress themes huh? (tags: WordPress) [...]

Great tutorial for me. Thanking you.

[...] themes or yeah you could probably modify an existing one. I found this article useful when I did it WPDesigner ? So you want to create WordPress themes huh? and the wordpress documentation seems quite comprehensive. __________________ Free Stuff is [...]

[...] I ran across www.wpdesigner.com and a blog entry called “So you want to create a WordPress themes, huh?” .  What an amazingly written [...]

Very good post! Few month I am trying to remade other themes… and this post will help to me create theme from scratch :)

[...] How to create a WordPress theme A 16 part series on how to build a WordPress theme from whoa to [...]

[...] wordpress ?????? WordPress ???? [English:So you want to create WordPress themes huh?] [...]

Luke:

My kingdom (whatever of it there is) for links from Tutorial #1 > Tutorial #2 and so forth.
The content here is great – but the suckful navigation makes it difficult to really get engrossed in.

[...] ?????WPdesigner.com?small potato???????????? Denis???????????????????????????????????????????????????????????????????????????????????????????????????????????? WPdesigner Version? [...]

thanks

[...] important set of PHP codes. By now, you should already know what to do before this lesson, of my tutorial series, begin. Go ahead and do that first, then let’s review what we’ve learned so [...]

[...] tutorial? – 06-16-2008, 06:49 AM This is prolly the best wordpress theme tutorial ever. WPDesigner » So you want to create WordPress themes huh? check it out Boxy links: █ █ █ █ █ <– PM me for a [...]

[...] ??????So you want to create WordPress themes huh?????????????????????????????????????? [...]

[...] focus on some tutorials until I get the feel for it. I found one kid’s “simple” step by step starter guide and then I have the W3Schools Reference site to fall back on for another less explained [...]

[...] En flott ressurs for å lære å lage et WordPress tema fra den offisielle WordPress siden – codex.wordpress.org. Dette nettstedet har du trenger å vite om WordPress og WordPress temaer. WP Designer [...]

I am looking for new template, and i find it :)

instead of xamp i’d recommend WampServer.

[...] este site WpDesigner.com quando pesquisava informação sobre o wordpress. Existe lá um conjunto de artigos sobre os passos a dar para criar o nosso próprio tema, do zero, para utilizar no wordpress. Os [...]

[...] ?????WPdesigner.com?small potato????????????Denis???????????????????????????????????????????????????????????????????????????????????????????????????????????? WPdesigner Version? [...]

this article is cool…
really helpful.
thanks a lot..

[...] So you want to create WordPress themes huh? Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

[...] presenting have been written before and the WordPress website has guides for you to follow.  Check out this site and see what he has to offer. Technorati Tags: wordpress [...]

thanks a lot , this is a great wp theme tutorial. it was not easy to create a worpress theme by my self but your posting make it easier. five star for you

[...] on my new blog theme. Knowing zilch about how to do this with WP, I googled and found one great tutorial on WPDesigner which taught me everything I needed to [...]

[...] Am I starting to understand how this all works? Maybe. I’m studying WPDesigner’s tutorial and will eventually build on Elliot Jay Stocks’s Starkers Theme. At least I hope I will [...]

[...] following the tutorial over at http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/ …. thanks wpdesigner who ever you [...]

[...] If you wnt to remove Search, Calendar or RSS icons, you have to remove them from sidebar.php. All the other options you can manage in Widgets section. This is an example of blockquote text. I’ve designed this theme for free, but I am asking you to leave the credits link under the footer. If you want to learn how to manage WordPress theme there is a great article written by Small Potato on this link. [...]

[...]   ?????? WordPress ???????? ????????So you want to create WordPress themes huh????????????????????????????????????????????????????????????????? [...]

[...] If you want to remove Search, Calendar or RSS icons, you have to remove them from sidebar.php. All the other options you can manage in Widgets section. This is an example of blockquote text. I’ve designed this theme for free, but I am asking you to leave the credits link under the footer. If you want to learn how to create WordPress theme by yourself there is a great article, written by Small Potato, on this link. [...]

[...] Theme Lesson #1: Intro ntro is the first lesson of my tutorial series about creating WordPress themes. I will not teach you everything all at once. That will only [...]

[...] Theme Lesson #1: Intro ntro is the first lesson of my tutorial series about creating WordPress themes. I will not teach you everything all at once. That will only [...]

[...] #2: Template Files and Templates emplate files and Templates is the second lesson of my WordPress theme tutorial series. If you haven’t read Lesson #1, stop right now and go read lesson one. Otherwise, you will [...]

[...] #2: Template Files and Templates emplate files and Templates is the second lesson of my WordPress theme tutorial series. If you haven’t read Lesson #1, stop right now and go read lesson one. Otherwise, you will [...]

[...] Theme Lesson #3: Starting Index.php Starting Index.php is the third lesson of my WordPress theme tutorial series. If you haven’t read lesson one and two, I’d suggest you read them. Otherwise, you will [...]

[...] Theme Lesson #3: Starting Index.php Starting Index.php is the third lesson of my WordPress theme tutorial series. If you haven’t read lesson one and two, I’d suggest you read them. Otherwise, you will [...]

[...] Theme Lesson #4: Header Template If you haven’t already, follow my WordPress theme tutorial series from the beginning. If you don’t, good luck. Yesterday, I showed you how to turn on Xampp [...]

[...] Theme Lesson #4: Header Template If you haven’t already, follow my WordPress theme tutorial series from the beginning. If you don’t, good luck. Yesterday, I showed you how to turn on Xampp [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] important set of PHP codes. By now, you should already know what to do before this lesson, of my tutorial series, begin. Go ahead and do that first, then let’s review what we’ve learned so [...]

[...] important set of PHP codes. By now, you should already know what to do before this lesson, of my tutorial series, begin. Go ahead and do that first, then let’s review what we’ve learned so [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

the link is http://www.wpdesigner.com/wp-content/files/book/how-to-code-a-wordpress-theme.zip

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #10: Hex Codes and Styling Links Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #10: Hex Codes and Styling Links Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #11: Widths and Floats Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #11: Widths and Floats Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #12: Post Formatting and Miscellaneous Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #12: Post Formatting and Miscellaneous Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #13: Styling Sidebar Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #13: Styling Sidebar Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #14: Footer and Dividing Index Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #14: Footer and Dividing Index Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #15: Sub-Template Files Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #16: Comments Template Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #16: Comments Template Follow this WordPress Theme Tutorial Series from the [...]

[...] Theme Lesson #15: Sub-Template Files Follow this WordPress Theme Tutorial Series from the [...]

[...] theme tutorial series. … If you have always dreamt of coming out with your own blog design, …http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/WPDesigner ” So you want to create WordPress themes huh?… dreamt of coming out with your own blog [...]

Not that SP is around any more, but I followed your wonderful tutorial, and created my first theme. You can check it out by clicking my link. If you ever do check it out SP, I’d love to hear what you think.

and anyone else, please feel free to download and enjoy!

juas:

USE A PAGER! AND USE:

USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____USE_WORD_WRAP_____

[...] is… I’m doing it all on my own! Yup, started from scratch, learnt from the very helpful tutorials over at [...]

[...] with some help from Small Potato, I’ve completed my very minimalist theme and have applied it to this blog. Ever since I got [...]

INDRA:

ok juga.

I prefer to start from the beginning

Hi,

Thanks for the tutorials.
Who is running this blog now? I read on the feedback page that the ownership has changed?

[...] this WordPress Theme Tutorial Series from the beginning. What’s [...]

[...] this WordPress Theme Tutorial Series from the [...]

Hello, there!

I would like to get in touch with you, Small Potato. I need your help. If you got time, please send an email to the adress that I’ve entered above or contact me on Yahoo Messenger.

I’ll be waiting.

Thank you so very much.

-victor.

[...] http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/ [...]

[...] (en) So you want to create WordPress themes huh? – WPDesigner. [...]

[...] Check out the tutorial here: So you want to create WordPress themes huh? [...]

[...] How to create WordPress theme from scratch – 16 articles, which represent a step-by-step instruction on how to create WordPress themes from the very beginning to the end. [...]

Alex Muniz:

Fantastic and very helpful WordPress tutorial. I learned so much and finally see myself actually creating a theme from scratch instead of modifying a existing one, Thank You for this…

[...] up so I looked for a step-by-step tutorial on how to make WordPress themes. I found a great one at WPDesigner. I also installed WordPress locally so I wouldn’t break my online installations when I test [...]

apof pefrcdk lyidz tyesm ljdairznw rniudpcz burmakpxz

[...] By the time I was done I was mentally kicking myself for not having tried this sooner.  Have a go! http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/ [...]

[...] So you want to create WordPress themes huh? [...]

great tutorial, clearly explains the steps needed. wordpress is becoming more and more widely used so its more important to know how to tweak the theme to suit your website design

[...] this blog as a platform to express myself. I currently finished going through this tutorial called So you want to create WordPress themes huh? and I have to say I learned alot about WordPress following this tutorial. I am hoping to one day [...]

[...] are wpdesigner and cypherhackz [...]

[...] hvordan man laver sit eget theme, og jeg var så heldig at finde en god guide. Den kan findes her: Guide til at lave egne WordPress themes. En rigtig fin guide, hvis man ikke har meget forstand på WordPress. Jeg har selv godt styr på [...]

[...] I am very very thankful to small potato of WpDesigner.com. With his down-to-earth tutorials about making WordPress themes, anyone with some common sense can make his/her own WP themes and who doesn’t know that theme [...]

Thank you so much for this! It was incredibly useful and easy to follow! Safe travels.

[...] to see here.  Just putting some content on so I can build my WordPress theme from scratch using this tutorial.  I’ve got a specific look in mind and when I started out customising one of the [...]

[...] Link here [...]

[...] So You Want To Create WordPress Themes Huh? [...]

[...] Blog or Vlog: WordPress Theme Designer/Club Blog [...]

[...] ?????WPdesigner.com?small potato????????????Denis???????????????????????????????????????????????????????????????????????????????????????????????????????????? WPdesigner Version? [...]

Interested in celebrity gossip, news and pictures celebrity gossip?

[...] about creating your own WordPress Theme, as it has already been done before to great effect at WPDesigner and ThemeTation, however there are some techniques & tools I’d like to bring to light [...]

[...] I did the design first and launched the site, and only now will I integrate some sort of back-end to power it all. I’m deciding between WordPress and Expression Engine. I would prefer to use WordPress as it seem to be much better suited to straight blog sites like this, but Expression Engine seems a lot simpler to ‘theme’. I’ve just began looking into this so I could be totally wrong here. I did just find an article on creating WordPress themes that will make good reading over the weekend (here it is). [...]

[...] So You Want to Create WordPress Themes Huh? is a fantastic 16 part tutorial that will guide you in writing a theme from scratch. The way I see it, anyone can cut and paste. If you really want to learn the right way, this is a great starting point. [...]

[...] que las pautas para saber cómo construir un theme desde cero, tal y como se hace en WPDesigner y ThemeTation, por ejemplo, aquí se ven algunas herramientas que pueden ayudarles a desarrollar su [...]

[...] que las pautas para saber cómo construir un theme desde cero, tal y como se hace en WPDesigner y ThemeTation, por ejemplo, aquí se ven algunas herramientas que pueden ayudarles a desarrollar su [...]

[...] WPDesigner So you want to create WordPress themes huh? __________________ Tommy Logic ? Web Design :: Valid XHTML & CSS :: SEO :: CMS :: eCommerce Web Design Tutorials :: Computer Tutorials [...]

[...] so my readers know, I am suffering from a major case of blogging burnout. I started into the wordpress theme design tutorials by Small Potato, but I didn’t listen to his advice on taking breaks. Once I started into it, [...]

This site it going down the drain…..what a crying shame!!!! Why or Why?

[...] I also found a few reputable coders incase I wouldn’t be able to code it well. I followed WPDesigner’s tutorial and CodeScheme’s. Fortunately, by about the 7th day into all the WordPress coding stuff, I [...]

very nice tutorial. I just getting started and this tutorial helped me a lot. Thanks again

Great tutorial, totally love it and use it all the time!

[...] and I really dont wnat mine to look like otehrs so ve been searching around and found this.. WPDesigner ? So you want to create WordPress themes huh? __________________ Sig Coming Soon Contact Me: [...]

[...] existing design. It’s not complicated but you do need to be competent at working with HTML/CSS. This is the tutorial I used Effective Web Design – It’s not that difficult if you follow the [...]

[...] ?????WPdesigner.com?small potato????????????Denis???????????????????????????????????????????????????????????????????????????????????????????????????????????? WPdesigner Version? [...]

Thank you for share. I use the theme.

[...] themes per year for just $5. The blog at WPDesigner also has some helpful articles, especially So You Want to Create WordPress Themes Huh?, which is a nice introductory article for anyone looking to learn more about WordPress [...]

awesome tutorial! used it create this: http://naivelyoptimistic.com/ but need just one tip… any idea why my sidebar likes to go to the right side bottom? this happens when i have more than one post showing at a time. any help would be great. thanks!

Thanx a lot for these tutorials! I am a WordPress newbie and I have been looking for a non complex tutorial of creating or modding WordPress templates. Thanx again!

[...] How to create WordPress theme from scratch: a series of 16 articles, which shows how to create WordPress themes from the very beginning to the very end. (Small Potato) [...]

Basit:

Hi There…

I have read all of your lessons. Great work…!!!

you have put so much time on it…

thanks for all this info…

looking forward to learn more from your lessons…

Best Regards,

Basit…
http://www.basit.co.nr

Great Work, keep up :)

[...] ma a volte potrebbe essere utile, interessante e magari essenziale creare un tema da zero. Su WPDesigner è presente una guida in 16 tutorial per creare il proprio personalissimo template da [...]

[...] no saben programar puedan entender cómo funciona el sistema de publicación. Más concretamente, So you want to create WordPress themes huh?, es un buen tutorial para introducirse en los entresijos de [...]

John:

Hi
This really is a great intro to WordPress if you have the patience to follow it through . Many thanks
You end up with quite a good grasp of how wordpress files are structured which is really useful as a newbie.

Really I’d like to use wordpress as a web-site tool rather than a blog so – still a lot to learn . Any recommendations of tutorials on this?
A great introduction – thanks again for your generosity in posting this on the web.
John

[...] So you want to create WordPress themes huh? [...]

Chris:

Thank you for going through the trouble of so accurately laying this guide down.

Extremely helpful!

great tutorial series i’ve used sometimes and is very easy to undertstand i’m trying to collect interesting wordpress template on my little italian blog … hope you want see some!

[...] Read more: Comment on So you want to create WordPress themes huh? by Don … [...]

[...] themes per year for just $5. The blog at WPDesigner also has some helpful articles, especially So You Want to Create WordPress Themes Huh?, which is a nice introductory article for anyone looking to learn more about WordPress [...]

[...] started to learn PHP and to design my own WordPress theme by using this tutorial series at WPdesigner. It was very helpful to explain each of the PHP calls in the WordPress loop. I made a very simple [...]

[...] on several projects in my spare time. Most of my free time has been spent lately working on a WordPress theme from scratch and watching the Olympics. Michael Phelps is the [...]

[...] things it’s proved to be a success, Phew! I would like to Thank WP Designer for their great step by step wordpress lessons , which proved to be extremely handy and easy to understand, I would certainly recommend it to [...]

[...] — So, you want to create WordPress themes, huh? — This one was truly the holy grail for me. Even though this post is over a year old and the [...]

[...] posts from MovableType and import them into WordPress. I then spent a few hours working through an excellent tutorial in order to convert my MovableType theme to a WordPress one. This article was useful too. It really [...]

[...] it is to make my own style, or at least modify the current one. It’s really not that hard. This guy has a great tutorial, even if it is Windows based. I attempted to install a new copy of wordpress [...]

A excellent told tutorial for an excellent blog publisher software, thumbs up! and Happy Web Design :P

I am looking for a tutorial how to create srchives page, if there are no widgets in its design…if somebody has please send a link. My theme is here: http://www.travelmechta.com

[...] But then I saw the light at the end of the tunnel, I found a tutorial that teaches you to build a wordpress theme from scratch. It was exactly what I was looking for. Although I ended up not making it from scratch, I learned a [...]

Thank you for share. I

[...] WPDesigner » So you want to create WordPress themes huh? (tags: wordpress theme create) [...]

8gI’ll thingk about it.3b I compleatly disagree with last post . zfe
?????? 5u

?????? ?????????????!

VERY NICE ARTICLE

THANKS VERY MUCH

THANKS VERY MUCH

[...] finally learned how to create a php based WordPress blog thanks to the wonderful tutorial from WP Designer and it really opened my eyes to the basic structure and how to modify themes. I’m on my way [...]

nice blog~tq very much for ur info

[...] Her er en komplet guide til, hvordan man bygger sit eget WordPress-tema. Det lyder som noget nørderi, der kan komme til at sluge rigtigt mange timer, hvis man ikke passer [...]

[...] WPDesigner » So you want to create WordPress themes huh? (tags: wordpress webdesign webdev tutorials themes) [...]

[...] can create your own WP-Theme. If it’s the case, I highly recommend you to check the guides of WPDesignder, he has a very useful material [...]

I’ve been working through his outstanding tutorial series on creating a WordPress theme. :D

Very good post! It helped me to create my first own WP theme! thanks!

[...] the crowd. One of the most famous examples in the blogosphere is WPDesigner’s series post on creating a WordPress theme from scratch. As a reader these series posts are like a TV show or an anime series. The desire to know what will [...]

Mmm:

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam et dolor at massa ullamcorper vulputate. Cras at lorem. Aenean auctor. Suspendisse potenti. Aliquam erat volutpat. Mauris elementum ligula in ligula condimentum lobortis. Aliquam non mi ac odio sollicitudin porta. Aliquam tortor mauris, tristique quis, iaculis tempus, vulputate nec, orci. Etiam luctus, nibh vitae auctor auctor, tortor mi vulputate purus, eu venenatis nunc nunc non augue. Aenean gravida quam non sapien. Aliquam velit mauris, rutrum at, interdum et, viverra quis, tellus. Vestibulum consequat justo non ipsum. Quisque elit ligula, euismod ac, cursus a, malesuada non, tellus. In vestibulum lacus pellentesque dolor. In nunc velit, facilisis eget, gravida at, elementum vitae, urna. Vestibulum nisi quam, varius non, dapibus eu, pellentesque vitae, neque. Maecenas fermentum nulla at arcu. Maecenas massa. Sed blandit est ac eros. Fusce eu erat.

[...] found an excellent tutorial on the basics of WordPress design over at WPdesigner. The 16-part tutorial covers everything from template files to the Loop and CSS styling. The author [...]

[...] http://www.wpdesigner.com/2007/02/19/so-you-w…hemes-huh/ ? ?????? ????? 1 ?????? edno23.com ?????? ???????? [...]

[...] must thank Mr. Small Potato for his excelent step-by-step tutorial. Most of the time, you’ll either find a reference page (that only serves the purposes of [...]

[...] bir makaleyi türkçeye çevirmek istedi?imi belirterek ba?lamak istiyorum bu yaz?ma  http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/ adresinde yay?nda olan ( ingilizce olan ) makaleyi size tam olarak türkçeye çevirmek yerine [...]

[...] I have to do in order to create a wordpress theme. Luckily, I found one on this link – “So You Want to Create a WordPress Theme Huh?” – and it’s the exact tutorial I’m looking [...]

[…] So You Want To Create WordPress Themes Huh? […]

[...] http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh [...]

Very nice Tutorial… and stop smilling :P

Great tutorial. Many thanks.

[...] WPDesigner.com [...]

[...] ma a volte potrebbe essere utile, interessante e magari essenziale creare un tema da zero. Su WPDesigner è presente una guida in 16 tutorial per creare il proprio personalissimo template da [...]

[...] So you want to create WordPress themes huh? – sehr umfangreich, unterteilt und übersichtlich, doch leider auf englisch. [...]

Nice wordpress tutorial to teach newbie to create wordpress themes DIY

[...] http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/ A great tutorial on how to create your own WordPress [...]

NoisyNix Blog! http://www.noisynix.com

Excellent tutorial, took me a good 45mins to go through it all, but now I understand the anatomy of WordPress really well!

Tom George:

Wow! Great tutorial.

I had been looking around for a good tutorial that shows how to create custom wp designs.

Thanks for putting this up!

Tom
Codebounce.com

Hi,
I found here the best and easiest tutorial to make wp theme with my designs. This helped me very much

Thank you

Great info, This will really help!!

Thanks

[...] So You Want to Create WordPress Themes Huh? An excellent series of tutorials on just about every aspect of theme development. [...]

Thanks for the great tutorial

[...] http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/ [...]

[...] So You Want to Create WordPress Themes Huh? [...]

That is a seriously an amazing WordPress tutorial. Thanks for putting it together.

This has got to be one of the clearest and most comprehensive WP tuts I have ever seen. Added to favorites.

[...] ?????WPdesigner.com?small potato????????????Denis???????????????????????????????????????????????????????????????????????????????????????????????????????????? WPdesigner Version? [...]

[...] So You Want to Create WordPress Themes Huh? An excellent series of tutorials on just about every aspect of theme development. [...]

Brilliant , its about time until i get my own theme done !
thanks for sharing :)

really nice and helpful information the stuff here is really amazing i am happy i would be another one who can design and code wordpress themes it’s all because of you many many thanks

[...] WPDesigner » So you want to create WordPress themes huh? WordPress Themes, Blog Design, and Web Development [...]

[...] How to create a WordPress theme A 16 part series on how to build a WordPress theme from whoa to [...]

[...] here is how to make your own theme for those those of you who know code to live: http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/. One day I want to be able to use that but in the mean time I am enjoying the easy street of [...]

[...] ?????WPdesigner.com?small potato????????????Denis???????????????????????????????????????????????????????????????????????????????????????????????????????????? WPdesigner Version? [...]

[...] today, I begin facing that fear in an effort to learn how to customize WordPress.  I found this site, which breaks down the process.  In the first five lessons, I tackle a bit of [...]

[...] for WordPress theme designing, and I just have to extend a heartfelt thanks to WPDesigner for the fantastic tutorial on WordPress theme development. You are a life [...]

dfh<

thanks

[...] So You Want to Create WordPress Themes Huh? [...]

[...] through WordPress Theme tutorials both on and off the Codex.  Small Potato wrote a tutorial called So You Want to Create WordPress Themes, Huh?, which I found very helpful.  It’s a tiny bit outdated now, but certainly a good place to [...]

[...] be found here at WP Designer’s [...]

thanks a lot for the tutorial but i have a question.
can we use photoshop for the designing of template?
aas we can use it for designing template… and secondly how about flash stuf ??
thanks again

[...] mau sih bisa belajar di Cypherhackz atau WPdesigner, step-stepnya ada n jelas kog kalau rajin dan familiar sama [...]

[...] 2.1, numit? Basics of Creating a Theme (cea mai complet? resurs? pare a fi oferit? de asiaticul cu ochii liniu??). Dar printre respectivele referin?e nu am sesizat s? fie ?i tutorialul de pe [...]

[...] this WordPress Theme Tutorial Series from the [...]

wonderfully

[...] a few people that I would like to talk to before starting out. And I will definately need all the help I can get from around the web and the WordPress [...]

[...] I finally have a new template for this blog. I have it because I made it with a ton of help from this tutorial. There was a preview of it in the last Illmosis update but it is now in full effect. I was going to [...]

[...] Tutorial. [...]

[...] So you want to create WordPress themes huh? [...]

[...] http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/ [...]

I will try it all my friends. All your themes look professionals.

Busby SEO Test