Resources on wordpress theme-development - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T02:43:47Zhttp://stackoverflow.com/feeds/question/13708http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development4Resources on wordpress theme-developmentEspenhh2008-08-17T16:35:15Z2009-08-05T11:52:21Z
<p>What are the best resources for Wordpress theme-development? I am currently in the phase of starting my own blog, and don't want to use one of the many free themes. I already have a theme for my website, so I want to read about best-practices. </p>
<p>Any advice on how to get started would be very welcome :)</p>
<p><hr /></p>
<p>I have now created my theme (wohoo!), and thought I should summarize the best resources I found. Lets see..</p>
<p><strong>Resources:</strong></p>
<ul>
<li><a href="http://themetation.com/2008/07/14/how-to-create-wordpress-themes-from-scratch-part-1/" rel="nofollow">ThemeTation's three-part guide to create a wordpress-theme from scratch</a></li>
<li><a href="http://nettuts.com/site-builds/how-to-create-a-wordpress-theme-from-scratch/" rel="nofollow">Nettuts.com's guide: How to Create a Wordpress Theme from Scratch</a> (And <a href="http://nettuts.com/working-with-cmss/how-to-create-a-wordpress-theme-from-scratch-part-2/" rel="nofollow">Part 2)</a><br />
Didn't actually use this, it's a quite new article, but anyway - it's great. It will get a follow-up in the next few days too..</li>
<li><a href="http://codex.wordpress.org/Theme_Development" rel="nofollow">Wordpress.org's own guide on templates</a><br />
Definatly a must-read for everyone new to wordpress-designing.. </li>
<li><a href="http://codex.wordpress.org/The_Loop" rel="nofollow">"The loop"</a><br />
Essential knowledge, also a must-read</li>
<li><a href="http://codex.wordpress.org/Template_Tags" rel="nofollow">Directory of all the template tags</a><br />
Used by wordpress to actually output blog-content..</li>
</ul>
<p><strong>Inspiration:</strong></p>
<ul>
<li>Smashing Magazine's lists: <a href="http://www.smashingmagazine.com/2008/01/08/100-excellent-free-high-quality-wordpress-themes/" rel="nofollow">first</a>, <a href="http://www.smashingmagazine.com/2007/02/09/83-beautiful-wordpress-themes-you-probably-havent-seen/" rel="nofollow">one more</a>, <a href="http://www.smashingmagazine.com/2008/08/25/30-free-high-quality-wordpress-themes/" rel="nofollow">yet another one</a></li>
<li><a href="http://wordpress.org/extend/themes/" rel="nofollow">Wordpress.org's theme-directory</a></li>
</ul>
http://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development/13712#137121Answer by Mark Biek for Resources on wordpress theme-developmentMark Biek2008-08-17T16:42:28Z2008-08-17T16:42:28Z<p>Here's the WordPress doc on <a href="http://codex.wordpress.org/Theme_Development" rel="nofollow">Theme Development</a></p>
http://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development/13713#137132Answer by Andrew Grant for Resources on wordpress theme-developmentAndrew Grant2008-08-17T16:46:44Z2008-08-17T16:46:44Z<p>The Wordpress part is the easy bit. That's basically taking your static HTML pages then converting them to PHP and inserting the Wordpress tags to pull content from the database. In some places these tags will be in a loop, e.g. for a list of pages.</p>
<p>The most difficult part is the design. You should identify the page types you want (e.g. main page, lists of posts, static pages, about) and create the actual templates with mockup text. ONly when you're happy should you think about the Wordpress part.</p>
<p>If you search with Google you'll find plenty of pages on creating your own Wordpress theme or converting HTML to a theme.</p>
http://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development/13719#137195Answer by Yaakov Ellis for Resources on wordpress theme-developmentYaakov Ellis2008-08-17T16:55:33Z2008-08-17T16:55:33Z<p>I think that the best way to learn is to look at how other people construct their themes. The first one to start one is the Default Kubrick theme that is included in the standard WordPress install. It has all of the basics and will show you some advanced techniques like including sidebar widgets. Next, in conjunction with the docs on <a href="http://codex.wordpress.org/Theme_Development" rel="nofollow" title="InfoQ">theme development</a> (previously mentioned by Mark), <a href="http://codex.wordpress.org/Blog_Design_and_Layout" rel="nofollow" title="JavaLobby">Blog Design and Layout</a> and <a href="http://codex.wordpress.org/Using_Themes" rel="nofollow">Using Themes</a>, go to the <a href="http://wordpress.org/extend/themes/" rel="nofollow">Theme Directory</a> on the Wordpress.org site, download a couple of popular themes, and go through them, looking up any <a href="http://codex.wordpress.org/Stepping_Into_Template_Tags" rel="nofollow">template tags</a> or techniques that you don't understand. After you do this, you should be more than well-equipped to write your own theme from scratch, or modify an existing theme to your needs. </p>
http://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development/13737#137370Answer by sestocker for Resources on wordpress theme-developmentsestocker2008-08-17T17:17:05Z2008-08-17T17:17:05Z<p>Here is a "starter kit" of sorts that may be of use to you:</p>
<p><a href="http://wpthemerkit.com/" rel="nofollow">http://wpthemerkit.com/</a></p>
http://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development/13744#137441Answer by Nathan for Resources on wordpress theme-developmentNathan2008-08-17T17:21:56Z2008-08-17T17:21:56Z<p><a href="http://lorelle.wordpress.com/2005/09/28/designing-a-wordpress-theme-from-scratch/" rel="nofollow" title="InfoQ">Here's another good article on the topic</a>. And of course, <a href="http://www.google.com/search?q=designing+wordpress+theme" rel="nofollow" title="JavaLobby">there are many more like it</a>. I have reviewed this particular article in the past though, and found it to be a good, detailed tutorial with some nice external references where required.</p>
http://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development/636683#6366830Answer by cacique for Resources on wordpress theme-developmentcacique2009-03-11T22:52:55Z2009-03-11T22:52:55Z<p><a href="http://www.wordpresscreme.com/" rel="nofollow">http://www.wordpresscreme.com/</a></p>
<p>Is a new website but have a good reviews, resources, tips and tutorials</p>
http://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development/685126#6851260Answer by martina for Resources on wordpress theme-developmentmartina2009-03-26T09:53:01Z2009-03-26T09:53:01Z<p>Found a new one over here. it's a good resource if you want to make a simple theme. :)</p>
<p><a href="http://www.webhostingsearch.com/articles/create-your-own-wordpress-theme-tutorial.php" rel="nofollow">http://www.webhostingsearch.com/articles/create-your-own-wordpress-theme-tutorial.php</a></p>
http://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development/1208977#12089772Answer by Chacha102 for Resources on wordpress theme-developmentChacha1022009-07-30T19:57:41Z2009-07-30T19:57:41Z<p><a href="http://codex.wordpress.org" rel="nofollow">codex.wordpress.org</a>.</p>
http://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development/1210953#12109530Answer by john for Resources on wordpress theme-developmentjohn2009-07-31T06:27:30Z2009-07-31T06:27:30Z<p>check css-tricks.com Chris has a few screencasts up.</p>
http://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development/1215063#12150630Answer by for Resources on wordpress theme-development2009-07-31T21:52:05Z2009-07-31T21:52:05Z<p>i can't see your location, so i don't know if <a href="http://dynamicinternet.eu/wordpress/wordpress-tipps-tricks/wordpress-themes-step-by-step-teil-1/" rel="nofollow">this link</a> is useful for you (it's a german tutorial for developing themes step by step)</p>
http://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development/1221200#12212000Answer by windyjonas for Resources on wordpress theme-developmentwindyjonas2009-08-03T08:25:05Z2009-08-03T08:25:05Z<p>There is a really good book on WordPress Theme Design, called "WordPress Theme Design" :)
Available from <a href="http://amzn.com/1847193099" rel="nofollow">Amazon</a> and other book stores.</p>