<?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: WP Post Thumbnail 0.2 beta 1</title>
	<atom:link href="http://www.seoadsensethemes.com/wp-post-thumbnail-0-2-beta-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seoadsensethemes.com/wp-post-thumbnail-0-2-beta-1/</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>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>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>By: MW</title>
		<link>http://www.seoadsensethemes.com/wp-post-thumbnail-0-2-beta-1/comment-page-2/#comment-1074</link>
		<dc:creator>MW</dc:creator>
		<pubDate>Fri, 05 Mar 2010 11:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=198#comment-1074</guid>
		<description>Work!</description>
		<content:encoded><![CDATA[<p>Work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tycoon</title>
		<link>http://www.seoadsensethemes.com/wp-post-thumbnail-0-2-beta-1/comment-page-2/#comment-1050</link>
		<dc:creator>Tycoon</dc:creator>
		<pubDate>Sun, 24 Jan 2010 01:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=198#comment-1050</guid>
		<description>Hello all,

I have one problem.
How can i show the thumbnails in my template?

I have try this code:

[code]
&lt;!-- wp post thumbnail --&gt;

get_post_thumbnail&quot; ) ) {

$thumb = $Wppt-&gt;get_post_thumbnail( $post-&gt;ID, &#039;wppt_preset1&#039; );

if ( !empty( $thumb ) ) { ?&gt;

&lt;a href=&quot;ID); ?&gt;&quot; title=&quot;post_title; ?&gt;&quot;&gt;&lt;img class=&quot;thumbnail&quot; src=&quot;&quot; title=&quot;&quot; alt=&quot;&quot; width=&quot;&quot; height=&quot;&quot; /&gt;&lt;/a&gt;



&lt;!-- wp post thumbnail --&gt;
[/code]

Kind Regards,

Tycoon</description>
		<content:encoded><![CDATA[<p>Hello all,</p>
<p>I have one problem.<br />
How can i show the thumbnails in my template?</p>
<p>I have try this code:</p>
<p>[code]<br />
<!-- wp post thumbnail --></p>
<p>get_post_thumbnail" ) ) {</p>
<p>$thumb = $Wppt-&gt;get_post_thumbnail( $post-&gt;ID, 'wppt_preset1' );</p>
<p>if ( !empty( $thumb ) ) { ?&gt;</p>
<p>&lt;a href=&quot;ID); ?&gt;" title="post_title; ?&gt;"&gt;&lt;img class=&quot;thumbnail&quot; src=&quot;" title="" alt="" width="" height="" /&gt;</p>
<p><!-- wp post thumbnail --><br />
[/code]</p>
<p>Kind Regards,</p>
<p>Tycoon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: verdant</title>
		<link>http://www.seoadsensethemes.com/wp-post-thumbnail-0-2-beta-1/comment-page-2/#comment-1018</link>
		<dc:creator>verdant</dc:creator>
		<pubDate>Thu, 10 Dec 2009 08:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=198#comment-1018</guid>
		<description>hi, nice hear WP post thumbnail have new update, but I got a prob now and need your help.
 and to the point, does this WPPT can install and work on addon domain ? I have installed on add on domain, and can make thumb on post or edit post also have save on my default upload WPPT folder. also I&#039;ve CHMOD cahce and upload folder too. so my prob is, that thumb not appear on my post on front of my site. when I right click blank image area, that point on my site like : www.vba-arts.com. not on spesific area or upload thumb area... how I can solved it ???

just it and need your have for my prob. thanks for your time and I will always track this commnent for your help.

regards</description>
		<content:encoded><![CDATA[<p>hi, nice hear WP post thumbnail have new update, but I got a prob now and need your help.<br />
 and to the point, does this WPPT can install and work on addon domain ? I have installed on add on domain, and can make thumb on post or edit post also have save on my default upload WPPT folder. also I&#8217;ve CHMOD cahce and upload folder too. so my prob is, that thumb not appear on my post on front of my site. when I right click blank image area, that point on my site like : <a href="http://www.vba-arts.com" rel="nofollow">http://www.vba-arts.com</a>. not on spesific area or upload thumb area&#8230; how I can solved it ???</p>
<p>just it and need your have for my prob. thanks for your time and I will always track this commnent for your help.</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monaye</title>
		<link>http://www.seoadsensethemes.com/wp-post-thumbnail-0-2-beta-1/comment-page-2/#comment-971</link>
		<dc:creator>monaye</dc:creator>
		<pubDate>Tue, 20 Oct 2009 02:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=198#comment-971</guid>
		<description>I am using 0.2 Beta 2 and stack with loading... checked php.ini for memory_limit and it&#039;s 128M. Since i am working on my machine, cache folder are obviously not a problem. Anyone know any fix?</description>
		<content:encoded><![CDATA[<p>I am using 0.2 Beta 2 and stack with loading&#8230; checked php.ini for memory_limit and it&#8217;s 128M. Since i am working on my machine, cache folder are obviously not a problem. Anyone know any fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iorkara</title>
		<link>http://www.seoadsensethemes.com/wp-post-thumbnail-0-2-beta-1/comment-page-2/#comment-923</link>
		<dc:creator>iorkara</dc:creator>
		<pubDate>Sun, 30 Aug 2009 23:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=198#comment-923</guid>
		<description>Hi Everyone.

I am in need of some help. I have installed this plugin. Everything works fine. I upload an image to Library via Post Edit. I crop and save the Thumbnail. I Publlish the Post, however the Thumbnail does not show on the Post.

This used to work with the old 0.1.8 version.

Any help would be very much appreciated.

Kind regards,

iorkara.</description>
		<content:encoded><![CDATA[<p>Hi Everyone.</p>
<p>I am in need of some help. I have installed this plugin. Everything works fine. I upload an image to Library via Post Edit. I crop and save the Thumbnail. I Publlish the Post, however the Thumbnail does not show on the Post.</p>
<p>This used to work with the old 0.1.8 version.</p>
<p>Any help would be very much appreciated.</p>
<p>Kind regards,</p>
<p>iorkara.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.seoadsensethemes.com/wp-post-thumbnail-0-2-beta-1/comment-page-2/#comment-906</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 16 Aug 2009 13:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=198#comment-906</guid>
		<description>Hi,

The get_post_thumbnail function does not work at all.
Unfortunately the $Wppt object does not exist at any scope.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The get_post_thumbnail function does not work at all.<br />
Unfortunately the $Wppt object does not exist at any scope.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rush</title>
		<link>http://www.seoadsensethemes.com/wp-post-thumbnail-0-2-beta-1/comment-page-2/#comment-887</link>
		<dc:creator>rush</dc:creator>
		<pubDate>Wed, 05 Aug 2009 21:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=198#comment-887</guid>
		<description>Though Beta 2 is out.. The comments are locked on that post..
While using Beta 2 with 2.8.2 there is a warning shown as below on step 1
1 Select thumbnail:
Warning: Invalid argument supplied for foreach() in /home7/adzguruc/public_html/photorush.net/wp-content/plugins/wp-post-thumbnail/wppt.php on line 774

I suppose the argument in the foreach() statement are the issue...
foreach ( $this-&gt;wppt_preset as $thumbnail )

And the Tabs aren&#039;t loaded on the interface..
Any workarounds ?</description>
		<content:encoded><![CDATA[<p>Though Beta 2 is out.. The comments are locked on that post..<br />
While using Beta 2 with 2.8.2 there is a warning shown as below on step 1<br />
1 Select thumbnail:<br />
Warning: Invalid argument supplied for foreach() in /home7/adzguruc/public_html/photorush.net/wp-content/plugins/wp-post-thumbnail/wppt.php on line 774</p>
<p>I suppose the argument in the foreach() statement are the issue&#8230;<br />
foreach ( $this-&gt;wppt_preset as $thumbnail )</p>
<p>And the Tabs aren&#8217;t loaded on the interface..<br />
Any workarounds ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trey</title>
		<link>http://www.seoadsensethemes.com/wp-post-thumbnail-0-2-beta-1/comment-page-2/#comment-885</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Wed, 05 Aug 2009 13:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoadsensethemes.com/?p=198#comment-885</guid>
		<description>I too am trying to get this plugin to work with WP 2.8.3.  It worked beautiful with 2.7.  I need to upgrade Wordpress desperately since there are some vulnerabilities that need to be patched, but I can&#039;t do it until this plugin works.

Anyone get this working in 2.8.x???</description>
		<content:encoded><![CDATA[<p>I too am trying to get this plugin to work with WP 2.8.3.  It worked beautiful with 2.7.  I need to upgrade Wordpress desperately since there are some vulnerabilities that need to be patched, but I can&#8217;t do it until this plugin works.</p>
<p>Anyone get this working in 2.8.x???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
