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 […]

Anonymous:

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. […]