Skip navigation

Designing a WordPress Theme From Scratch

Building a blogA lot of people are martyrs and want to get their hands in the dirt and design their own WordPress Theme from scratch. That’s okay. I did that, and then got smarter. Let’s start with the smarter choice.

  • First, find a WordPress Theme architecture that you like, be it one or two sidebars, or no header, or whatever you want. Forget about the colors, graphics, and fonts. Just concentrate on the layout. If nothing pleases you, then I recommend you try the new Sandbox Theme, another great way to start your WordPress Theme from scratch.
  • Download a couple of Themes you like and put them through their paces on your test site. Do you like the way the single post looks different from the front page, category, and archive pages? If not, try another. If yes, then it’s time to start to work.
  • Copy your chosen Theme to a new folder with a different folder name under your wp-content/themes folder. Open the style.css style sheet file in a Text Editor and rename the header section at the top to something different, like “My Test Theme” or “Ripping and Tearing”. Just give it a different name. Depending upon how much you will end up modifying the Theme, you can either leave the author credit inside or not, it’s up to you and the copyright terms of the WordPress Theme.
  • A web page without CSS style sheetUpload the new Theme Folder to your website. From within the Administration Panels, under Presentation, find the new Theme and activate it. You now have a test Theme to work with.

If you aren’t worried about bandwidth on your website or your Internet connection, you can style your site right on the Internet. If you are worried, then use the “Sandbox” method.

Get familiar with your site’s layout and structure by checking the source code and the style sheet, and begin your modifications one at a time.

I recommend that you backup your test Theme folder frequently as you go, in case you make a big mess and you need to go back, but not to start over.

Determined to Start from Total Scratch

If you are determined to redesign your WordPress Theme from scratch, you probably already know how to do this. Still, I’m here to help WordPress users and so here are some things you need to know if you are going to design your WordPress Theme from scratch.

Get Firefox!One of the best tools recently developed for web page designers is found in the Firefox Internet Browser. Called the Firefox Web Developer Extension, it allows amazing WYSIWYG on the screen live editing of the style sheets of any web page. And a whole lot more. You can learn more about how to use this to style your WordPress Themes and find your problem CSS troublemakers in the article here on The Secret of Successful Editing of WordPress Themes.

You will also need a good text editor to edit the WordPress Templates. For a list of those recommended by WordPress users, see Text Editors in the WordPress Codex.

Also, seriously consider using the “Sandbox” method for designing your style sheet and Theme.

Here is a very simple step-by-step process to start to design your own WordPress Theme from scratch.

  • Using either the Default or Classic WordPress Themes, generate a test post in your browser.
  • CSS Stylesheet exampleCopy the ID and class selectors and HTML tags from the top to the bottom of the site into a Text Editor page. This is the list of the architectural features you can change, also known as your style sheet. You can also find a fairly complete listing of all the styles in most WordPress Themes on the in Site Architecture 1.5.
    • If necessary, add selectors to the sections lacking them, like each of the template tags that generate different lists within the sidebar and/or footer. These need to be added to the various modular template files within the test Theme folder.
    • Different tags may appear on different views of your test Theme. Be sure and check the pages generated by the front page, category, archives, search, single, and Page views to find more selectors and tags.
    • When you have your list finished, then save it and call it style.css, replacing the style sheet that came with the Theme.
  • Start applying styles to the various structural HTML tags, ID and class selectors within the style.css.

WordPress Theme Design Help

Here is a list of articles and resources you may find helpful when designing your WordPress Theme, from scratch or just for tweaking.

Digg Digg | Del.icio.us Del.icio.us | Blinklist BlinkList | Furl Furl
Spurl Spurl | Reddit | Add to Simpy Simpy | Add to RawSugar RawSugar


Site Search Tags: , , , , , , , , , , , , , ,
Copyright Lorelle VanFossen, member of the 9Rules Network Feed on Lorelle on WordPress Subscribe

Member of the 9Rules Blogging Network

80 Comments

  1. Posted September 28, 2005 at 8:18 pm | Permalink

    Wow! Amazing post!

  2. Posted October 21, 2005 at 2:52 pm | Permalink

    There’s something wrong with a link above:
    Meet Them – Benefits of Compliance with Web Standards

    There’s a title, but no href.

  3. Posted November 3, 2005 at 1:21 pm | Permalink

    This post helps a lot… Thanks!

  4. Posted May 1, 2006 at 1:38 am | Permalink

    I’m currently setting up a new site using wordpress software. This is exactly what I’m looking for in helping me start from scratch (or working with the tweaking, but even starting from scratch is more useful to understand functions).

    Great post, it’ll be very helpful!

  5. Posted October 28, 2006 at 9:36 am | Permalink

    It was an amazing read.

    Thanks!

  6. Posted November 23, 2006 at 5:47 pm | Permalink

    Its not that hard to do, I matched my site design with a custom made template in about an hour.

  7. Posted November 23, 2006 at 7:13 pm | Permalink

    I really dont know why the default themes are so complicated! From what people have said to me it puts them off wordpress :S It certainly used to confuse the hell out of me!

  8. Posted November 24, 2006 at 10:22 am | Permalink

    I am already in the process of developing my own custom WordPress theme so your resource list sure is going to come in handy. Bookmarked straight away for future reference.

  9. Posted March 5, 2007 at 9:15 pm | Permalink

    An excellent resource, thanks Lorelle!

    If those new to theming are looking for great color schemes and swatches, might want to check out Adobe Kuler. It’s free, easy, and you can make it generate some incredible complementary color combinations. I found a detailed video tutorial on how to use Kuler you might want to read.

  10. deadhippo
    Posted March 10, 2007 at 1:12 am | Permalink

    Thanks, I was looking for something like this. I’ll post again if I manage to get around to it.

  11. shomazta
    Posted April 17, 2007 at 8:37 am | Permalink

    i love what you’ve done. thanks for taking the time to put this together =)

  12. Posted April 20, 2007 at 8:49 pm | Permalink

    I was over at WP site and couldn’t find any themes, is there any WP themes viewer any where?!
    Thanks

  13. Posted April 20, 2007 at 11:37 pm | Permalink

    WordPress Themes are found on the WordPress Theme Viewer.

  14. Posted April 21, 2007 at 8:15 am | Permalink

    Thanks thanks thanks thanks SO SO MUCH 😀

    I love it – and hopefully gonna make a nice theme soon 🙂

  15. Posted April 21, 2007 at 10:16 am | Permalink

    Hey I did a search for this very subject and found you. Great site BTW. I’m looking for a nice foundation for a three column layout. Is there any I could find that do not have tons of code I need to sift through. I’m really looking for the foundation bare nakid code with no other styling other than whats needed for wordpress to work so I could make a clean design.

    Any assistance would be appreciated.
    Sean

  16. Posted July 23, 2007 at 4:36 pm | Permalink

    All right then … can anyone tell me please, how can I get content from themes.wordpress.net ? I’m working at this moment on my theme but how can I be sure that I did all styles.

    Cheers – Matt.

  17. Posted July 23, 2007 at 5:49 pm | Permalink

    I’m not sure I understand your question. To download a Theme from the Themes Viewer, simply download it. To check to see if you styled everything you want styled, and not everything needs to be styled, look. Check out the design yourself to see if each of the various page views “look” like you want them to look.

  18. Posted August 4, 2007 at 2:34 am | Permalink

    Thank you so much – I’ve been looking for this info for days (just goes to show how great Google search really is), and I’ve made a complete mess of editing my theme. I’d almost given up on the idea of being able to have a decent wordpress theme ever. Now, I’m going to print out your instructions. Thank you.

  19. Posted August 24, 2007 at 1:21 am | Permalink

    Very nice detail tutorial

  20. Posted September 5, 2007 at 12:17 pm | Permalink

    Creating individual Pages is the most interesting from all this … Thanks.

  21. Posted December 23, 2007 at 10:08 am | Permalink

    Useful information. Good website!

  22. Posted February 15, 2008 at 1:37 am | Permalink

    can i do it for blogger also?

  23. Posted February 15, 2008 at 9:58 am | Permalink

    @ Rules:

    It’s HTML. It will work with anything web design.

  24. kevin
    Posted March 20, 2008 at 11:10 am | Permalink

    This was a very helpful tutorial. Really appreciate you taking the time to share this information with new wp designers.

  25. Posted March 26, 2008 at 11:41 pm | Permalink

    I want to thank you for being such a valuable resource for WordPress tips, especially with the many tips and links on how to create a theme for your blog. I just created my first WordPress theme, and what I’ve read here (and linked to from here) was very helpful. My theme is not great, I’m no graphic artist or professional designer, but I am feeling very satisfied for having done it myself.

    Thanks again!

  26. Posted March 27, 2008 at 5:46 am | Permalink

    @ Takuan Daikon:

    You are welcome. Remember, a blog is always in a state of evolution and fixing. It’s never done. 😀

    Good luck!

  27. Posted March 27, 2008 at 1:06 pm | Permalink

    Does anybody know if there is a way to integrate JEDIT into firefox CSS Editor. That way you would get the visual beauty of JEDIT combined with “on the fly” CSS editing add-on of firefox.

  28. Posted March 28, 2008 at 2:06 am | Permalink

    hiiii
    thanks for sharing
    i need it ………… !!

  29. Deden
    Posted April 6, 2008 at 12:13 am | Permalink

    as usual, great article man.

    Now i have so much reference for wordpress. I’m newbie with wordpress. Please see my blog and give your comment about my blog.

    Thanks
    Deden from indonesia

  30. Posted June 2, 2008 at 3:21 am | Permalink

    Can I add my shameless plug? I designed a plugin for Dreamweaver that ‘enlightens Dw’ about how to render WordPress theme template tags. The result is a WYSIWYG Design View for WordPress themes. You can navigate code visually just by clicking in Design View.

    Its a lightweight extension, works offline, no server needed. It also provides code hints in Dw’s Code View. Its great for making minute changes without having to go rounds with a server. Reflects CSS changes and most template tag parameters instantly in Design View. Since Design View is just a layout approximation it doesn’t beat a server+browser but it sure is faster to get stuff done. ‘specially for those that are visual like me!

  31. Posted June 26, 2008 at 1:48 am | Permalink

    […] Designing WordPress themes […]

  32. Posted August 13, 2008 at 12:28 pm | Permalink

    actually i was afraid of php coding for my wp designs, but these tutorials seriously helps,
    thanks so much fr awesome post.

  33. Posted September 26, 2008 at 11:26 pm | Permalink

    finally, i found what i looking for in here!

  34. Posted September 29, 2008 at 7:24 am | Permalink

    thanks

  35. Posted October 1, 2008 at 1:25 am | Permalink

    You should be more explicative. I found a blog from witch i made everything myself. Every last word. It§s a good ideea you made but not enough.

  36. Posted October 16, 2008 at 10:51 am | Permalink

    Thanks for a really helpful tips. I appreciate that.

  37. Pixel Five
    Posted December 18, 2008 at 2:40 pm | Permalink

    Wow, I love reading your blog, it’s so full of wonderful information, and for a ignorant fool like me, it’s a major help. Thanks!

  38. Posted December 19, 2008 at 11:29 pm | Permalink

    Thanks, i’ve spent a fair while trying to find something like this. Would have saved me a lot of time if i had found this earlier.. pff, ahwell =].

    -Aidan.

  39. Posted December 22, 2008 at 5:59 pm | Permalink

    Hi Lorelle,

    I posted on your Sandbox page site my recommendation for XAMPP to be used for locale testing. I wanted to recommend it here as well.

    Also, I just came across your site as I am looking at a heavy redesign on my personal site (using a stock theme) and on my After Hours Computer Service site . Thank you for all the advice in this article. I’m still learning CSS, and this article is going to be extremely helpful as soon as I can get it completely digested. 🙂

    Thanks again,
    Will

  40. Posted December 22, 2008 at 11:07 pm | Permalink

    Nice tutorial…very useful..Thanks a lot!

  41. webmistressm
    Posted December 27, 2008 at 3:42 pm | Permalink

    For me, the decision of if I would create from scratch or modify one is dependant on ethics. I havent gotten any straight answer but what is the ethics behind modifying an existing template? Can you sell a template if it is modified from anothers? If so, what is the premise to determine if your template is too close to the original one you modified from?

    • Posted December 28, 2008 at 11:01 am | Permalink

      Ethics? If you create one from scratch, it’s yours, from top to bottom. No ethics involved. If you use a GPL WordPress Theme which permits modification, there are also no ethics involved – as long as you give credit where credit is due. If you totally change the entire WordPress Theme so it no longer resembles, in design and structure, the original, which is similar to starting from scratch, then a nod on your About Page is often enough to the original Theme designer. If you modify only a little and the core remains, attribution in the footer is standard and much appreciated by the original designer.

      The key is to give credit where credit is due, but WordPress Themes found within the WordPress Theme Directory are all under the GPL license and you can do with them what you will.

  42. Posted December 30, 2008 at 1:35 am | Permalink

    Hello, first time reader, and your blog looks very nice! I’m gonna be an assiduous reader, great job! Regards…

  43. Posted January 11, 2009 at 5:24 pm | Permalink

    Very nice post. WordPress design has also have somthing more which is more of coding and little tricky part.

  44. Posted January 14, 2009 at 2:29 am | Permalink

    Hi Lorelle! I’ve read a lot of your articles and you are very informative, for which I (as well as many others, I’m sure) am very grateful!

    I was wondering if maybe you could help me with something quick/small as I’m not sure who to turn to… I’m basically teaching myself how to use wordpress, work with css sheets, etc….

    I’m helping my friend by designing a site for her, but I want to match the white space around the body to the pink body background… I’ve been over the CSS several times over and am just not sure what to tweak… would you be able to let me know what I need to do? If you’re too busy, no worries… I just figured I’d ask.

    Thank you, and have a great day!

    My friend’s site is located at:

    http://www.kindasassy.com/

    Thanks…

    • Posted January 14, 2009 at 11:33 am | Permalink

      The term “BODY” is a CSS reference to the body HTML tag, so I assume you mean the space around the blog post content area. In the very messed up Theme, it would be the content class or one of the others within that category. There are some very old code styles and a lot of problems, like you are using Dreamweaver or worse. I don’t have time for specifics, so please check in with the WordPress Support Forum for free help you need to clean this up if you aren’t familiar with web design. Good luck.

  45. Urs
    Posted January 14, 2009 at 12:53 pm | Permalink

    Yeah, I think that was a really messed up theme, so I’ve changed it to another theme. 🙂 Thank you for replying – I really appreciate it!

  46. Posted January 19, 2009 at 8:42 am | Permalink

    Nice one, but I don’t like Sandbox which has too many useless functions.

    • Posted January 19, 2009 at 10:14 am | Permalink

      The Sandbox Theme is invaluable for those who need a powerful Theme as a blank canvas. There are tons around, and you can even build your own from scratch. A lot of options – too many options.

  47. Jake
    Posted February 8, 2009 at 3:02 pm | Permalink

    Great information. I will definitely be trying it out on our main website blog. Seems easy enough to do which is great!

  48. Bobbie
    Posted March 10, 2009 at 7:20 pm | Permalink

    I’m thinking of designing themes to create backlinks. An excellent resource, thanks Lorelle!

    • Posted March 11, 2009 at 11:28 am | Permalink

      Creating a Theme to create backlinks is a lousy reason. How about creating a Theme to give back to the community, to build credibility and establish reputation as a web designer, and for better reasons that that.

  49. Posted June 5, 2009 at 10:11 am | Permalink

    I have wanted to turn one of my most visited websites into a Word Press Blog for quite some time. However I am intimidated because my website has a lot of pages. I really visualize it as a blog now though since when I started it websites were the way to go.
    Is there any place to find out how to get started on this?
    I appreciate any help.

    • Posted June 15, 2009 at 1:56 pm | Permalink

      Export them from whatever blog platform you were using into your WordPress blog. It’s that easy. If you had a static HTML site, then things get more complicated. 😀 Copy and paste is my best recommendation then.

  50. Posted June 30, 2009 at 1:04 am | Permalink

    Hi Lorelle
    Can i add that before anyone starts building a theme from scratch… take a look WordPress 2.8.

    It has a feature to see what your site would look like using the themes in the library or from any zip folder of a theme you have downloaded.

    If you want to learn how to build themes then that’s fine, but if you want a site up and running quickly and using a free fantastic theme… try themes in WordPress 2.8 or ant other free theme you like.

    • Posted July 1, 2009 at 6:02 am | Permalink

      You can add the post code at any time. It will help you design your blog entirely. 😀

  51. Dave
    Posted September 6, 2009 at 3:30 am | Permalink

    Your methodology makes so much sense! Find a theme with a layout you like, then change everything else. Never thought of do it that way. Nice post, Thanks!

  52. Spicy Web Design
    Posted September 7, 2009 at 2:31 am | Permalink

    Creating WordPress child themes using a theme framework such as Thematic is a really easy way to dive into the ocean of WordPress theme creation. This tutorial series is a good place to start.

  53. Posted October 9, 2009 at 7:05 am | Permalink

    Lorelle, this is a great, albeit exhausting, list.

    I think a great thing for people to do is have a test WordPress site where they modify the CSS of others to see how it works and see the changes in a test environment.

    This will give them confidence as they design their own layouts.

    Cheers,
    Richard

  54. Posted October 23, 2009 at 2:53 am | Permalink

    In short, we find that coercion, in money as in other matters, brings, not order, but conflict and chaos. ,

  55. Posted December 22, 2009 at 3:10 pm | Permalink

    Export them from whatever blog platform you were using into your WordPress blog. It’s that easy. If you had a static HTML site, then things get more complicated. 😀 Copy and paste is my best recommendation then.

  56. Posted January 7, 2010 at 4:21 am | Permalink

    Hi,
    I am new user of Word press.I saw this article .I have to change my home page .I can try But i cant get it .I saw some another settings in this article.pls give me the procedure to upload External template.

    • Posted January 7, 2010 at 8:54 am | Permalink

      Please check the , the online manual for WordPress Users, and the for answers to this issue. You cannot just “upload an external template” to a WordPress Theme. It must be integrated into the Theme using WordPress code and template tags to generate the content.

  57. Posted March 1, 2010 at 9:42 pm | Permalink

    Nice post. I am working on a theme right now, and it is a bit confusing. Thank you.

  58. Posted March 8, 2010 at 5:20 am | Permalink

    I’ve read a lot of your articles and you are very informative
    An excellent resource, thanks Lorelle!

  59. Posted August 2, 2010 at 1:29 am | Permalink

    The best is to create your own template(s) by yourself instead copying and getting one from some websites, you’ll be more proud of what you have because it’s “your” creation. And then later, you’ll be able to share your own templates with others and the wp communauty.

    Thanks for that great tuto 🙂

  60. Posted November 5, 2010 at 7:58 pm | Permalink

    wow! really thanks! well some times the wp themes gives a lot of panic. is there any tool to search what’s exactly wrong with code?

  61. Posted November 7, 2010 at 5:17 am | Permalink

    Thanks for this amazing tutorial and all the resources. Been trying to learn it myself for quite sometime – but never finding the complete guide.
    Thanks to you.

  62. Aaron Fischer
    Posted March 29, 2011 at 9:03 am | Permalink

    WordPress has definitely come along way since you wrote this post. Creating a theme has gotten easier then coding it from scratch. There is a lot of WYSIWYG wordpress themes out there. For the do-it-yourself type people they can check out the many additional tutorials on making a wordpress website without HTML code knowledge. Great post!

    • Posted March 29, 2011 at 10:26 am | Permalink

      Agreed, however, I removed references to the site you mentioned as they are violating the trademark for use of the WordPress domain name. Might want to let them know that they will need to change their domain name in order to avoid possible legal action.

  63. Eugen
    Posted June 29, 2011 at 8:17 am | Permalink

    I like a lot the design of this site: jocuri de indeminare. Can you guys tell me some other good themes for a website?

    • Posted June 29, 2011 at 10:09 am | Permalink

      Sorry, I’m only one person and I do not make WordPress Theme recommendations on this site. There are thousands to choose from in the WordPress Theme Directory and they have the ability now to sort by some tags and styles to narrow down your search. Good luck.

  64. santosh
    Posted August 23, 2011 at 10:23 am | Permalink

    Thanks…I love wordpress but i’d never thought of making a wordpress theme on my own. I’ll try it…

  65. Shane
    Posted March 19, 2012 at 3:14 am | Permalink

    I prefer to use Lubith to generate most of the design and layout, that’s because I don’t have that much time to start from scratch, but you gave me really helpful resources in order to further manipulate my editing directly from the code! Great info thanks!

  66. Andrew
    Posted April 19, 2012 at 10:42 am | Permalink

    Hi Lorelle, I am an italian web designer and i liked very much this post. I’m starting with worpress and you help me!
    Thank you! Andrew

  67. msplus
    Posted October 4, 2012 at 5:30 am | Permalink

    Nice tutorial, i wonder how which of engine is better WP or Joomla. What do you think?

    • Posted October 4, 2012 at 9:59 am | Permalink

      There is no thinking about it, honestly. They are both good. They both do similar things, but Joomla servers a small audience of corporate and government sites and services, and WordPress scales across every platform and business and personal site needs. Get the one that best matches your needs and goals now and five years in the future.

  68. Posted November 28, 2012 at 8:10 am | Permalink

    I really want to be able to create and modify wordpress theme but I recently found out how at your post. Thank you very much for your post today.

  69. vijay kudal
    Posted January 9, 2013 at 5:01 am | Permalink

    how to make responsive and seo theme from scratch,waiting


168 Trackbacks/Pingbacks

  1. […] If you are into tweaking your WordPress Theme or designing one from scratch, here are some HTML/XHTML and CSS Cheat Sheets you might want to add to your resources. […]

  2. […] Designing a WordPress Theme From Scratch […]

  3. […] Designing A WordPress Theme From Scratch […]

  4. […] In my articles on Designing a WordPress Theme from Scratch and Designing a WordPress Theme – Building a Sandbox, as well as Choosing a WordPress Theme, I show you how you can choose a structure for your WordPress Theme and then change the look to create a totally new style for your blog or website. […]

  5. […] If you are thinking of designing a WordPress Theme from scratch, or just tweaking your website design and layout, take time to go through this article very carefully as you will learn a lot about the struggles involved in website layouts and browser bugs. […]

  6. […] Как создавать темы от А до Я. […]

  7. […] I am starting to design a new theme (despite the fact that I really should wait until the semester is over) and I came across a good list of cheat sheets so I thought I would link to them. Also on Lorelle on WordPress is sound advice for designing a theme from scratch. […]

  8. […] https://lorelle.wordpress.com/2005/09/28/designing-a-wordpress-theme-from-scratch/ […]

  9. […] Ce tutoriel (en EN) explique les bases pour créer ou modifier un theme WordPress. Il y est notament indiqué qu’une extension Firefox permet l’édition “à la volée” du fichier css, d’après ce que j’ai compris. Elle s’appelle “Firefox Web Developper Extension“. […]

  10. […] Designing a WordPress Theme From Scratch […]

  11. […] Designing a WordPress Theme From Scratch […]

  12. […] Ready? Click to start! Design, theme, wordpress […]

  13. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress […]

  14. Designing a WordPress Theme From Scratch

    step by step how to build your own wordpress theme

  15. […] Determined to start your own WordPress theme? This is a guide to designing an entire WordPress theme from scratch. All the resources and tools that you need are outlined and linked.read more | digg story […]

  16. […] Determined to start your own WordPress theme? This is a guide to designing an entire WordPress theme from scratch. All the resources and tools that you need are outlined and linked.read more | digg story […]

  17. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress How to design your own WordPress theme. (tags: wordpress design tutorial css blog web) […]

  18. […] Designing a WordPress Theme From Scratch At forstaa WP themes, part 2 (tags: howto tutorial wordpress theme) […]

  19. […] Designing WordPress themes […]

  20. […] Designing a WordPress Theme From Scratch Lorelle on WordPress (tags: blog blogs design howto wordpress webdev webdesign web tutorials tutorial html css) […]

  21. […] […]

  22. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress (tags: wordpress tutorial theme) […]

  23. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress (tags: wordpress tutorial theme) […]

  24. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress Looks like time consuming fun and creativity! (tags: art articles blog design wordpress tutorial css create web tutorials howto development) […]

  25. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress A lot of people are martyrs and want to get their hands in the dirt and design their own WordPress Theme from scratch. That’s okay. I did that, and then got smarter. Let’s start with the smarter choice. (tags: Blog) […]

  26. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress how to “adjust” someone else’s theme thus saving you time (tags: wordpress tutorial) […]

  27. […] Designing a WordPress Theme From Scratch (tags: wordpress design CSS tutorial) Tags:General Posted November 24th, 2006 by José Marques, filed under del.icio.us. Loading… […]

  28. […] Designing a WordPress Theme From Scratch – navrhovanie Wordpres témy úplne od začiatku […]

  29. […] Determined to start your own WordPress theme? This is a guide to designing an entire WordPress theme from scratch. All the resources and tools that you need are outlined and linked.read more | digg story […]

  30. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress A lot of people are martyrs and want to get their hands in the dirt and design their own WordPress Theme from scratch. That’s okay. I did that, and then got smarter. Let’s start with the smarter choice. (tags: WordPress design tutorial css blog) […]

  31. […] Diseñando un tema para WordPress desde el principio (inglés) […]

  32. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress (tags: wordpress howto webdesign) […]

  33. […] Useful more for the list of resources at the end of the post but still a good, basic overview for WordPress n00bs – Link […]

  34. […] If you’re interested in creating a custom wordpress template for your personal or business blog you should check out this reference. It’s not an easy road, but this tutorial will put you on the right path better than any I’ve seen. blogs design internet wordpress […]

  35. Designing a WordPress Theme From Scratch

  36. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress (tags: Blog WordPress Theme) Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages. […]

  37. […] les conseils glanés ça et là j’ai commencé par trouver un thème de base (pour wordpress en l’occurrence) […]

  38. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress (tags: wordpress design templates) […]

  39. […] Designing a WordPress Theme From Scratch Basic Tips and a massive list of theme design help. […]

  40. […] Designing a WordPress Theme From Scratch A lot of people are martyrs and want to get their hands in the dirt and design their own WordPress Theme from scratch. That’s okay. I did that, and then got smarter. Let’s start with the smarter choice. […]

  41. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress How to and list of links on designing wordpress theme (tags: blogging) […]

  42. […] WordPress Theme Design Help Nützliche Tools, Tutorials und Werkzeuge zur Erstellung von WordPress Themes. Popularity: 21% […]

  43. […] Designing a WordPress Theme From Scratch […]

  44. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress (tags: wordpress design tutorial blog webdesign tutorials template howto tool tips) […]

  45. […] Designing a WordPress Theme From Scratch Posted by Smashing Magazine Filed in Lists Tags: free, Templates, themes, Tutorials, web 2.0, WordPress 264 Responses to “83 Beautiful WordPress Themes You (Probably) Haven’t Seen” […]

  46. […] Lorelle on WordPress cre8d design and of course: WordPress’ Tutorials […]

  47. […] Designing a WordPress Theme From Scratch […]

  48. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress (tags: blog css design webdesign) […]

  49. […] Designing a WordPress Theme From Scratch […]

  50. […] Designing a WordPress Theme from Scratch […]

  51. […] Alternatively, if you’re really keen and know a bit of php (the language that gets used to communicate with the WordPress database) then why not try writing one from scratch yourself. […]

  52. […] Designing a WordPress Theme From Scratch […]

  53. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress (tags: blog cms wordpress howto tutorial) This entry was written by thund3rbox and posted on June 13, 2007 at 12:23 am and filed under . Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL. « Site launch: Dead.net – Official Site of the Grateful Dead […]

  54. […] NIC nie znalazłeś. Nic co zaspokoiłoby głód graficznego wyróżnienia się. Co z tym robić? lorelle proponuje konstrukcję własnego laya na podstawie już istniejących, lub dla bardziej […]

  55. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress […]

  56. […] Designing a WordPress Theme From Scratch […]

  57. […] Lorelle on WordPress […]

  58. مسابقه وردپرس – 2

    همانطور كه قبلا اعلام شد، قرار بر اين است تا يك مسابقه برای ترجمه قالبهای وردپرس به زبان فارسي برگزار گردد.شرايط مسابقه را مي‌توانيد در اي…

  59. […] نوشتن يك قالب برای وردپرس را از پايه ياد بگيرند حتما اين لينك را مطالعه كنند. Designed By N.Design Studio – Customized by […]

  60. […] Lorell on WordPress. (Has tons of links there as well). If you’re still vascillating between designing your own or remain […]

  61. […] Just in case you’re wondering, this new design  isn’t a homebrew. Moving content and other stuff from the old (movable type powered) site to this new platform was hard enough without me having to challenge myself to come up with a design and learn how to create a wordpress theme from scratch. […]

  62. […] Designing a WordPress Theme From Scratch A lot of people are martyrs and want to get their hands in the dirt and design their own WordPress Theme from scratch. That’s okay. I did that, and then got smarter. Let’s start with the smarter choice. […]

  63. […] Designing a WordPress Theme From Scratch – The authority on WordPress, Lorelle, gives you her own list of theme creating resources. […]

  64. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress […]

  65. […] Designing a WordPress Theme From Scratch […]

  66. […] proper book on the subject and failed to find anything that seemed sensible. But then I discovered Lorelle on WordPress – a great blog post that answered my […]

  67. […] Designing A WordPress Theme From Scratch How to create a theme from scratch. […]

  68. […] Read the rest of this great post here […]

  69. […] you want to read more on designing WordPress theme, I suggest you read Lorelle’s article Desiging a WordPress Theme […]

  70. […] Designing a WordPress Theme From Scratch […]

  71. […] fun it is all at the same time.If you don’t know what CSS or maybe you’re interested in designing your own wordpress them from scratch then I suggest you pop over to Lorelle’s blog. and having a peek see at the […]

  72. […] code, I think my web design skills are coming back. I’m also getting a little help from Lorelle and DevGuru. Bear with me though. If it looks screwy at some point, I broke something and will have […]

  73. […] Designing a WordPress Theme From Scratch […]

  74. […] Link: Lorelle […]

  75. […] I found this article and I want to read it.  I am seeing more and more sites that use WordPress as not only their blog, but the main site.https://lorelle.wordpress.com/2005/09/28/designing-a-wordpress-theme-from-scratch/ […]

  76. […] How To Design A Theme From Scratch […]

  77. […] article worth looking at is at Lorelle on WordPresswhere she gives a brief summary of designing a WordPress theme from scratch.  She mentions the […]

  78. […] Designing a WordPress Theme From Scratch at Lorelle on WordPress […]

  79. […] Designing a WordPress theme from scratch […]

  80. […] Designing A WordPress Theme From Scratch by Lorelle On WordPress […]

  81. […] January 2007, Smashing Magazine wrote a best of January 2007 list featuring my article Designing a WordPress Theme From Scratch, the 67th post published on this blog. What a fantastic way to start off my new year with a gift […]

  82. […] Here is “How to design a WordPress Theme from scratch” […]

  83. […] https://lorelle.wordpress.com/2005/09/28/designing-a-wordpress-theme-from-scratch/ […]

  84. […] Designing a WordPress Theme From Scratch […]

  85. […] Slowly I was getting more and more experience, and yet again I was unsatisfied with my site. The culprit this time was the theme, which turned out to be really messy as far as coding is concerned. My knowledge of coding html and css had grown, but wasn’t up there to really understand it. Yet I got the idea in my mind to design a theme from scratch (even after I found Lorelle advising against it). […]

  86. […] (en) Designing a WordPress Theme From Scratch – Lorelle VanFossen – Lorelle on WordPress, […]

  87. […] Designing a WordPress Theme From Scratch […]

  88. […] Lorelle on WordPress […]

  89. […] Designing a WordPress Theme from Scratch […]

  90. […] Designing a WordPress Theme From Scratch […]

  91. […] Designing a WordPress Theme from Scratch […]

  92. […] adresa asta poţi găsi un GENERATOR DE TEME WORDPRESS GRATUIT. Sau aruncă un ochi aici pentru a vedea cum faci o temă de la […]

  93. […] – Designing a WordPress Theme From Scratch […]

  94. […] Designing A WordPress Theme From Scratch […]

  95. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress. […]

  96. […] Designing a WordPress Theme From Scratch […]

  97. […] Designing a WordPress Theme From Scratch […]

  98. […] Designing a WordPress Theme From Scratch […]

  99. […] Designing a WordPress Theme From Scratch […]

  100. […] can make my own template. Since I dont know how to do that, more searching! I land straight at the designing a WordPress theme from scratch post at Lorelle’s WordPress […]

  101. […] make my own template. Since I don’t know how to do that, more searching! I land straight at the designing a WordPress theme from scratch post at Lorelle’s WordPress […]

  102. […] make my own template. Since I don’t know how to do that, more searching! I land straight at the designing a WordPress theme from scratch post at Lorelle’s WordPress […]

  103. […] make my own template. Since I don’t know how to do that, more searching! I land straight at the designing a WordPress theme from scratch post at Lorelle’s WordPress […]

  104. […] Lorelle on WordPress […]

  105. […] Designing a WordPress Theme From Scratch […]

  106. […] Designing a WordPress Theme From Scratch […]

  107. […] Designing a WordPress Theme From Scratch […]

  108. […] only to find the end result was nothing like I had envisioned. Fortunately, I stumbled upon some smart advice which in turn led me to find just the inspiration I […]

  109. […] Designing a WordPress Theme From Scratch […]

  110. […] more: Designing a WordPress Theme From Scratch « Lorelle on WordPress Tags: design Comments0 Leave a Reply Click here to cancel […]

  111. […] Designing a WordPress Theme From Scratch « Lorelle on WordPress به اشتراک بگذارید Share this post with the world. […]

  112. […] van datzelfde theme). Mocht je toch liever zélf een theme bouwen, dan zijn ook daar gemakkelijke stap-voor-stap handleidingen voor te […]

  113. […] Daha ileri seviyedeki kullanıcılar için kaynaklar: Designing A WordPress Theme From Scratch […]

  114. […] Designing A WordPress Theme From Scratch […]

  115. […] VanFossen, Lorelle. “Designing a WordPress Theme From Scratch” Lorelle on WordPress. 28 Sept. 2005. https://lorelle.wordpress.com/2005/09/28/designing-a-wordpress-theme-from-scratch/ […]

  116. […] ① Designing a WordPress Theme From Scratch […]

  117. […] Designing a WordPress Theme From Scratch […]

  118. […] Designing a WordPress Theme From Scratch […]

  119. […] Slowly I was getting more and more experience, and yet again I was unsatisfied with my site. The culprit this time was the theme, which turned out to be really messy as far as coding is concerned. My knowledge of coding html and css had grown, but wasn’t up there to really understand it. Yet I got the idea in my mind to design a theme from scratch (even after I found Lorelle advising against it). […]

  120. […] Designing a WordPress Theme From Scratch A lot of people are martyrs and want to get their hands in the dirt and design their own WordPress Theme from scratch. That’s okay. I did that, and then got smarter. Let’s start with the smarter choice. […]

  121. […] Conception d’un thème WordPress pour Scratch […]

  122. […] Designing a WordPress Theme From Scratch […]

  123. […] and blur trying to find the “right” WordPress Theme for your new blog. If you want to do-it-yourself, it takes some knowledge, some expertise, and a lot of experimenting. And a lot of time. Some like […]

  124. […] https://lorelle.wordpress.com/2005/09/28/designing-a-wordpress-theme-from-scratch/ […]

  125. […] Designing a WordPress Theme From Scratch Tweet […]

  126. […] If you aren’t worried about bandwidth on your website or your Internet connection, you can style your site right on the Internet. If you are worried, then use the “Sandbox” method . Get familiar with your site’s layout and structure by checking the source code and the style sheet, and begin your modifications one at a time. Designing a WordPress Theme From Scratch […]

  127. […] Smashing Magazine included me in their “Best of January 2007″ websites on design for Designing a WordPress Theme From Scratch. I was startled to see their trackback in my Comments Panel and jumped through the trackback link […]

  128. […] Designing a WordPress Theme from Scratch […]

  129. […] The latter is one advantage to designing a WordPress, or other theme, from scratch. […]

  130. […] Designing a WordPress Theme From Scratch […]

  131. […] Designing a WordPress Theme From Scratch […]

  132. […] Designing a WordPress Theme From Scratch […]

  133. […] Designing a WordPress Theme From Scratch […]

  134. […] Designing a WordPress Theme From Scratch […]

  135. […] Designing a WordPress Theme From Scratch […]

  136. […] Designing a WordPress Theme From Scratch […]

  137. […] Designing a WordPress Theme From Scratch […]

  138. […] Designing a WordPress Theme From Scratch […]

  139. […] Designing a WordPress Theme From Scratch […]

  140. […] Designing a WordPress Theme From Scratch […]

  141. […] Designing a WordPress Theme From Scratch […]

  142. […] Designing a WordPress Theme From Scratch […]

  143. […] Designing a WordPress Theme From Scratch […]

  144. […] Designing a WordPress Theme From Scratch […]

  145. […] Designing a WordPress Theme From Scratch […]

  146. […] Designing a WordPress Theme From Scratch […]

  147. […] Designing a WordPress Theme From Scratch […]

  148. […] Smashing Magazine wrote “83 Beautiful WordPress Themes You (Probably) Haven’t Seen” and included a resource link to my article on Designing a WordPress Theme From Scratch. […]

  149. […] Designing a WordPress Theme From Scratch […]

  150. […] Designing a WordPress Theme From Scratch […]

  151. […] Designing A WordPress Theme From Scratch […]

  152. […] Designing A WordPress Theme From Scratch […]

  153. […] Designing a WordPress Theme From Scratch […]

  154. […] Designing a WordPress Theme From Scratch […]

  155. […] Designing a WordPress Theme From Scratch […]

  156. […] Designing a WordPress Theme From Scratch […]

  157. […] Designing a WordPress Theme From Scratch […]

  158. […] Designing A WordPress Theme From Scratch […]

  159. […] Designing a WordPress Theme From Scratch […]

  160. […] Designing A WordPress Theme From Scratch […]

  161. […] Designing a WordPress Theme From Scratch […]

  162. […] Designing a WordPress Theme From Scratch […]

  163. […] Designing a WordPress Theme From Scratch […]

  164. […] Designing a WordPress Theme From Scratch […]

  165. […] Designing a WordPress Theme From Scratch […]

  166. […] Designing a WordPress Theme From Scratch […]

  167. […] Designing a WordPress Theme From Scratch […]

  168. […] Related article: Designing a WordPress Theme From Scratch […]

Post a Comment to Jake

Required fields are marked *
*
*