Resources on wordpress theme-development - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T02:43:47Z http://stackoverflow.com/feeds/question/13708 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/13708/resources-on-wordpress-theme-development 4 Resources on wordpress theme-development Espenhh 2008-08-17T16:35:15Z 2009-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#13712 1 Answer by Mark Biek for Resources on wordpress theme-development Mark Biek 2008-08-17T16:42:28Z 2008-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#13713 2 Answer by Andrew Grant for Resources on wordpress theme-development Andrew Grant 2008-08-17T16:46:44Z 2008-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#13719 5 Answer by Yaakov Ellis for Resources on wordpress theme-development Yaakov Ellis 2008-08-17T16:55:33Z 2008-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#13737 0 Answer by sestocker for Resources on wordpress theme-development sestocker 2008-08-17T17:17:05Z 2008-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#13744 1 Answer by Nathan for Resources on wordpress theme-development Nathan 2008-08-17T17:21:56Z 2008-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#636683 0 Answer by cacique for Resources on wordpress theme-development cacique 2009-03-11T22:52:55Z 2009-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#685126 0 Answer by martina for Resources on wordpress theme-development martina 2009-03-26T09:53:01Z 2009-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#1208977 2 Answer by Chacha102 for Resources on wordpress theme-development Chacha102 2009-07-30T19:57:41Z 2009-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#1210953 0 Answer by john for Resources on wordpress theme-development john 2009-07-31T06:27:30Z 2009-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#1215063 0 Answer by for Resources on wordpress theme-development 2009-07-31T21:52:05Z 2009-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#1221200 0 Answer by windyjonas for Resources on wordpress theme-development windyjonas 2009-08-03T08:25:05Z 2009-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>