<?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: Wordpress Post Tags</title>
		<link>https://legacy.forums.gravityhelp.com/topic/wordpress-post-tags</link>
		<description>Gravity Support Forums Topic: Wordpress Post Tags</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 13:57:12 +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/wordpress-post-tags" rel="self" type="application/rss+xml" />

		<item>
			<title>cmccrone on "Wordpress Post Tags"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-post-tags#post-74259</link>
			<pubDate>Thu, 06 Sep 2012 17:11:52 +0000</pubDate>
			<dc:creator>cmccrone</dc:creator>
			<guid isPermaLink="false">74259@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you sir! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Wordpress Post Tags"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-post-tags#post-74179</link>
			<pubDate>Thu, 06 Sep 2012 09:41:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74179@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I took a look at your email and your form.&#60;/p&#62;
&#60;p&#62;There is no content template for the WordPress tags post field.  So, your approach is wrong.  That &#34;tags&#34; field is designed to allow input of tags by the visitor, not pull data from other fields in your form into the WordPress tags.  If you want to add tags to the post based on some hidden fields, and also data entered by the user, you will need to do something like I explained here: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/post-tags-auto-populatecontent-template#post-70496&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/post-tags-auto-populatecontent-template#post-70496&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Change line 4 where the 15 is to make this code apply to form 10.&#60;/p&#62;
&#60;p&#62;You can change line 8 to look like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
$post = array( &#38;#39;ID&#38;#39; =&#38;gt; $entry[&#38;#39;post_id&#38;#39;], &#38;#39;tags_input&#38;#39; =&#38;gt; array(&#38;#39;professional organizer&#38;#39;, &#38;#39;organize&#38;#39;, rgpost(&#38;#39;input_4&#38;#39;), rgpost(&#38;#39;input_5&#38;#39;)));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will add your two constant words as tags, and also field 4 and field 5 (city and state) as tags.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Wordpress Post Tags"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-post-tags#post-73196</link>
			<pubDate>Wed, 29 Aug 2012 20:57:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73196@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please send it to &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmccrone on "Wordpress Post Tags"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-post-tags#post-73178</link>
			<pubDate>Wed, 29 Aug 2012 19:29:29 +0000</pubDate>
			<dc:creator>cmccrone</dc:creator>
			<guid isPermaLink="false">73178@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ill send you an admin login. Whats your email?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Wordpress Post Tags"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-post-tags#post-73167</link>
			<pubDate>Wed, 29 Aug 2012 17:54:48 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73167@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have a link to your form online and a page where the tags are shown currently?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmccrone on "Wordpress Post Tags"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-post-tags#post-72977</link>
			<pubDate>Tue, 28 Aug 2012 15:48:28 +0000</pubDate>
			<dc:creator>cmccrone</dc:creator>
			<guid isPermaLink="false">72977@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using GF to submit posts from the front end. My issue is the wordpress tags. I want them hidden and to auto populate from the form fields labeled: City, State, Profession, etc and create a template in the wordpress tags field like this {City}, {State}, {Profession}.&#60;/p&#62;
&#60;p&#62;The problem is doesn't work. The tags keep the &#34;{ }&#34; around it and it doesn't pull the data. It just uses the template tags. It works VERY WELL with custom fields to fill my SEO Platinum WP tags but not the OEM wordpress blog tags.&#60;/p&#62;
&#60;p&#62;I can I make this work?&#60;/p&#62;
&#60;p&#62;Thanks everyone! :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
