<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Cant Get Thumbnails to display on my homepage</title>
		<link>http://en.forums.wordpress.com/topic/cant-get-thumbnails-to-display-on-my-homepage</link>
		<description>WordPress.com Forums &#187; Topic: Cant Get Thumbnails to display on my homepage</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 16:06:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/cant-get-thumbnails-to-display-on-my-homepage" rel="self" type="application/rss+xml" />

		<item>
			<title>supportbot on "Cant Get Thumbnails to display on my homepage"</title>
			<link>http://en.forums.wordpress.com/topic/cant-get-thumbnails-to-display-on-my-homepage#post-501527</link>
			<pubDate>Sat, 28 Aug 2010 02:19:59 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">501527@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You did not specify a blog address or reason for posting when you created this topic.</p>
<p>This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you'll find help at the <a href="http://wordpress.org/support/">WordPress.org forums</a>.</p>
<p>If you don't understand the difference between WordPress.com and WordPress.org, you may find <a href="http://support.wordpress.com/com-vs-org/">this information</a> helpful.</p>
<p>If you forgot to include a link to your blog, you can reply and include it below.  It'll help people to answer your question.</p>
<p>This is an automated message.
</p>
]]></description>
					</item>
		<item>
			<title>mnewel on "Cant Get Thumbnails to display on my homepage"</title>
			<link>http://en.forums.wordpress.com/topic/cant-get-thumbnails-to-display-on-my-homepage#post-501526</link>
			<pubDate>Sat, 28 Aug 2010 02:19:58 +0000</pubDate>
			<dc:creator>mnewel</dc:creator>
			<guid isPermaLink="false">501526@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am having some issues getting my wordpress to display Thumbnails on my homepage. I was hoping to get some help. </p>
<p>I believe this the code I need to have modified.</p>
<pre><code>&lt;!--The Following code checks for yout thumbnail image--&gt;
		&lt;?php
		// check for thumbnail
$thumb = get_post_meta($post-&gt;ID, &#039;Thumbnail&#039;, $single = true);
// check for thumbnail class
$thumb_class = get_post_meta($post-&gt;ID, &#039;Thumbnail Class&#039;, $single = true);
// check for thumbnail alt text
$thumb_alt = get_post_meta($post-&gt;ID, &#039;Thumbnail Alt&#039;, $single = true);
				 ?&gt;
&lt;span class=&quot;titles&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; title=&quot;Permanent Link to &lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php the_title2(&#039;&#039;, &#039;...&#039;, true, &#039;30&#039;) ?&gt;&lt;/a&gt;&lt;/span&gt;

&lt;!--Display thumbnail if found--&gt;
&lt;?php // if there&#039;s a thumbnail
if($thumb !== &#039;&#039;) { ?&gt;
&lt;div class=&quot;thumbnail-div&quot;&gt;
&lt;img src=&quot;&lt;?php echo $media; ?&gt;&quot; width=&quot;120px&quot; height=&quot;120px&quot; alt=&quot;&lt;?php if($thumb_alt !== &#039;&#039;) { echo $thumb_alt; } else { echo the_title(); } ?&gt;&quot; /&gt;
&lt;/div&gt;
&lt;?php } // end if statement
// if there&#039;s not a thumbnail
else { echo &#039;&#039;; } ?&gt;

&lt;div class=&quot;post-inside&quot;&gt;
&lt;span class=&quot;post-info&quot;&gt;Posted by &lt;?php the_author() ?&gt; on  &lt;?php the_time(&#039;m jS, Y&#039;) ?&gt;&lt;/span&gt;
&lt;?php the_content_limit(245, &quot;&quot;); ?&gt;
&lt;/div&gt;	

&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;	

&lt;?php $ctr++; } ?&gt;

&lt;?php endwhile; ?&gt;
&lt;!--end recent post (single)--&gt;</code></pre>
<p>my webpage or blog is <a href="http://www.moneysurge.net" rel="nofollow">http://www.moneysurge.net</a></p>
<p>Thank you for your help
</p>
]]></description>
					</item>

	</channel>
</rss>
