<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Tammy Hart Designs</title>
	<atom:link href="http://www.tammyhartdesigns.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tammyhartdesigns.com</link>
	<description>Web Designer &#38; Custom WordPress  Theme Developer in Birmingham, AL</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Free WordPress Theme: Fifty Fifth&#160;Street by Tammy Hart</title>
		<link>http://www.tammyhartdesigns.com/wordpress/fifty-fifth-street/#comment-3191</link>
		<dc:creator>Tammy Hart</dc:creator>
		<pubDate>Fri, 03 Feb 2012 20:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://tammyhartdesigns.com/?p=976#comment-3191</guid>
		<description>I am not actively working on this theme, but I do plan to return to it at sometime. Responsive may be one of the features I add, but I&#039;m not sure.</description>
		<content:encoded><![CDATA[<p>I am not actively working on this theme, but I do plan to return to it at sometime. Responsive may be one of the features I add, but I&#8217;m not sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reusable Custom Meta Boxes Part 3: Extra&#160;Fields by Ryan</title>
		<link>http://www.tammyhartdesigns.com/wordpress/reusable-custom-meta-boxes-part-3-extra-fields/#comment-3189</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 02 Feb 2012 15:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=2423#comment-3189</guid>
		<description>Ok I think I figured it out - it&#039;s the jQuery(&#039;.custom_repeatable&#039;).sortable({ in the custom-js.js file that is causing the issue. So the repeatable items aren&#039;t sortable anymore, but the media uploader works.</description>
		<content:encoded><![CDATA[<p>Ok I think I figured it out &#8211; it&#8217;s the jQuery(&#8216;.custom_repeatable&#8217;).sortable({ in the custom-js.js file that is causing the issue. So the repeatable items aren&#8217;t sortable anymore, but the media uploader works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reusable Custom Meta Boxes Part 3: Extra&#160;Fields by Ryan</title>
		<link>http://www.tammyhartdesigns.com/wordpress/reusable-custom-meta-boxes-part-3-extra-fields/#comment-3188</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 02 Feb 2012 15:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=2423#comment-3188</guid>
		<description>Hm...for some reason this seems to be breaking the WordPress Media Uploader (the new ajax one that does it in bulk - regular browser updater works)...any idea why that would happen?</description>
		<content:encoded><![CDATA[<p>Hm&#8230;for some reason this seems to be breaking the WordPress Media Uploader (the new ajax one that does it in bulk &#8211; regular browser updater works)&#8230;any idea why that would happen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Successful BarCamp Birmingham and Other&#160;News by BarCampBirmingham wrapup, part 1 &#171; Birmingham Blogging Academy</title>
		<link>http://www.tammyhartdesigns.com/birmingham/a-successful-barcamp-birmingham-and-other-news/#comment-3183</link>
		<dc:creator>BarCampBirmingham wrapup, part 1 &#171; Birmingham Blogging Academy</dc:creator>
		<pubDate>Tue, 31 Jan 2012 19:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=497#comment-3183</guid>
		<description>[...] Tammy Hart: &#8220;The networking that was going on in the hallways were just as beneficial as the presentations. Business cards and ideas were flying everywhere you turned, and everyone was just having a great time in general.&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] Tammy Hart: &#8220;The networking that was going on in the hallways were just as beneficial as the presentations. Business cards and ideas were flying everywhere you turned, and everyone was just having a great time in general.&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taking Advantage of the Template&#160;Hierarchy by Art Webb</title>
		<link>http://www.tammyhartdesigns.com/wordpress/taking-advantage-of-the-template-hierarchy/#comment-3181</link>
		<dc:creator>Art Webb</dc:creator>
		<pubDate>Tue, 31 Jan 2012 00:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=2378#comment-3181</guid>
		<description>In case anyone is wondering how I got rid of /category/ from the URL, I did the following:

1. I made a PAGE called &quot;downloads&quot;
2. I added that PAGE to my menu bar
- the url now reads example.com/downloads/
3. I created a template file by copying my template&#039;s index.php file and adding Tammy&#039;s code above the content
- this differs by template, I used the template code and LOOP code
4. I added template-downloads.php to theme root folder
- theme root is here: example.com/wp-content/themes/YOUR THEME/
4. I selected the template by clicking the page&#039;s &quot;quick edit&quot; feature
- you can only change your template AFTER you create a new template
5. I posted in the category &quot;downloads&quot; -- and it worked!</description>
		<content:encoded><![CDATA[<p>In case anyone is wondering how I got rid of /category/ from the URL, I did the following:</p>
<p>1. I made a PAGE called &#8220;downloads&#8221;<br />
2. I added that PAGE to my menu bar<br />
- the url now reads example.com/downloads/<br />
3. I created a template file by copying my template&#8217;s index.php file and adding Tammy&#8217;s code above the content<br />
- this differs by template, I used the template code and LOOP code<br />
4. I added template-downloads.php to theme root folder<br />
- theme root is here: example.com/wp-content/themes/YOUR THEME/<br />
4. I selected the template by clicking the page&#8217;s &#8220;quick edit&#8221; feature<br />
- you can only change your template AFTER you create a new template<br />
5. I posted in the category &#8220;downloads&#8221; &#8212; and it worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taking Advantage of the Template&#160;Hierarchy by Art Webb</title>
		<link>http://www.tammyhartdesigns.com/wordpress/taking-advantage-of-the-template-hierarchy/#comment-3180</link>
		<dc:creator>Art Webb</dc:creator>
		<pubDate>Mon, 30 Jan 2012 23:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=2378#comment-3180</guid>
		<description>I need to create a post category as a menu option (ie: downloads). Right now Wordpress creates URL&#039;s for a category like this: example.com/category/downloads/ -- I need it to look like this: example.com/downloads/ -- which I just did, thanks to your previous tutorial.  I simply pasted your &quot;Template &amp; Loop&quot; code right above my theme&#039;s index.php code (with the loop cat-id as &quot;downloads&quot;) and it worked. I named the file as template-downloads.php.

How can I &quot;take advantage of the Template Hierarchy&quot; with your new method?  Or am I golden with my current method?

By the way, for my theme I&#039;m using paid themes by YooTheme, which has a very slim index.php file.  It calls upon a template.php file, and that calls upon a template.config.php file.</description>
		<content:encoded><![CDATA[<p>I need to create a post category as a menu option (ie: downloads). Right now WordPress creates URL&#8217;s for a category like this: example.com/category/downloads/ &#8212; I need it to look like this: example.com/downloads/ &#8212; which I just did, thanks to your previous tutorial.  I simply pasted your &#8220;Template &amp; Loop&#8221; code right above my theme&#8217;s index.php code (with the loop cat-id as &#8220;downloads&#8221;) and it worked. I named the file as template-downloads.php.</p>
<p>How can I &#8220;take advantage of the Template Hierarchy&#8221; with your new method?  Or am I golden with my current method?</p>
<p>By the way, for my theme I&#8217;m using paid themes by YooTheme, which has a very slim index.php file.  It calls upon a template.php file, and that calls upon a template.config.php file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taking Advantage of the Template&#160;Hierarchy by Tammy Hart</title>
		<link>http://www.tammyhartdesigns.com/wordpress/taking-advantage-of-the-template-hierarchy/#comment-3178</link>
		<dc:creator>Tammy Hart</dc:creator>
		<pubDate>Mon, 30 Jan 2012 20:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=2378#comment-3178</guid>
		<description>No problem. Here are my answers:

1. The category template outputs an index of posts within that category with the Loop.
1a. They are posts found within the normal posting functionality of WordPress
2. all WordPress templates are found in the main directory of your theme
3. The template hierarchy does most of the work for you. Rather than explain everything and hope that I answer your question, can you tell me specifically what you need to know? Definitely check the codex page as well.</description>
		<content:encoded><![CDATA[<p>No problem. Here are my answers:</p>
<p>1. The category template outputs an index of posts within that category with the Loop.<br />
1a. They are posts found within the normal posting functionality of WordPress<br />
2. all WordPress templates are found in the main directory of your theme<br />
3. The template hierarchy does most of the work for you. Rather than explain everything and hope that I answer your question, can you tell me specifically what you need to know? Definitely check the codex page as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taking Advantage of the Template&#160;Hierarchy by Art Webb</title>
		<link>http://www.tammyhartdesigns.com/wordpress/taking-advantage-of-the-template-hierarchy/#comment-3177</link>
		<dc:creator>Art Webb</dc:creator>
		<pubDate>Mon, 30 Jan 2012 18:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=2378#comment-3177</guid>
		<description>Thanks for your help in explaining this amazing feature in Wordpress.

My questions are: 
1. what PHP content is presented in a category template?
1a. where do you find this content?
2. what directory does the category template exist in?
3. could you possibly elaborate an updated step-by-step approach for your new method?</description>
		<content:encoded><![CDATA[<p>Thanks for your help in explaining this amazing feature in WordPress.</p>
<p>My questions are:<br />
1. what PHP content is presented in a category template?<br />
1a. where do you find this content?<br />
2. what directory does the category template exist in?<br />
3. could you possibly elaborate an updated step-by-step approach for your new method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free WordPress Theme: Fifty Fifth&#160;Street by r.</title>
		<link>http://www.tammyhartdesigns.com/wordpress/fifty-fifth-street/#comment-3171</link>
		<dc:creator>r.</dc:creator>
		<pubDate>Sun, 29 Jan 2012 23:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://tammyhartdesigns.com/?p=976#comment-3171</guid>
		<description>Hi Tammy,

I really like this theme. Just asking myself if youre still working on the Theme and if there will be a responsive version available.

Greetings from Hamburg/Germany,
Ralf</description>
		<content:encoded><![CDATA[<p>Hi Tammy,</p>
<p>I really like this theme. Just asking myself if youre still working on the Theme and if there will be a responsive version available.</p>
<p>Greetings from Hamburg/Germany,<br />
Ralf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reusable Custom Meta Boxes Part 3: Extra&#160;Fields by Tammy Hart</title>
		<link>http://www.tammyhartdesigns.com/wordpress/reusable-custom-meta-boxes-part-3-extra-fields/#comment-3162</link>
		<dc:creator>Tammy Hart</dc:creator>
		<pubDate>Thu, 26 Jan 2012 16:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=2423#comment-3162</guid>
		<description>Yep, you can duplicate the process, making sure you make all of your function names unique as well as the fields array, and change the post types in all the right places.</description>
		<content:encoded><![CDATA[<p>Yep, you can duplicate the process, making sure you make all of your function names unique as well as the fields array, and change the post types in all the right places.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

