<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>High FX Media, Inc. &#187; Watch Me Create a WordPress Theme</title>
	<atom:link href="http://www.highfxmedia.com/category/blog/watch-me-create-a-wordpress-theme/feed" rel="self" type="application/rss+xml" />
	<link>http://www.highfxmedia.com</link>
	<description>WordPress premium theme expert</description>
	<lastBuildDate>Wed, 08 Sep 2010 14:16:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Finishing the Theme</title>
		<link>http://www.highfxmedia.com/blog/finishing-the-theme</link>
		<comments>http://www.highfxmedia.com/blog/finishing-the-theme#comments</comments>
		<pubDate>Sun, 13 Dec 2009 01:08:24 +0000</pubDate>
		<dc:creator>Kurt @ HFXM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Watch Me Create a WordPress Theme]]></category>
		<category><![CDATA[create a WordPress theme]]></category>
		<category><![CDATA[premium WordPress theme]]></category>
		<category><![CDATA[web site help]]></category>
		<category><![CDATA[WordPress help]]></category>

		<guid isPermaLink="false">http://www.highfxmedia.com/?p=1179</guid>
		<description><![CDATA[I finally had a chance to get back to working on the practice theme. Yeah, I&#8217;m just practicing with this one as I want to create one that I like better. Maybe someone will actually want to use the one I create. Who knows. Anyway, I discovered some problems as follows: I decided I had [...]]]></description>
			<content:encoded><![CDATA[<p>I finally had a chance to get back to working on the practice theme. Yeah, I&#8217;m just practicing with this one as I want to create one that I like better. Maybe someone will actually want to use the one I create. Who knows. Anyway, I discovered some problems as follows:<span id="more-1179"></span></p>
<ul>
<li>I decided I had to start over with the WordPress code &amp; use what was provided on <a title="Link to ThemeTation.com" href="http://themetation.com/2008/07/14/how-to-create-wordpress-themes-from-scratch-part-1/">ThemeTation.com</a>. Otherwise, the code wouldn&#8217;t match the theme.</li>
<li>The author forgot the DOCTYPE and head information in the header file.</li>
<li>The author didn&#8217;t show users how to create a theme name in the style.css file.</li>
<li>There were no instructions on how to put the style.css file together, upload all the files and make it all work.</li>
<li>The author didn&#8217;t include a link to home in the navigation.</li>
<li>The author included comments in many of his files using the wrong comment tags which caused the comments to appear on the site.</li>
<li>I had to make a number of CSS mod&#8217;s to make the theme display correctly.</li>
<li>The finished theme code provided by the author is different than what&#8217;s provided in the tutorial!</li>
<li>The author forgot to include the header.php in single.php, page.php and other pages.</li>
<li>The author had the div&#8217;s messed up causing the sidebar to appear at the bottom of pages &amp; posts.</li>
<li>There was no 404 error page.</li>
<li>The content container (div) overlaps the header.</li>
<li>There was no sidebar on the search results page.</li>
<li>I added a pointer for the &#8220;Go&#8221; button on the search bar.</li>
</ul>
<p>Well, I guess that&#8217;s about it. I learned a lot from going through this process. Most importantly, writing my own code for a theme would be a challenge as I&#8217;m not a PHP coder. I can use the standard WordPress files and modify them for a useful theme. Creating the graphics wasn&#8217;t too hard but I&#8217;m sure it will be more of a challenge to do it on my own. Slicing and dicing the graphics was a bit of a challenge. Writing a complete stylesheet will be a challenge. But, you don&#8217;t learn anything by copying and pasting. Get busy!</p>
<p>You can check out the finished theme here: <a title="Link to High FX Test.com" href="http://www.highfxtest.com">High FX Test.com</a>. I&#8217;ll leave the theme up for a while. Sometime in the near future I&#8217;ll get started on my own theme.</p>
<p>Oh yeah, I forgot to mention that you shouldn&#8217;t use a photo of yourself for testing. You&#8217;ll get tired of seeing your ugly mug all over the place!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highfxmedia.com/blog/finishing-the-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating the WordPress Theme Graphics &#8211; Day 3</title>
		<link>http://www.highfxmedia.com/blog/creating-the-wordpress-theme-graphics-day-3</link>
		<comments>http://www.highfxmedia.com/blog/creating-the-wordpress-theme-graphics-day-3#comments</comments>
		<pubDate>Sat, 05 Dec 2009 00:09:43 +0000</pubDate>
		<dc:creator>Kurt @ HFXM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Watch Me Create a WordPress Theme]]></category>
		<category><![CDATA[create a WordPress theme]]></category>
		<category><![CDATA[web site help]]></category>
		<category><![CDATA[WordPress help]]></category>

		<guid isPermaLink="false">http://www.highfxmedia.com/?p=1168</guid>
		<description><![CDATA[Well, I finally had time to slice and dice the theme graphics. Not having done this before, I struggled with it a bit. I&#8217;m not sure I could explain it well but I was able to get what I needed. The author at ThemeTation.com posted a video on slicing graphics. I didn&#8217;t realize that it [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I finally had time to slice and dice the theme graphics. Not having done this before, I struggled with it a bit. I&#8217;m not sure I could explain it well but I was able to get what I needed. The author at <a title="Link to ThemeTation.com WordPress theme slicing" href="http://themetation.com/2008/07/15/how-to-create-wordpress-themes-from-scratch-part-2/">ThemeTation.com</a> posted a video on slicing graphics.<span id="more-1168"></span> I didn&#8217;t realize that it was grainy and had no sound until I tried to watch it. It was of no value so if you&#8217;re not comfortable with a tool like Photoshop you&#8217;ll need to look elsewhere for help. I had trouble slicing and saving the graphics so I think I&#8217;ll practice a bit, look around for some more help and then post a video on slicing and saving graphics from Photoshop CS3. Anyway, here are the sliced graphics I created for this project:</p>
<p>about.jpg <img class="alignnone" src="/myimages/practice-theme/about.jpg" alt="" width="208" height="25" /></p>
<p>comments.jpg <img class="alignnone" src="/myimages/practice-theme/comments.jpg" alt="" width="208" height="25" /></p>
<p>featured.jpg <img class="alignnone" src="/myimages/practice-theme/featured.jpg" alt="" width="600" height="40" /></p>
<p>footer.jpg <img class="alignnone" src="/myimages/practice-theme/footer.jpg" alt="" width="1" height="96" /></p>
<p>form.jpg <img class="alignnone" src="/myimages/practice-theme/form.jpg" alt="" width="280" height="25" /></p>
<p>header.jpg <img class="alignnone" src="/myimages/practice-theme/header.jpg" alt="" width="1" height="220" /></p>
<p>logo.jpg <img class="alignnone" src="/myimages/practice-theme/logo.jpg" alt="" width="448" height="110" /></p>
<p>photo-sample.jpg <img class="alignnone" src="/myimages/practice-theme/photo-sample.jpg" alt="" width="75" height="96" /></p>
<p>readmore.jpg <img class="alignnone" src="/myimages/practice-theme/readmore.jpg" alt="" width="100" height="25" /></p>
<p>respond.jpg <img class="alignnone" src="/myimages/practice-theme/respond.jpg" alt="" width="165" height="22" /></p>
<p>rss.jpg <img class="alignnone" src="/myimages/practice-theme/rss.jpg" alt="" width="28" height="28" /></p>
<p>search.jpg <img class="alignnone" src="/myimages/practice-theme/search.jpg" alt="" width="32" height="32" /></p>
<p>searchfrom.jpg <img class="alignnone" src="/myimages/practice-theme/searchform.jpg" alt="" width="330" height="45" /></p>
<p>Most web graphics are saved in png or gif format. That&#8217;s one of the problems I encountered. Photoshop defaulted to jpg and I had a bit of difficulty saving every slice in png format. I&#8217;ll go back and do it before uploading the images to my test site. Also, the author used two images that weren&#8217;t included in the design phase. I&#8217;ll use his for the test site.</p>
<p>Here&#8217;s the home page layout again:</p>
<p><img class="alignnone" src="/myimages/practice-theme-day2-home.jpg" alt="" width="512" height="384" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.highfxmedia.com/blog/creating-the-wordpress-theme-graphics-day-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating the WordPress Theme Graphics &#8211; Day 2</title>
		<link>http://www.highfxmedia.com/blog/creating-the-wordpress-theme-graphics-day-2</link>
		<comments>http://www.highfxmedia.com/blog/creating-the-wordpress-theme-graphics-day-2#comments</comments>
		<pubDate>Fri, 27 Nov 2009 21:15:57 +0000</pubDate>
		<dc:creator>Kurt @ HFXM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Watch Me Create a WordPress Theme]]></category>
		<category><![CDATA[create a WordPress theme]]></category>
		<category><![CDATA[web site help]]></category>
		<category><![CDATA[WordPress help]]></category>

		<guid isPermaLink="false">http://www.highfxmedia.com/?p=1150</guid>
		<description><![CDATA[I made further progress today. In fact, I&#8217;ve completed the tutorial and have posted images of the home page and a single page below. Creating the graphics and layout is very detailed. You have to get down to the pixel level when positioning some of the elements. If you&#8217;re not detail oriented, this isn&#8217;t for [...]]]></description>
			<content:encoded><![CDATA[<p>I made further progress today. In fact, I&#8217;ve completed the tutorial and have posted images of the home page and a single page below. Creating the graphics and layout is very detailed. You have to get down to the pixel level when positioning some of the elements. If you&#8217;re not detail oriented, this isn&#8217;t for you. My design is just a bit different than the authors. <span id="more-1150"></span>Some of the color hex codes weren&#8217;t provided so I guessed. I didn&#8217;t have an icon for the search bar so I used a &#8220;Go&#8221; button instead. My header and footer are taller also. Anyway, I&#8217;m going through this process to better understand the design aspects of WordPress theme design. Next up &#8211; slicing the Photoshop file for use in the CSS.</p>
<p>Home page layout:</p>
<p><img class="alignnone" title="Graphic layout for WordPress theme home page" src="/myimages/practice-theme-day2-home.jpg" alt="Graphic layout for WordPress theme home page" width="512" height="384" /></p>
<p>Single page layout:</p>
<p><img class="alignnone" title="Graphic layout for WordPress theme single page" src="/myimages/practice-theme-day2-single.jpg" alt="Graphic layout for WordPress theme single page" width="512" height="384" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.highfxmedia.com/blog/creating-the-wordpress-theme-graphics-day-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating the WordPress Theme Graphics &#8211; Day 1</title>
		<link>http://www.highfxmedia.com/blog/creating-the-wordpress-theme-graphics-day-1</link>
		<comments>http://www.highfxmedia.com/blog/creating-the-wordpress-theme-graphics-day-1#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:32:41 +0000</pubDate>
		<dc:creator>Kurt @ HFXM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Watch Me Create a WordPress Theme]]></category>
		<category><![CDATA[create a WordPress theme]]></category>
		<category><![CDATA[web site help]]></category>
		<category><![CDATA[WordPress help]]></category>

		<guid isPermaLink="false">http://www.highfxmedia.com/?p=1130</guid>
		<description><![CDATA[I spent some time yesterday creating the graphics for my theme. Below is an image of the Photoshop layout so far. The author at Themation.com made some errors in the instructions and left out details about the navigation and some other elements. I decided to follow the author&#8217;s design as she provided it, even though [...]]]></description>
			<content:encoded><![CDATA[<p>I spent some time yesterday creating the graphics for my theme. Below is an image of the Photoshop layout so far. The author at <a title="Link to Themation.com" href="http://themetation.com/2008/07/14/how-to-create-wordpress-themes-from-scratch-part-1/">Themation.com</a> made some errors in the instructions and left out details about the navigation and some other elements. I decided to follow the author&#8217;s design as she provided it, even though I don&#8217;t like the design that much. It should be a good lesson in the necessary steps in creating graphics for a theme. I&#8217;ll create my own design after completing the author&#8217;s design. Here&#8217;s an image of the progress I&#8217;ve made:<span id="more-1130"></span></p>
<p><img class="alignnone" title="Image of theme graphics" src="/myimages/practice-theme-day1.jpg" alt="Image of theme graphics" width="512" height="384" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.highfxmedia.com/blog/creating-the-wordpress-theme-graphics-day-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating the WordPress Code &#8211; Day 2</title>
		<link>http://www.highfxmedia.com/blog/creating-the-wordpress-code-day-2</link>
		<comments>http://www.highfxmedia.com/blog/creating-the-wordpress-code-day-2#comments</comments>
		<pubDate>Tue, 24 Nov 2009 00:34:41 +0000</pubDate>
		<dc:creator>Kurt @ HFXM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Watch Me Create a WordPress Theme]]></category>

		<guid isPermaLink="false">http://www.highfxmedia.com/?p=1123</guid>
		<description><![CDATA[Here&#8217;s what I accomplished today: completed the comments, search &#38; page templates tutorial completed the archive, author, category &#38; tags templates tutorial; again the author of the post didn’t explain some modifications to files completed the sidebar template uploaded all files &#38; tested OK except nothing in sidebars w/o putting a widget in manually; should [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s what I accomplished today:<span id="more-1123"></span></p>
<ul>
<li>completed the comments, search &amp; page templates tutorial</li>
<li>completed the archive, author, category &amp; tags templates tutorial; again the author of the post didn’t explain some modifications to files</li>
<li>completed the sidebar template</li>
<li>uploaded all files &amp; tested OK except nothing in sidebars w/o putting a widget in manually; should be populated by default</li>
<li>downloaded all author code files; ran diff-merger to compare; found some differences; mostly not covered/explained by author; some significant; not seeing default sidebar widgets;</li>
<li>completed the CSS tutorial &amp; made minor mod’s for eye appeal</li>
<li>compared my files, using DiffMerge, to the author&#8217;s Google files; found some differnces but not too many</li>
</ul>
<p>Finishing the code was straight forward except for the sidebar. The author provided different code on his web page then what is in the finished code on Google. You may want to read some of the comments at the bottom of the sidebar page. You can see what the site looks like here: <a title="Link to HighFXTest.com" href="http://www.highfxtest.com">HighFXTest.com</a>. The author provided 6 CSS style sheets that allow you to have a 1, 2 or 3 column site. The sidebars can be on the left, right or bottom. The sidebar is widgetized also. You can see it&#8217;s a basic blog style site witout any graphics or much styling.</p>
<p>On to the graphics and styling!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highfxmedia.com/blog/creating-the-wordpress-code-day-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating the WordPress Code &#8211; Day 1</title>
		<link>http://www.highfxmedia.com/blog/creating-the-wordpress-code-day-1</link>
		<comments>http://www.highfxmedia.com/blog/creating-the-wordpress-code-day-1#comments</comments>
		<pubDate>Sat, 21 Nov 2009 23:36:18 +0000</pubDate>
		<dc:creator>Kurt @ HFXM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Watch Me Create a WordPress Theme]]></category>
		<category><![CDATA[create a WordPress theme]]></category>
		<category><![CDATA[web site help]]></category>
		<category><![CDATA[WordPress help]]></category>
		<category><![CDATA[WordPress theme]]></category>

		<guid isPermaLink="false">http://www.highfxmedia.com/?p=1111</guid>
		<description><![CDATA[Here&#8217;s what I accomplished: reviewed the intro on ThemeShaper.com reviewed the theme development checklist &#38; data reviewed the recommended tools on ThemeShaper.com reviewed creating an HTML structure on ThemeShaper.com downloaded all of the sample content and imported it to HighFXTest.com verified data based on checklist with some problems no red “more” link, even when I [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s what I accomplished:<span id="more-1111"></span></p>
<ul>
<li> reviewed the intro on ThemeShaper.com</li>
<li>reviewed the theme development checklist &amp; data</li>
<li>reviewed the recommended tools on ThemeShaper.com</li>
<li>reviewed creating an HTML structure on ThemeShaper.com</li>
<li>downloaded all of the sample content and imported it to <a title="Link to HighFXTest.com" href="http://www.highfxtest.com">HighFXTest.com</a></li>
<li>verified data based on checklist with some problems</li>
<li>no red “more” link, even when I added a &#8220;more&#8221; tag</li>
<li>embedded videos not displayed</li>
<li>page with comments didn’t display any comments; comments allowed</li>
<li>I wasn’t sure what was being tested in some of the examples, like the GMT post</li>
<li>changing the theme to WP Classic 1.5 resolved some of the problems</li>
<li>successfully embedded a video using a new embed code</li>
<li>sandbox sample data &#8211; verified working</li>
<li>images not in correct location so no images; broken links</li>
<li>wpcandy sample data – added without problem</li>
<li>self conclusion sample data – added without problem</li>
<li>completed the template and directory structure tutorial</li>
<li>completed the header template tutorial</li>
<li>completed the index template tutorial</li>
<li>completed the single, attatchment &amp; 404 templates tutorial</li>
</ul>
<p>Adding four sets of test data was a bit overkill in my opinion. After adding the first, the other three didn&#8217;t add that much new that had to be verified. The first set of data is quite comprehensive.</p>
<p>I was frustrated as the author didn’t include some code &amp; didn’t explain some of the code. I followed his instructions exactly, but couldn’t get the content to show. Later, I found his Google code and realized the author skipped details. You can see the results of my efforts at: <a title="Link to High FX Test domain" href="http://www.highfxtest.com">HighFXTest.com</a>. I&#8217;m not finished with the code yet and there&#8217;s no CSS or graphics applied. It&#8217;s pretty ugly at this point but it&#8217;s a functioning WordPress site.</p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highfxmedia.com/blog/creating-the-wordpress-code-day-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Creation Research</title>
		<link>http://www.highfxmedia.com/blog/wordpress-theme-creation-research</link>
		<comments>http://www.highfxmedia.com/blog/wordpress-theme-creation-research#comments</comments>
		<pubDate>Fri, 20 Nov 2009 15:36:58 +0000</pubDate>
		<dc:creator>Kurt @ HFXM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Watch Me Create a WordPress Theme]]></category>

		<guid isPermaLink="false">http://www.highfxmedia.com/?p=1098</guid>
		<description><![CDATA[How long will I keep at this project? I better complete it, even if the theme isn’t that great. I know, you’re watching me. I’ll keep at it. Anyway, I did some research looking for some sites providing step-by-step WordPress theme design. Here are the sites I’ll be using for this project: WordPress code: ThemeShaper.com, [...]]]></description>
			<content:encoded><![CDATA[<p>How long will I keep at this project? I better complete it, even if the theme isn’t that great. I know, you’re watching me. I’ll keep at it.</p>
<p>Anyway, I did some research looking for some sites providing step-by-step WordPress theme design. Here are the sites I’ll be using for this project:<span id="more-1098"></span></p>
<p>WordPress code: <a title="Link to ThemeShaper.com" href="http://themeshaper.com/wordpress-themes-templates-tutorial/">ThemeShaper.com</a>, <a title="Link to WPDesigner.com" href="http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/">WPDesiger.com</a></p>
<p>Graphic design: <a title="Link to ThemeTation.com" href="http://themetation.com/2008/07/14/how-to-create-wordpress-themes-from-scratch-part-1/">ThemeTation.com</a>, <a title="Link to DesignReviver.com" href="http://designreviver.com/tutorials/premium-wordpress-theme-design-part-1-the-photoshop-mock-up/">DesignReviver.com</a></p>
<p>I was really impressed with the quality of the step-by-step instructtions provided on these sites. If you/re interested in creating a theme, even just for the fun of it, check out these sites.</p>
<p>I’m estimating the coding will take 7 – 10 days. So let’s get started with the coding!</p>
<p>P.S., Oh, yeah. I do have a life so I won’t be spending 8 hours a day on this project. That’s why it may take 10 days to get the code, modify it for my needs and test it</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highfxmedia.com/blog/wordpress-theme-creation-research/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kurt Creates a WordPress Theme</title>
		<link>http://www.highfxmedia.com/blog/kurt-creates-a-wordpress-theme</link>
		<comments>http://www.highfxmedia.com/blog/kurt-creates-a-wordpress-theme#comments</comments>
		<pubDate>Thu, 19 Nov 2009 22:24:06 +0000</pubDate>
		<dc:creator>Kurt @ HFXM</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Watch Me Create a WordPress Theme]]></category>

		<guid isPermaLink="false">http://www.highfxmedia.com/?p=1079</guid>
		<description><![CDATA[I’ve decided to create a WordPress template because I find that most themes emphasize posts. I guess this is to be expected since WordPress was created as a blogging tool. However, the sites I work on emphasize pages. Most small businesses don’t have the time or inclination to write blog posts on a daily or [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve decided to create a WordPress template because I find that most themes emphasize posts. I guess this is to be expected since WordPress was created as a blogging tool. However, the sites I work on emphasize pages. Most small businesses don’t have the time or inclination to write blog posts on a daily or even weekly basis. Even after explaining that regular posts create interest in their site and their products, they just don’t have the time. Yup, even after explaining that posting regularly will increase their ranking in search engines they say they don’t have time. The customer is always right!<span id="more-1079"></span></p>
<p>My theme will emphasize pages so it should be good for business sites. Some people would call it WordPress as CMS but that’s really not accurate. WordPress is a CMS whether used as a blog or a page-based site. Emphasizing pages doesn’t make it a CMS. Anyway, I’d like to incorporate several page designs so users can select a style, add their code and add a page quickly.</p>
<p>Here’s a general outline of the steps I’ll need to follow:</p>
<ol>
<li>Find a good site that steps through the code development</li>
<li>Find a good site that steps through the graphic design phase</li>
<li>Generate the code for my theme</li>
<li>Create the graphics in Photoshop</li>
<li>Slice and dice the graphics</li>
<li>Incorporate the graphics into the theme</li>
<li>Create the CSS for the theme</li>
<li>Get some icons &amp; incorporate them into the theme</li>
<li>Test the theme – hmmmmm… who will be my testers?</li>
<li>License it as free software (GNU?)</li>
<li>Make the theme available for download</li>
<li>Set up a support mechanism/site/forum</li>
</ol>
<p>Well, there you have it. My general plan. My commitment to create a WordPress theme. I’ll post content- both written and video – as I go. It should be interesting to see the result.</p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highfxmedia.com/blog/kurt-creates-a-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
