<?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: Featured in DMM v1.7</title>
	<atom:link href="http://buynowshop.com/2010/07/featured-in-dmm-v1-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://buynowshop.com/2010/07/featured-in-dmm-v1-7/</link>
	<description>WordPress administration, installation, and development.</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:29:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/2010/07/featured-in-dmm-v1-7/comment-page-1/#comment-11338</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Thu, 26 Jan 2012 03:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?p=1442#comment-11338</guid>
		<description>@Gencho - The most likely solution is probably creating a custom menu; by default, the theme will add every new page to the top menu via the call to `wp_list_pages`</description>
		<content:encoded><![CDATA[<p>@Gencho &#8211; The most likely solution is probably creating a custom menu; by default, the theme will add every new page to the top menu via the call to `wp_list_pages`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gencho</title>
		<link>http://buynowshop.com/2010/07/featured-in-dmm-v1-7/comment-page-1/#comment-11330</link>
		<dc:creator>Gencho</dc:creator>
		<pubDate>Wed, 25 Jan 2012 14:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?p=1442#comment-11330</guid>
		<description>Hi, I have a big problem with the theme I can&#039;t make my navigation top menu to show only the root pages... I tried everything like adding depth parameter to the functions.php and it is still not working... When I enter a product the navigation gets bigger</description>
		<content:encoded><![CDATA[<p>Hi, I have a big problem with the theme I can&#8217;t make my navigation top menu to show only the root pages&#8230; I tried everything like adding depth parameter to the functions.php and it is still not working&#8230; When I enter a product the navigation gets bigger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/2010/07/featured-in-dmm-v1-7/comment-page-1/#comment-1141</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Sun, 25 Jul 2010 02:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?p=1442#comment-1141</guid>
		<description>@Yamasha - The new version has already been released, it is just waiting for its turn in the review queue at the WordPress.org repository.</description>
		<content:encoded><![CDATA[<p>@Yamasha &#8211; The new version has already been released, it is just waiting for its turn in the review queue at the WordPress.org repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/2010/07/featured-in-dmm-v1-7/comment-page-1/#comment-1139</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Sat, 24 Jul 2010 13:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?p=1442#comment-1139</guid>
		<description>@Yamasha - I took a quick look using DMMv1.7 and the plugin appears to work. I would suggest waiting for version 1.7 to be released in the WordPress Themes repository.</description>
		<content:encoded><![CDATA[<p>@Yamasha &#8211; I took a quick look using DMMv1.7 and the plugin appears to work. I would suggest waiting for version 1.7 to be released in the WordPress Themes repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Caissie</title>
		<link>http://buynowshop.com/2010/07/featured-in-dmm-v1-7/comment-page-1/#comment-1125</link>
		<dc:creator>Edward Caissie</dc:creator>
		<pubDate>Thu, 22 Jul 2010 11:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://buynowshop.com/?p=1442#comment-1125</guid>
		<description>@Yamasha - Look for them to be better implemented in DMMv1.7; in the mean time you should be able to add this snippet of code right before &lt;em&gt;the_content()&lt;/em&gt; in &#039;index.php&#039; to add them right now:
[code language=&quot;php&quot;]&lt;?php if ( has_post_thumbnail() ) {
  the_post_thumbnail( &#039;thumbnail&#039;, array( &#039;class&#039; =&gt; &#039;alignleft&#039; ) );
} ?&gt;[/code]</description>
		<content:encoded><![CDATA[<p>@Yamasha &#8211; Look for them to be better implemented in DMMv1.7; in the mean time you should be able to add this snippet of code right before <em>the_content()</em> in &#8216;index.php&#8217; to add them right now:</p>
<pre class="brush: php; title: ; notranslate">&lt;?php if ( has_post_thumbnail() ) {
  the_post_thumbnail( 'thumbnail', array( 'class' =&gt; 'alignleft' ) );
} ?&gt;</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

