<?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: Using Gravity to post &#039;comments&#039; to individual posts?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-gravity-to-post-comments-to-individual-posts</link>
		<description>Gravity Support Forums Topic: Using Gravity to post &#039;comments&#039; to individual posts?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 21:42:51 +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/using-gravity-to-post-comments-to-individual-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>rtbenso on "Using Gravity to post &#039;comments&#039; to individual posts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gravity-to-post-comments-to-individual-posts#post-3214</link>
			<pubDate>Mon, 08 Feb 2010 13:03:25 +0000</pubDate>
			<dc:creator>rtbenso</dc:creator>
			<guid isPermaLink="false">3214@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would love to see this as an add on.  Carl do you have a recommendation of any sites that would give more information on this.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>takemura on "Using Gravity to post &#039;comments&#039; to individual posts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gravity-to-post-comments-to-individual-posts#post-2215</link>
			<pubDate>Thu, 17 Dec 2009 16:10:28 +0000</pubDate>
			<dc:creator>takemura</dc:creator>
			<guid isPermaLink="false">2215@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As always Carl, thank you for the speedy response.&#60;/p&#62;
&#60;p&#62;The trouble is, I do not know what I'm doing with PHP/MySQL ;-) I'm an ideas man.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Using Gravity to post &#039;comments&#039; to individual posts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gravity-to-post-comments-to-individual-posts#post-2214</link>
			<pubDate>Thu, 17 Dec 2009 15:58:37 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2214@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This would be possible, however you would need to write custom code to pull in form entry informaiton your frontend.&#60;/p&#62;
&#60;p&#62;You would want to have a hidden field that would contain the post id and prepopulate it using an api hook so that when they submit a press/media submission form it populates a hidden field with the post id so that you know that entry is associated with that post id.&#60;/p&#62;
&#60;p&#62;Then you would need to write custom code to query the Gravity Forms posts table to get entries for 1) that form id and 2) that post id (which is why you would need to include this as a hidden field) and then output those entries however you want.&#60;/p&#62;
&#60;p&#62;Eventually we do plan on creating an add-on for displaying entry data on the frontend, but it's certainly possible to query that data if you know what you are doing with PHP/MySQL.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>takemura on "Using Gravity to post &#039;comments&#039; to individual posts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-gravity-to-post-comments-to-individual-posts#post-2213</link>
			<pubDate>Thu, 17 Dec 2009 15:09:38 +0000</pubDate>
			<dc:creator>takemura</dc:creator>
			<guid isPermaLink="false">2213@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl, here's a scenario I'd like to run past you, and I would like to know if this is a possible use for Gravity...&#60;/p&#62;
&#60;p&#62;I want to compile a list of press/media links associated for each post.&#60;/p&#62;
&#60;p&#62;Many of the places I feature on my site receive press attention as a result of being found on my site.&#60;/p&#62;
&#60;p&#62;Some ideas I'm throwing around:&#60;/p&#62;
&#60;p&#62;1.  Use the comments form but only allow logged in admins to post comments, i.e. post comments form will be publicly invisible to everyone else. I think this can be done. &#60;/p&#62;
&#60;p&#62;Advantage of this approach is I can display Recent Comments in sidebar but change it to Recent Press Articles. Over time, this could then used as criteria to generate a list popular posts.&#60;/p&#62;
&#60;p&#62;2.  Just hard code it by writing the links in the post body - the quickest and cheapest idea. But doesn't allow for me to showcase this info in the sidebar, or elsewhere.&#60;/p&#62;
&#60;p&#62;3.  Use a plugin, if one exists, or have a custom plugin developed based on WP's native commenting system&#60;/p&#62;
&#60;p&#62;Or, I could set up a form using Gravity and place it on every post. The form would allow me to enter the following fields from the front-end:&#60;/p&#62;
&#60;p&#62;- Publication date&#60;br /&#62;
- Publication name (linked)&#60;br /&#62;
- Article Title (linked)&#60;br /&#62;
- Brief description (optional)&#60;/p&#62;
&#60;p&#62;Once submitted, the info would appear in the post after the body.&#60;/p&#62;
&#60;p&#62;The submission form would need to be only visible to site admins who are logged in. The form would not be publicly visible.&#60;/p&#62;
&#60;p&#62;The ability to to display in the sidebar the latest posts which have had press articles added to them.&#60;/p&#62;
&#60;p&#62;What do you think? Is this possible with Gravity?&#60;/p&#62;
&#60;p&#62;I like the first idea of using the commenting system exclusively for this. The downside of course is if I decide to use commenting for reviews/feedback in future, and also how would I control any pings and trackbacks using this method.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
