<?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 on: Converting WordPress Theme to BANS Template &#8211; FAQ</title>
	<atom:link href="http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm</link>
	<description>Learn How to Build and Market Niche Websites</description>
	<lastBuildDate>Tue, 18 Oct 2011 17:32:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Suzanne</title>
		<link>http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-13714</link>
		<dc:creator>Suzanne</dc:creator>
		<pubDate>Fri, 05 Sep 2008 14:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-13714</guid>
		<description>HI Mark, I&#039;ve been reading through your series on integrating a WP theme, and am pleased with my results...but the CSS needs a little tweaking.  Now I admit that 1)  I havn&#039;t really looked at teh CSS files and 2) sometimes I&#039;m lazy. But your elegance with the integration solutions amazes me so much that there&#039;s got to be an elegant way to sort out CSS issues.  I see that one of the posts you have not yet written, but is listed in the index is about the CSS files...when will we have the pleasure of reading your insights?

thanks!&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;13714&#039;,&#039;Suzanne&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;13714&#039;,&#039;Suzanne&#039;,&#039;HI Mark, I\&#039;ve been reading through your series on integrating a WP theme, and am pleased with my results...but the CSS needs a little tweaking.  Now I admit that 1)  I havn\&#039;t really looked at teh CSS files and 2) sometimes I\&#039;m lazy. But your elegance with the integration solutions amazes me so much that there\&#039;s got to be an elegant way to sort out CSS issues.  I see that one of the posts you have not yet written, but is listed in the index is about the CSS files...when will we have the pleasure of reading your insights?\r\n\r\nthanks!&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>HI Mark, I&#8217;ve been reading through your series on integrating a WP theme, and am pleased with my results&#8230;but the CSS needs a little tweaking.  Now I admit that 1)  I havn&#8217;t really looked at teh CSS files and 2) sometimes I&#8217;m lazy. But your elegance with the integration solutions amazes me so much that there&#8217;s got to be an elegant way to sort out CSS issues.  I see that one of the posts you have not yet written, but is listed in the index is about the CSS files&#8230;when will we have the pleasure of reading your insights?</p>
<p>thanks!
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('13714','Suzanne'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('13714','Suzanne','HI Mark, I\'ve been reading through your series on integrating a WP theme, and am pleased with my results...but the CSS needs a little tweaking.  Now I admit that 1)  I havn\'t really looked at teh CSS files and 2) sometimes I\'m lazy. But your elegance with the integration solutions amazes me so much that there\'s got to be an elegant way to sort out CSS issues.  I see that one of the posts you have not yet written, but is listed in the index is about the CSS files...when will we have the pleasure of reading your insights?\r\n\r\nthanks!'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-13049</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 13 Aug 2008 22:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-13049</guid>
		<description>@ Josh - 

Great question that I dont know the answer to!! I think blocking the /shop/admin/ would also block the /shop/ as part of the process.

The easiest way to block admin is by entering a meta-tag into your admin-header file though. Thats what I have always done... (even though the admin files are never spidered anyhow)

Just put:

META NAME=&quot;ROBOTS&quot; CONTENT=&quot;NOINDEX, NOFOLLOW&quot;

Between your &lt;head &gt; and &lt; /head&gt; tags

(Add a &lt; bracket to each end. &lt;strong&gt;&lt;&lt;/strong&gt; in front &lt;strong&gt;&gt;&lt;/strong&gt; at end)

Mark&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;13049&#039;,&#039;Mark&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;13049&#039;,&#039;Mark&#039;,&#039;@ Josh - \r\n\r\nGreat question that I dont know the answer to!! I think blocking the \/shop\/admin\/ would also block the \/shop\/ as part of the process.\r\n\r\nThe easiest way to block admin is by entering a meta-tag into your admin-header file though. Thats what I have always done... (even though the admin files are never spidered anyhow)\r\n\r\nJust put:\r\n\r\nMETA NAME=\&quot;ROBOTS\&quot; CONTENT=\&quot;NOINDEX, NOFOLLOW\&quot;\r\n\r\nBetween your &lt;head &gt; and &lt; \/head&gt; tags\r\n\r\n(Add a &lt; bracket to each end. &lt;strong&gt;&lt;&lt;\/strong&gt; in front &lt;strong&gt;&gt;&lt;\/strong&gt; at end)\r\n\r\nMark&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@ Josh &#8211; </p>
<p>Great question that I dont know the answer to!! I think blocking the /shop/admin/ would also block the /shop/ as part of the process.</p>
<p>The easiest way to block admin is by entering a meta-tag into your admin-header file though. Thats what I have always done&#8230; (even though the admin files are never spidered anyhow)</p>
<p>Just put:</p>
<p>META NAME=&#8221;ROBOTS&#8221; CONTENT=&#8221;NOINDEX, NOFOLLOW&#8221;</p>
<p>Between your <head> and < /head> tags</p>
<p>(Add a < bracket to each end. <strong>< </strong> in front <strong>></strong> at end)</p>
<p>Mark
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('13049','Mark'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('13049','Mark','@ Josh - \r\n\r\nGreat question that I dont know the answer to!! I think blocking the \/shop\/admin\/ would also block the \/shop\/ as part of the process.\r\n\r\nThe easiest way to block admin is by entering a meta-tag into your admin-header file though. Thats what I have always done... (even though the admin files are never spidered anyhow)\r\n\r\nJust put:\r\n\r\nMETA NAME=\&quot;ROBOTS\&quot; CONTENT=\&quot;NOINDEX, NOFOLLOW\&quot;\r\n\r\nBetween your &lt;head &gt; and &lt; \/head&gt; tags\r\n\r\n(Add a &lt; bracket to each end. &lt;strong&gt;&lt;&lt;\/strong&gt; in front &lt;strong&gt;&gt;&lt;\/strong&gt; at end)\r\n\r\nMark'); return false;">Quote</a></div>
<p></head></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-13040</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 13 Aug 2008 15:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-13040</guid>
		<description>On the robots.txt file... can we block nested folders?

For example, in the past we used

Disallow: /admin/

If we have moved our bans off the root, it might be:

Disallow: /shop/admin/

Will this disallow just the /admin/ files or will this also inadvertently disallow all the files in /shop/ as well?

I *assume* it would work just fine. But I did a google search on this and couldn&#039;t find a definitive answer (that I understood as definitive, anyway). Anyone know for sure?&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;13040&#039;,&#039;Josh&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;13040&#039;,&#039;Josh&#039;,&#039;On the robots.txt file... can we block nested folders?\r\n\r\nFor example, in the past we used\r\n\r\nDisallow: \/admin\/\r\n\r\nIf we have moved our bans off the root, it might be:\r\n\r\nDisallow: \/shop\/admin\/\r\n\r\nWill this disallow just the \/admin\/ files or will this also inadvertently disallow all the files in \/shop\/ as well?\r\n\r\nI *assume* it would work just fine. But I did a google search on this and couldn\&#039;t find a definitive answer (that I understood as definitive, anyway). Anyone know for sure?&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>On the robots.txt file&#8230; can we block nested folders?</p>
<p>For example, in the past we used</p>
<p>Disallow: /admin/</p>
<p>If we have moved our bans off the root, it might be:</p>
<p>Disallow: /shop/admin/</p>
<p>Will this disallow just the /admin/ files or will this also inadvertently disallow all the files in /shop/ as well?</p>
<p>I *assume* it would work just fine. But I did a google search on this and couldn&#8217;t find a definitive answer (that I understood as definitive, anyway). Anyone know for sure?
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('13040','Josh'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('13040','Josh','On the robots.txt file... can we block nested folders?\r\n\r\nFor example, in the past we used\r\n\r\nDisallow: \/admin\/\r\n\r\nIf we have moved our bans off the root, it might be:\r\n\r\nDisallow: \/shop\/admin\/\r\n\r\nWill this disallow just the \/admin\/ files or will this also inadvertently disallow all the files in \/shop\/ as well?\r\n\r\nI *assume* it would work just fine. But I did a google search on this and couldn\'t find a definitive answer (that I understood as definitive, anyway). Anyone know for sure?'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12957</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 11 Aug 2008 23:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12957</guid>
		<description>@ John - Sure can!

No limits...&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;12957&#039;,&#039;Mark&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;12957&#039;,&#039;Mark&#039;,&#039;@ John - Sure can!\r\n\r\nNo limits...&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@ John &#8211; Sure can!</p>
<p>No limits&#8230;
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('12957','Mark'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('12957','Mark','@ John - Sure can!\r\n\r\nNo limits...'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12947</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 11 Aug 2008 21:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12947</guid>
		<description>If I buy a WP theme templete from you can I use it on as many sites as I have? (5 by the way).

Thanks 

PS great site!&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;12947&#039;,&#039;John&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;12947&#039;,&#039;John&#039;,&#039;If I buy a WP theme templete from you can I use it on as many sites as I have? (5 by the way).\r\n\r\nThanks \r\n\r\nPS great site!&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>If I buy a WP theme templete from you can I use it on as many sites as I have? (5 by the way).</p>
<p>Thanks </p>
<p>PS great site!
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('12947','John'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('12947','John','If I buy a WP theme templete from you can I use it on as many sites as I have? (5 by the way).\r\n\r\nThanks \r\n\r\nPS great site!'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12876</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 09 Aug 2008 16:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12876</guid>
		<description>Doh, sorry Mark. But thanks for the info. =)&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;12876&#039;,&#039;Josh&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;12876&#039;,&#039;Josh&#039;,&#039;Doh, sorry Mark. But thanks for the info. =)&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Doh, sorry Mark. But thanks for the info. =)
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('12876','Josh'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('12876','Josh','Doh, sorry Mark. But thanks for the info. =)'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12875</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 09 Aug 2008 11:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12875</guid>
		<description>@ Josh -

I had already included it in the FAQ above... you submit as many sitemaps to your GWT (Google Webmaster Tools) section as you want indexed.

For the robots.txt file, you can only have 1, and it needs to be in the root of your domain.

Mark&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;12875&#039;,&#039;Mark&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;12875&#039;,&#039;Mark&#039;,&#039;@ Josh -\r\n\r\nI had already included it in the FAQ above... you submit as many sitemaps to your GWT (Google Webmaster Tools) section as you want indexed.\r\n\r\nFor the robots.txt file, you can only have 1, and it needs to be in the root of your domain.\r\n\r\nMark&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@ Josh -</p>
<p>I had already included it in the FAQ above&#8230; you submit as many sitemaps to your GWT (Google Webmaster Tools) section as you want indexed.</p>
<p>For the robots.txt file, you can only have 1, and it needs to be in the root of your domain.</p>
<p>Mark
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('12875','Mark'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('12875','Mark','@ Josh -\r\n\r\nI had already included it in the FAQ above... you submit as many sitemaps to your GWT (Google Webmaster Tools) section as you want indexed.\r\n\r\nFor the robots.txt file, you can only have 1, and it needs to be in the root of your domain.\r\n\r\nMark'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12873</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 09 Aug 2008 04:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12873</guid>
		<description>I&#039;ll second Gerry&#039;s questions here: How would you suggest we handle robots.txt and sitemaps?&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;12873&#039;,&#039;Josh&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;12873&#039;,&#039;Josh&#039;,&#039;I\&#039;ll second Gerry\&#039;s questions here: How would you suggest we handle robots.txt and sitemaps?&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ll second Gerry&#8217;s questions here: How would you suggest we handle robots.txt and sitemaps?
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('12873','Josh'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('12873','Josh','I\'ll second Gerry\'s questions here: How would you suggest we handle robots.txt and sitemaps?'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry Peters</title>
		<link>http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12810</link>
		<dc:creator>Gerry Peters</dc:creator>
		<pubDate>Thu, 07 Aug 2008 07:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12810</guid>
		<description>Hi Mark, great series.  A few questions:

When we are integrating WP and BANS themes how do we deal with sitemaps and robots.txt? 

Do we have to create and submit a sitemap for the wp element in addition to the BANS auto generated one and if so is there any way to combine or link them?

Do we need to create a separate robots.txt file for the WP element?

Also, just to help my understanding of what kind of a beast we actually end up with here; Do I add content to and market both elements independently or can it be treated as a single entity?


cheers

Gerry&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;12810&#039;,&#039;Gerry Peters&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;12810&#039;,&#039;Gerry Peters&#039;,&#039;Hi Mark, great series.  A few questions:\r\n\r\nWhen we are integrating WP and BANS themes how do we deal with sitemaps and robots.txt? \r\n\r\nDo we have to create and submit a sitemap for the wp element in addition to the BANS auto generated one and if so is there any way to combine or link them?\r\n\r\nDo we need to create a separate robots.txt file for the WP element?\r\n\r\nAlso, just to help my understanding of what kind of a beast we actually end up with here; Do I add content to and market both elements independently or can it be treated as a single entity?\r\n\r\n\r\ncheers\r\n\r\nGerry&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi Mark, great series.  A few questions:</p>
<p>When we are integrating WP and BANS themes how do we deal with sitemaps and robots.txt? </p>
<p>Do we have to create and submit a sitemap for the wp element in addition to the BANS auto generated one and if so is there any way to combine or link them?</p>
<p>Do we need to create a separate robots.txt file for the WP element?</p>
<p>Also, just to help my understanding of what kind of a beast we actually end up with here; Do I add content to and market both elements independently or can it be treated as a single entity?</p>
<p>cheers</p>
<p>Gerry
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('12810','Gerry Peters'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('12810','Gerry Peters','Hi Mark, great series.  A few questions:\r\n\r\nWhen we are integrating WP and BANS themes how do we deal with sitemaps and robots.txt? \r\n\r\nDo we have to create and submit a sitemap for the wp element in addition to the BANS auto generated one and if so is there any way to combine or link them?\r\n\r\nDo we need to create a separate robots.txt file for the WP element?\r\n\r\nAlso, just to help my understanding of what kind of a beast we actually end up with here; Do I add content to and market both elements independently or can it be treated as a single entity?\r\n\r\n\r\ncheers\r\n\r\nGerry'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Converting WordPress Templates to work with BANS &#124; The Niche Store Builder - Succeed with Build a Niche Store</title>
		<link>http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12777</link>
		<dc:creator>Converting WordPress Templates to work with BANS &#124; The Niche Store Builder - Succeed with Build a Niche Store</dc:creator>
		<pubDate>Wed, 06 Aug 2008 15:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenichestorebuilder.com/converting-wordpress-theme-to-bans-template-faq.htm#comment-12777</guid>
		<description>[...] Converting WordPress Theme to BANS Template - FAQ [...]&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;12777&#039;,&#039;Converting WordPress Templates to work with BANS &#124; The Niche Store Builder - Succeed with Build a Niche Store&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;12777&#039;,&#039;Converting WordPress Templates to work with BANS &#124; The Niche Store Builder - Succeed with Build a Niche Store&#039;,&#039;&#091;...&#093; Converting WordPress Theme to BANS Template - FAQ &#091;...&#093;&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>[...] Converting WordPress Theme to BANS Template &#8211; FAQ [...]
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('12777','Converting WordPress Templates to work with BANS | The Niche Store Builder - Succeed with Build a Niche Store'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('12777','Converting WordPress Templates to work with BANS | The Niche Store Builder - Succeed with Build a Niche Store','&amp;#91;...&amp;#93; Converting WordPress Theme to BANS Template - FAQ &amp;#91;...&amp;#93;'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>

