<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Featured image to post</title>
		<link>http://www.themolitor.com/forums/topic/featured-image-to-post</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Featured image to post</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:35:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/featured-image-to-post" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Featured image to post"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-to-post#post-39043</link>
			<pubDate>Thu, 12 May 2016 11:01:14 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39043@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The "slider" is referencing an image size that is used on the home page for posts.</p>
<p>For additional information, I recommend reviewing this article: <a href="https://developer.wordpress.org/reference/functions/the_post_thumbnail/" rel="nofollow">https://developer.wordpress.org/reference/functions/the_post_thumbnail/</a></p>
<p>If you need additional help with this, I'll have to ask that you submit a request for custom services here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>sorei on "Featured image to post"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-to-post#post-39040</link>
			<pubDate>Thu, 12 May 2016 09:43:30 +0000</pubDate>
			<dc:creator>sorei</dc:creator>
			<guid isPermaLink="false">39040@http://www.themolitor.com/forums/</guid>
			<description><p>i don't use any slider just plain simple featured image upload and what is the size of the content</p>
<p>the featured image will post right above the content...so when uploading the featured it fits the content width</p>
<p>Thank you<br />
sorei
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Featured image to post"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-to-post#post-39038</link>
			<pubDate>Thu, 12 May 2016 09:08:44 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39038@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this...</p>
<pre><code>the_post_thumbnail(&#039;slider&#039;);
the_content();</code></pre>
<p>You may need to apply some additional CSS styling, but that's the function you'll want to use to display featured images.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>sorei on "Featured image to post"</title>
			<link>http://www.themolitor.com/forums/topic/featured-image-to-post#post-39034</link>
			<pubDate>Thu, 12 May 2016 02:21:19 +0000</pubDate>
			<dc:creator>sorei</dc:creator>
			<guid isPermaLink="false">39034@http://www.themolitor.com/forums/</guid>
			<description><p>First of all.... i humbly request your kind help, since your theme is coded very differently and all i need is a small code addition to appear the uploaded featured image into the post automatically.</p>
<pre><code>//FEATURED IMAGE SUPPORT
///////////////////////
add_theme_support( &#039;post-thumbnails&#039;, array( &#039;post&#039; ) );
set_post_thumbnail_size( 300, 224, true );
add_image_size( &#039;slider&#039;,260 ,194, true );</code></pre>
<p>next is the single post where the feature image should appeared automatically above the content</p>
<pre><code>&#60;?php
//PAGE LINKS
if ( !post_password_required() ) { wp_link_pages(array(&#039;before&#039; =&#62; &#039;&#60;p id=&#34;topLinks&#34; class=&#34;postPages&#34;&#62;&#039;.__(&#039;Pages:&#039;,&#039;themolitor&#039;).&#039; &#039;, &#039;after&#039; =&#62; &#039;&#60;/p&#62;&#039;,&#039;pagelink&#039; =&#62; &#039;&#60;span&#62;%&#60;/span&#62;&#039;));}
echo &#039;&#60;div class=&#34;clear&#34;&#62;&#60;/div&#62;&#039;;
//CONTENT
the_content();
//PAGE LINKS
if ( !post_password_required() ) {wp_link_pages(array(&#039;before&#039; =&#62; &#039;&#60;p class=&#34;postPages&#34;&#62;&#039;.__(&#039;Pages:&#039;,&#039;themolitor&#039;).&#039; &#039;, &#039;after&#039; =&#62; &#039;&#60;/p&#62;&#039;,&#039;pagelink&#039; =&#62; &#039;&#60;span&#62;%&#60;/span&#62;&#039;));}
?&#62;</code></pre>
<p>note:</p>
<p>i tried this but it didn't work... please help what should i do to make the featured image appeard right above the content</p>
<pre><code>add_theme_support( &#039;post-thumbnails&#039;, array( &#039;post&#039; ) );
the_content();</code></pre>
<p>Thank you<br />
Sorei
</p></description>
		</item>

	</channel>
</rss>
