<?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 SEOAdsenseThemes.com</title>
	<atom:link href="http://www.seoadsensethemes.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seoadsensethemes.com</link>
	<description>Search Engine Optimized (SEO), Adsense-Ready Free WordPress Themes</description>
	<lastBuildDate>Mon, 28 Jun 2010 01:10:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on WP Post Thumbnail 0.2 beta 1 by Luis</title>
		<link>http://www.seoadsensethemes.com/wp-post-thumbnail-0-2-beta-1/comment-page-2/#comment-1126</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 28 Jun 2010 01:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=198#comment-1126</guid>
		<description>Nevermind, just figured it out!

To add a new preset just go to the wppt.php file in the plugin directory and edit this part:

$wpdb-&gt;query( &quot;INSERT INTO $this-&gt;wppt_preset_db
				( wppt_preset_id, wppt_preset_name, wppt_preset_desc, wppt_preset_width,
					wppt_preset_height, wppt_preset_meta_key ) VALUES
				( $wpdb-&gt;escape(&#039;0&#039;), $wpdb-&gt;escape(&#039;preset1&#039;), $wpdb-&gt;escape(&#039;preset1 description&#039;), $wpdb-&gt;escape(&#039;630&#039;),
					$wpdb-&gt;escape(&#039;230&#039;), $wpdb-&gt;escape(&#039;featured_thumbnail&#039;) ),
				( $wpdb-&gt;escape(&#039;1&#039;), $wpdb-&gt;escape(&#039;preset2&#039;), $wpdb-&gt;escape(&#039;preset2 description&#039;), $wpdb-&gt;escape(&#039;200&#039;),
					$wpdb-&gt;escape(&#039;110&#039;), $wpdb-&gt;escape(&#039;thumbnail&#039;) ),
				( $wpdb-&gt;escape(&#039;2&#039;), $wpdb-&gt;escape(&#039;preset3&#039;), $wpdb-&gt;escape(&#039;preset3 description&#039;), $wpdb-&gt;escape(&#039;150&#039;),
					$wpdb-&gt;escape(&#039;80&#039;), $wpdb-&gt;escape(&#039;thumbnail_top&#039;) )&quot; );

and insert a line like this before the last preset:

( $wpdb-&gt;escape(&#039;3&#039;), $wpdb-&gt;escape(&#039;preset4&#039;), $wpdb-&gt;escape(&#039;preset4 description&#039;), $wpdb-&gt;escape(&#039;150&#039;),
					$wpdb-&gt;escape(&#039;80&#039;), $wpdb-&gt;escape(&#039;thumbnail_top&#039;) );

The idea being that you have to change the escape number to a secuencial (so if the previous was 2, then the new one for the line you put in will be 3 and so on) and then just manually edit the rest of the preset numbers.</description>
		<content:encoded><![CDATA[<p>Nevermind, just figured it out!</p>
<p>To add a new preset just go to the wppt.php file in the plugin directory and edit this part:</p>
<p>$wpdb-&gt;query( &#8220;INSERT INTO $this-&gt;wppt_preset_db<br />
				( wppt_preset_id, wppt_preset_name, wppt_preset_desc, wppt_preset_width,<br />
					wppt_preset_height, wppt_preset_meta_key ) VALUES<br />
				( $wpdb-&gt;escape(&#8216;0&#8242;), $wpdb-&gt;escape(&#8216;preset1&#8242;), $wpdb-&gt;escape(&#8216;preset1 description&#8217;), $wpdb-&gt;escape(&#8216;630&#8242;),<br />
					$wpdb-&gt;escape(&#8216;230&#8242;), $wpdb-&gt;escape(&#8216;featured_thumbnail&#8217;) ),<br />
				( $wpdb-&gt;escape(&#8216;1&#8242;), $wpdb-&gt;escape(&#8216;preset2&#8242;), $wpdb-&gt;escape(&#8216;preset2 description&#8217;), $wpdb-&gt;escape(&#8216;200&#8242;),<br />
					$wpdb-&gt;escape(&#8216;110&#8242;), $wpdb-&gt;escape(&#8216;thumbnail&#8217;) ),<br />
				( $wpdb-&gt;escape(&#8216;2&#8242;), $wpdb-&gt;escape(&#8216;preset3&#8242;), $wpdb-&gt;escape(&#8216;preset3 description&#8217;), $wpdb-&gt;escape(&#8216;150&#8242;),<br />
					$wpdb-&gt;escape(&#8216;80&#8242;), $wpdb-&gt;escape(&#8216;thumbnail_top&#8217;) )&#8221; );</p>
<p>and insert a line like this before the last preset:</p>
<p>( $wpdb-&gt;escape(&#8216;3&#8242;), $wpdb-&gt;escape(&#8216;preset4&#8242;), $wpdb-&gt;escape(&#8216;preset4 description&#8217;), $wpdb-&gt;escape(&#8216;150&#8242;),<br />
					$wpdb-&gt;escape(&#8216;80&#8242;), $wpdb-&gt;escape(&#8216;thumbnail_top&#8217;) );</p>
<p>The idea being that you have to change the escape number to a secuencial (so if the previous was 2, then the new one for the line you put in will be 3 and so on) and then just manually edit the rest of the preset numbers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Post Thumbnail 0.2 beta 1 by Luis</title>
		<link>http://www.seoadsensethemes.com/wp-post-thumbnail-0-2-beta-1/comment-page-2/#comment-1125</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 28 Jun 2010 00:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=198#comment-1125</guid>
		<description>My particular take is that the plugin works like a charm, but it&#039;s limiting because there&#039;s only 3 slots for size presets. I&#039;m working on some changes to my theme and would really like having 5 presets as a minimum to make my life easier.

I&#039;m trying to figure out how to add a new preset to the plugin, but I&#039;m stumped.</description>
		<content:encoded><![CDATA[<p>My particular take is that the plugin works like a charm, but it&#8217;s limiting because there&#8217;s only 3 slots for size presets. I&#8217;m working on some changes to my theme and would really like having 5 presets as a minimum to make my life easier.</p>
<p>I&#8217;m trying to figure out how to add a new preset to the plugin, but I&#8217;m stumped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress post thumbnails without manual custom fields by Mobi</title>
		<link>http://www.seoadsensethemes.com/wordpress-post-thumbnail-without-custom-field/comment-page-1/#comment-1124</link>
		<dc:creator>Mobi</dc:creator>
		<pubDate>Sat, 26 Jun 2010 21:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=45#comment-1124</guid>
		<description>Very interesting plugin i hope it will work on wordpress 3.0 
good works ! thanks :)</description>
		<content:encoded><![CDATA[<p>Very interesting plugin i hope it will work on wordpress 3.0<br />
good works ! thanks <img src='http://www.seoadsensethemes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Post Thumbnail 0.2 Beta 2 by shahid</title>
		<link>http://www.seoadsensethemes.com/0-2-beta-2-release/comment-page-3/#comment-1123</link>
		<dc:creator>shahid</dc:creator>
		<pubDate>Thu, 24 Jun 2010 15:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=338#comment-1123</guid>
		<description>hay sir

sir can u tell me how to add  &quot;Auto Post Thumbnail&quot; in wordpress

sir just look like this web site &quot;http://www.theme-junkie.com&quot;

Plz Sir Tell Me About This mothed

my web site is www.Gloori.Com

this is my free wp theme

sir this is my free wp theme link

http://fthemes.com/demonstration/?wptheme=TodaysNews

and this is download link

http://fthemes.com/download/?theme=todays-news

me not understand how to install &quot;Auto Post Thumbnail&quot; in my wp theme

plz sir tell me about this im waiting for ur reply
byee</description>
		<content:encoded><![CDATA[<p>hay sir</p>
<p>sir can u tell me how to add  &#8220;Auto Post Thumbnail&#8221; in wordpress</p>
<p>sir just look like this web site &#8220;http://www.theme-junkie.com&#8221;</p>
<p>Plz Sir Tell Me About This mothed</p>
<p>my web site is <a href="http://www.Gloori.Com" rel="nofollow">http://www.Gloori.Com</a></p>
<p>this is my free wp theme</p>
<p>sir this is my free wp theme link</p>
<p><a href="http://fthemes.com/demonstration/?wptheme=TodaysNews" rel="nofollow">http://fthemes.com/demonstration/?wptheme=TodaysNews</a></p>
<p>and this is download link</p>
<p><a href="http://fthemes.com/download/?theme=todays-news" rel="nofollow">http://fthemes.com/download/?theme=todays-news</a></p>
<p>me not understand how to install &#8220;Auto Post Thumbnail&#8221; in my wp theme</p>
<p>plz sir tell me about this im waiting for ur reply<br />
byee</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Post Thumbnail &#8211; WordPress plugin by Behind The Scenes of the NLCast.com Website &#124; My Blog</title>
		<link>http://www.seoadsensethemes.com/wp-post-thumbnail-wordpress-plugin/comment-page-4/#comment-1122</link>
		<dc:creator>Behind The Scenes of the NLCast.com Website &#124; My Blog</dc:creator>
		<pubDate>Sat, 19 Jun 2010 15:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=89#comment-1122</guid>
		<description>[...] WP Post Thumbnail – Enables you to crop and save thumbnail images without manually adding custom fields. [...]</description>
		<content:encoded><![CDATA[<p>[...] WP Post Thumbnail – Enables you to crop and save thumbnail images without manually adding custom fields. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Multi-Level Drop Down menu using jQuery by Andrea Urzúa Assler</title>
		<link>http://www.seoadsensethemes.com/wordpress-multi-level-drop-down-menu-using-jquery/comment-page-3/#comment-1121</link>
		<dc:creator>Andrea Urzúa Assler</dc:creator>
		<pubDate>Fri, 18 Jun 2010 21:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=23#comment-1121</guid>
		<description>Hello, first of all thanks for the tutorial, works great for me.
I have a question, is there any way to remove the link in the &quot;parent&quot; page when chilpages?

I hope someone can help me,
Thanks!</description>
		<content:encoded><![CDATA[<p>Hello, first of all thanks for the tutorial, works great for me.<br />
I have a question, is there any way to remove the link in the &#8220;parent&#8221; page when chilpages?</p>
<p>I hope someone can help me,<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Multi-Level Drop Down menu using jQuery by Drop-Down Menu: 30+ Useful Scripts to Enhance Header Navigation - www.huedesigner.com</title>
		<link>http://www.seoadsensethemes.com/wordpress-multi-level-drop-down-menu-using-jquery/comment-page-3/#comment-1120</link>
		<dc:creator>Drop-Down Menu: 30+ Useful Scripts to Enhance Header Navigation - www.huedesigner.com</dc:creator>
		<pubDate>Thu, 17 Jun 2010 09:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=23#comment-1120</guid>
		<description>[...] WordPress Multi-Level Drop Down menu using jQuery A tutorial that helps you build a simple multi-level drop-down menu in your WordPress theme using jQuery’s JavaScript library to ensure cross-browser compatibility. Here’s another Wordpress plugin that does the trick too. [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Multi-Level Drop Down menu using jQuery A tutorial that helps you build a simple multi-level drop-down menu in your WordPress theme using jQuery’s JavaScript library to ensure cross-browser compatibility. Here’s another Wordpress plugin that does the trick too. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Multi-Level Drop Down menu using jQuery by Amy Larsen</title>
		<link>http://www.seoadsensethemes.com/wordpress-multi-level-drop-down-menu-using-jquery/comment-page-3/#comment-1119</link>
		<dc:creator>Amy Larsen</dc:creator>
		<pubDate>Tue, 15 Jun 2010 03:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=23#comment-1119</guid>
		<description>I had a very special area that needed a drop down menu.  Other scripts just wouldn&#039;t cooperate with the existing styling.  After three days I found your code and it worked like a charm on the first try!  You just spared me from another sleepless night of code running through my head trying to figure it out.  The only thing I had to change was that I was already running a JQuery document.  I had to change the JQuery to $ to fit the existing code that I was already running and change #dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;} to top 2em to fit my existing padding and presto a drop down menu.  Thanks for the great post.</description>
		<content:encoded><![CDATA[<p>I had a very special area that needed a drop down menu.  Other scripts just wouldn&#8217;t cooperate with the existing styling.  After three days I found your code and it worked like a charm on the first try!  You just spared me from another sleepless night of code running through my head trying to figure it out.  The only thing I had to change was that I was already running a JQuery document.  I had to change the JQuery to $ to fit the existing code that I was already running and change #dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;} to top 2em to fit my existing padding and presto a drop down menu.  Thanks for the great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to list latest posts and subcategories of each top level categories in WordPress by Babette Bajwa</title>
		<link>http://www.seoadsensethemes.com/wordpress-latest-posts-subcategories-each-top-level-categories/comment-page-1/#comment-1118</link>
		<dc:creator>Babette Bajwa</dc:creator>
		<pubDate>Mon, 14 Jun 2010 05:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=4#comment-1118</guid>
		<description>This was a Good wordpress post, I will bookmark this post in my Del.icio.us account. Have a great day.</description>
		<content:encoded><![CDATA[<p>This was a Good wordpress post, I will bookmark this post in my Del.icio.us account. Have a great day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Multi-Level Drop Down menu using jQuery by ruetty</title>
		<link>http://www.seoadsensethemes.com/wordpress-multi-level-drop-down-menu-using-jquery/comment-page-3/#comment-1117</link>
		<dc:creator>ruetty</dc:creator>
		<pubDate>Sun, 13 Jun 2010 11:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=23#comment-1117</guid>
		<description>Why doesn&#039;t it work with wp_get_categories?? Is there a possibility to make that working too?!</description>
		<content:encoded><![CDATA[<p>Why doesn&#8217;t it work with wp_get_categories?? Is there a possibility to make that working too?!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
