<?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: How to embed form into my single.php page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-embed-form-into-my-singlephp-page</link>
		<description>Gravity Support Forums Topic: How to embed form into my single.php page</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:27:15 +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/how-to-embed-form-into-my-singlephp-page" rel="self" type="application/rss+xml" />

		<item>
			<title>jerome281 on "How to embed form into my single.php page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-embed-form-into-my-singlephp-page#post-2794</link>
			<pubDate>Sun, 17 Jan 2010 14:50:55 +0000</pubDate>
			<dc:creator>jerome281</dc:creator>
			<guid isPermaLink="false">2794@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Worked like a charm! Thank you so much, I just need it this php line of code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to embed form into my single.php page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-embed-form-into-my-singlephp-page#post-2791</link>
			<pubDate>Sun, 17 Jan 2010 14:18:46 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2791@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You don't have to put anything in your functions.php file.&#60;/p&#62;
&#60;p&#62;The article kevin pointed out in the documentation explains the function call you would use in your single.php theme file.  It would look like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php gravity_form(X, true, true); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The &#34;X&#34; would be replaced with the id of the form you want to call.  The first true is if you want to display the form title and the second true is if you want to display the form description.  These values can both be false.&#60;/p&#62;
&#60;p&#62;It's explains on this page under &#34;Function Call&#34;:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/embedding-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/embedding-a-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there any reason why you want to hardcode the form in your theme template files instead of using the shortcode and inserting the form in a post or page when you create the post or page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jerome281 on "How to embed form into my single.php page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-embed-form-into-my-singlephp-page#post-2790</link>
			<pubDate>Sun, 17 Jan 2010 13:34:35 +0000</pubDate>
			<dc:creator>jerome281</dc:creator>
			<guid isPermaLink="false">2790@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin for the quick reply, sorry still confuse what do I have to put in my fuctions.php file and single.php (to call the form)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to embed form into my single.php page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-embed-form-into-my-singlephp-page#post-2788</link>
			<pubDate>Sun, 17 Jan 2010 13:07:15 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2788@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you go to the Help page within Gravity Forms it shows how to use the shortcode to insert a form into a page or post without editing a theme file.&#60;/p&#62;
&#60;p&#62;It also shows how to use the function call to display a form by adding this code to your theme file.  This is more advanced usage, we usually recommend using shortcodes unless there is a specific reason as to why it needs to be hardcoded into your theme.&#60;/p&#62;
&#60;p&#62;The documentation can also be found within the Documentation area on this site:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/embedding-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/embedding-a-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to embed form into my single.php page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-embed-form-into-my-singlephp-page#post-2782</link>
			<pubDate>Sun, 17 Jan 2010 12:51:47 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">2782@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can find this information in the documentation section on the following page. &#60;a href=&#34;http://www.gravityhelp.com/documentation/embedding-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/embedding-a-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jerome281 on "How to embed form into my single.php page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-embed-form-into-my-singlephp-page#post-2781</link>
			<pubDate>Sun, 17 Jan 2010 12:26:54 +0000</pubDate>
			<dc:creator>jerome281</dc:creator>
			<guid isPermaLink="false">2781@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I try to setup an apply online job form on my single.php page. How can I embed my form?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
