<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.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>Gravity Support Forums Topic: post feature image</title>
		<link>https://legacy.forums.gravityhelp.com/topic/post-feature-image</link>
		<description>Gravity Support Forums Topic: post feature image</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:58:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/post-feature-image" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "post feature image"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-feature-image#post-19896</link>
			<pubDate>Fri, 04 Mar 2011 12:13:57 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19896@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@jet I'm not sure what we can do to assist as this is considered a customization.  You may want to have a web developer look into it for you and make sure it is implemented correctly.  As you can see from the forum post that included the solution there are multiple users that have implemented it without a problem so it does work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jet on "post feature image"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-feature-image#post-19873</link>
			<pubDate>Thu, 03 Mar 2011 20:08:36 +0000</pubDate>
			<dc:creator>jet</dc:creator>
			<guid isPermaLink="false">19873@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;mmm still not working...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jet on "post feature image"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-feature-image#post-19868</link>
			<pubDate>Thu, 03 Mar 2011 17:28:44 +0000</pubDate>
			<dc:creator>jet</dc:creator>
			<guid isPermaLink="false">19868@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The only thing to change is the id of the form? correct?&#60;br /&#62;
mmm not sure why its not working...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "post feature image"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-feature-image#post-19866</link>
			<pubDate>Thu, 03 Mar 2011 17:17:45 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19866@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's working for other users, all I can suggest is make sure you made the proper edits to the code.  It isn't going to work as is, you have to customize it to suit your needs.  You have to modify the code with your form id, etc.  I'm not 100% sure how Headway's custom_functions.php works if it's the same as simply putting code in functions.php so you may need to discuss that with Headway support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jet on "post feature image"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-feature-image#post-19863</link>
			<pubDate>Thu, 03 Mar 2011 17:07:39 +0000</pubDate>
			<dc:creator>jet</dc:creator>
			<guid isPermaLink="false">19863@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, thanks for the speedy reply, i have pasted that code in the custom_functions.php, within the Headway Theme. Nothing changed after pasting the code...I ended up purchasing Gravity from their (Headway Site )recommendation, So i am sure this is just some small thing i am not doing correctly. Do you have any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "post feature image"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-feature-image#post-19857</link>
			<pubDate>Thu, 03 Mar 2011 16:45:27 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19857@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is a forum post that discusses how to set it as the post thumbnail or feature image depending on how you customize the code.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/auto-setting-the-the_post_thumbnail?&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/auto-setting-the-the_post_thumbnail?&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please note that when using the gform_post_submission hook if you call it like this:&#60;/p&#62;
&#60;p&#62;add_filter(&#34;gform_post_submission&#34;, &#34;set_post_thumbnail&#34;, 10, 2);&#60;/p&#62;
&#60;p&#62;That applies that code to all of your forms.  If you append the form id to the end of gform_post_submission like this:&#60;/p&#62;
&#60;p&#62;add_filter(&#34;gform_post_submission_5&#34;, &#34;set_post_thumbnail&#34;, 10, 2);&#60;/p&#62;
&#60;p&#62;That will apply that custom code only to that form id, in this example it would be form id 5.&#60;/p&#62;
&#60;p&#62;We do plan on making this a built in feature in a future release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jet on "post feature image"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-feature-image#post-19851</link>
			<pubDate>Thu, 03 Mar 2011 16:35:11 +0000</pubDate>
			<dc:creator>jet</dc:creator>
			<guid isPermaLink="false">19851@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form almost working perfectly.... You fill out the form and add a file (image), the post is automatically created, the image is placed in the post (using the content template)...&#60;br /&#62;
My problem is, i want that same image to be the &#34;Feature Image&#34;. My site uses the feature image to create thumbnails through out the site.. How do have that file (image) populate the Feature Image?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
