<?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: Creating Custom Fields with SEO Ultimate</title>
		<link>https://legacy.forums.gravityhelp.com/topic/creating-custom-fields-with-seo-ultimate</link>
		<description>Gravity Support Forums Topic: Creating Custom Fields with SEO Ultimate</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:27:31 +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/creating-custom-fields-with-seo-ultimate" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Creating Custom Fields with SEO Ultimate"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-custom-fields-with-seo-ultimate#post-40609</link>
			<pubDate>Wed, 09 Nov 2011 12:53:16 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">40609@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Ryan,&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;I'm assuming the &#34;ID&#34; in &#34;($post-&#38;gt;ID)&#34; is the post's ID and I'll navigate to that exact post, is this correct?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Correct.&#60;/p&#62;
&#60;p&#62;In regards to alternate ways, I'm sure there are some; however, this is the way I typically do it as it is fairly straight forward and easy to do on the fly while I code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryan_arnfinson on "Creating Custom Fields with SEO Ultimate"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-custom-fields-with-seo-ultimate#post-40165</link>
			<pubDate>Sat, 05 Nov 2011 07:45:17 +0000</pubDate>
			<dc:creator>ryan_arnfinson</dc:creator>
			<guid isPermaLink="false">40165@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great! Thanks Chris I really appreciate it.&#60;/p&#62;
&#60;p&#62;Hey David&#60;br /&#62;
Thanks for the info. I need to clarify something though. I'm assuming the &#34;ID&#34; in &#34;($post-&#38;gt;ID)&#34; is the post's ID and I'll navigate to that exact post, is this correct?&#60;/p&#62;
&#60;p&#62;If there are any alternative ways, I'd like to know them please.&#60;/p&#62;
&#60;p&#62;And again Thanks to both of you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Creating Custom Fields with SEO Ultimate"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-custom-fields-with-seo-ultimate#post-39999</link>
			<pubDate>Thu, 03 Nov 2011 22:49:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39999@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I installed the plugin and updated a form here:&#60;br /&#62;
&#60;a href=&#34;http://gravity.chrishajer.com/story-submission/&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/story-submission/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Password for that is gravity&#60;/p&#62;
&#60;p&#62;You can see two fields there:&#60;br /&#62;
Would you like to cram some keywords into your title? (_su_title)&#60;br /&#62;
Meta Description (_su_description)&#60;/p&#62;
&#60;p&#62;I added those as custom fields to the form.  I needed to select New for the custom field name, because custom fields that begin with an underscore are not shown in the WordPress admin.    Just type them in carefully and it will be fine.  You can submit a entry with some values in those fields then view the post that's created to see the effect of what you entered.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Creating Custom Fields with SEO Ultimate"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-custom-fields-with-seo-ultimate#post-39998</link>
			<pubDate>Thu, 03 Nov 2011 22:40:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39998@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looking quickly at the SEO Ultimate plugin, it looks like these two custom fields are used to hold the SEO title and Meta Description:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;_su_title&#60;/li&#62;
&#60;li&#62;_su_description&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;You can use those as Post Custom Fields in your form and the data that's entered for those fields should populate the custom fields where the plugin can use the information.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Creating Custom Fields with SEO Ultimate"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-custom-fields-with-seo-ultimate#post-39974</link>
			<pubDate>Thu, 03 Nov 2011 17:53:55 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">39974@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Ryan,&#60;/p&#62;
&#60;p&#62;A quick way to see all of a post's meta is the &#60;strong&#62;get_post_custom()&#60;/strong&#62; function. Here is something you can paste in your functions.php file. Then navigate to the post single page and you should see all of the post meta at the top of the page.&#60;/p&#62;
&#60;p&#62;Be sure you do not make this change to your functions.php from within the admin. Use an FTP editor instead.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/2806825&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2806825&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryan_arnfinson on "Creating Custom Fields with SEO Ultimate"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-custom-fields-with-seo-ultimate#post-39858</link>
			<pubDate>Thu, 03 Nov 2011 09:57:19 +0000</pubDate>
			<dc:creator>ryan_arnfinson</dc:creator>
			<guid isPermaLink="false">39858@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I see. What are ways to find out the metakeys my plugin is using for a certain field? Im not quite familiar with checking the database for it so it would be of great help if you could provide steps on how to do it.&#60;/p&#62;
&#60;p&#62;The plugin Im using is &#34;SEO Ultimate&#34; in case someone would already know what metakeys that this plugin uses. &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Creating Custom Fields with SEO Ultimate"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-custom-fields-with-seo-ultimate#post-39666</link>
			<pubDate>Wed, 02 Nov 2011 10:51:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39666@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can accept data with your form and save it in custom fields.  The trick is to find out the metakey that your SEO plugin is using, and use that as the custom field name in your form where you accept the data.  That way, the form submission populates the custom field, then the plugin looks for that custom field and uses it for the SEO title, description, meta, whatever.&#60;/p&#62;
&#60;p&#62;You will need to find out what the field names are for your plugin.  In the past, I've populated one post manually with all the data, then checked the database with something like phpMyAdmin to see the exact spelling of the metakey names.  Then use those names when you create your form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryan_arnfinson on "Creating Custom Fields with SEO Ultimate"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-custom-fields-with-seo-ultimate#post-39634</link>
			<pubDate>Wed, 02 Nov 2011 02:44:00 +0000</pubDate>
			<dc:creator>ryan_arnfinson</dc:creator>
			<guid isPermaLink="false">39634@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When creating a post form, is it possible to create a custom field that will fill the seo fields like title tags, descriptions and such? If so, Id like to know how. Im currently using SEO Ultimate plugin as it seems better than AIO SEO.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
