<?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: Paragraph Type Custom Fields and Create Content Template??</title>
		<link>https://legacy.forums.gravityhelp.com/topic/paragraph-type-custom-fields-and-create-content-template</link>
		<description>Gravity Support Forums Topic: Paragraph Type Custom Fields and Create Content Template??</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 23:55:45 +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/paragraph-type-custom-fields-and-create-content-template" rel="self" type="application/rss+xml" />

		<item>
			<title>WebEndev on "Paragraph Type Custom Fields and Create Content Template??"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paragraph-type-custom-fields-and-create-content-template#post-28334</link>
			<pubDate>Wed, 22 Jun 2011 15:25:21 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">28334@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;MANY thanks to Travis and Norcross on this solution!&#60;br /&#62;
Hat's off to you both!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Travis on "Paragraph Type Custom Fields and Create Content Template??"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paragraph-type-custom-fields-and-create-content-template#post-28332</link>
			<pubDate>Wed, 22 Jun 2011 14:51:41 +0000</pubDate>
			<dc:creator>Travis</dc:creator>
			<guid isPermaLink="false">28332@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, Norcross you are correct (almost). The wpautop needed to be added to the backend when $meta was being called back into the wysiwyg. I have made this revision in a github fork. &#60;a href=&#34;https://github.com/wpsmith/Custom-Metaboxes-and-Fields-for-WordPress/commit/ab540f0a9ba24d966428774c70f1e828e2926480&#34; rel=&#34;nofollow&#34;&#62;https://github.com/wpsmith/Custom-Metaboxes-and-Fields-for-WordPress/commit/ab540f0a9ba24d966428774c70f1e828e2926480&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Carl, there is nothing that needs to be done in GF.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Paragraph Type Custom Fields and Create Content Template??"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paragraph-type-custom-fields-and-create-content-template#post-28315</link>
			<pubDate>Wed, 22 Jun 2011 09:59:55 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">28315@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Norcross,&#60;br /&#62;
On the backend, I do indeed have a WYSYWYG box (tried creating two different methods - (1) &#60;a href=&#34;https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress&#34; rel=&#34;nofollow&#34;&#62;https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress&#60;/a&#62;, and (2) Custom Field Template plugin)  for each of the Gravity Forms 'Paragraph Text' type custom fields.&#60;/p&#62;
&#60;p&#62;Both methods do not bring the paragraph breaks into the wysiwyg editor field in the post edit screen. It is brought in as one large paragraph.&#60;br /&#62;
Apparently both of these methods are handling the paragraph data incorrectly, as it looks fine in postmeta.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>norcross on "Paragraph Type Custom Fields and Create Content Template??"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paragraph-type-custom-fields-and-create-content-template#post-28232</link>
			<pubDate>Tue, 21 Jun 2011 09:46:13 +0000</pubDate>
			<dc:creator>norcross</dc:creator>
			<guid isPermaLink="false">28232@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you are wanting the stored text to display on the front end, you need to add the wpautop function on the return. if its on the back end, you need to use the WYSIWYG box and not the textarea.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Paragraph Type Custom Fields and Create Content Template??"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paragraph-type-custom-fields-and-create-content-template#post-28182</link>
			<pubDate>Mon, 20 Jun 2011 13:40:48 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">28182@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't have a solution.  The line breaks are being stored in the custom field.  You can see this by viewing the custom field data itself using the Custom Field editor when editing a Post.  Here was a screenshot of an example: &#60;a href=&#34;http://grab.by/anDj&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/anDj&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So the data has the line breaks and the WordPress custom field editor reflects them.  So the issue is going to be with how the plugin and code you are using is pulling in the data.  It's not carrying over the line breaks.  I'm not familiar enough with their code to know why.  You may want to discuss this with the plugin author of that plugin or whoever created the code snippet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Paragraph Type Custom Fields and Create Content Template??"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paragraph-type-custom-fields-and-create-content-template#post-28181</link>
			<pubDate>Mon, 20 Jun 2011 13:22:00 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">28181@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl and Alex,&#60;/p&#62;
&#60;p&#62;As I have said in my last post, I am getting  the issue of losing paragraphs with both the Custom Field Template plugin, and also &#60;a href=&#34;https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress&#34; rel=&#34;nofollow&#34;&#62;https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress&#60;/a&#62; code.&#60;/p&#62;
&#60;p&#62;Surely there are many people that bring in paragraph text type fields into a post in pending status, and then want to edit the post fields in a rich text editor?&#60;/p&#62;
&#60;p&#62;What solution do you suggest for this?&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Paragraph Type Custom Fields and Create Content Template??"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paragraph-type-custom-fields-and-create-content-template#post-28087</link>
			<pubDate>Fri, 17 Jun 2011 19:33:11 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">28087@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl and Alex,&#60;br /&#62;
It is indeed how the data is loaded into the rich text editor.&#60;/p&#62;
&#60;p&#62;BUT - I ran another test to determine if it was the &#60;a href=&#34;https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress&#34; rel=&#34;nofollow&#34;&#62;https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress&#60;/a&#62; code I was using.&#60;/p&#62;
&#60;p&#62;So I removed the meta box add for this field from the functions file.&#60;br /&#62;
I then installed the &#60;a href=&#34;http://wordpress.org/extend/plugins/custom-field-template/&#34; rel=&#34;nofollow&#34;&#62;Custom Field Template&#60;/a&#62; plugin, and created the paragraph text custom field using the plugin.&#60;br /&#62;
The test post shows the data in multiple paragraphs in postmeta, and looking at it in the standard WP custom fields display in the edit post screen. Looks good in both.&#60;/p&#62;
&#60;p&#62;But looking at the data in the meta box created by the Custom Field Template plugin, and - back to one paragraph...&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;So is it possible that the Custom Field Template plugin AND the &#60;a href=&#34;https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress&#34; rel=&#34;nofollow&#34;&#62;https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress&#60;/a&#62; code BOTH create the text editor box in the SAME way?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Coincidence, or another problem?&#60;br /&#62;
I don't know....&#60;br /&#62;
Still looking at it... any words of wisdom are very much appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Paragraph Type Custom Fields and Create Content Template??"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paragraph-type-custom-fields-and-create-content-template#post-28080</link>
			<pubDate>Fri, 17 Jun 2011 18:31:30 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">28080@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;br /&#62;
I am using this &#60;a href=&#34;https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress&#34; rel=&#34;nofollow&#34;&#62;https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress&#60;/a&#62;&#60;br /&#62;
to generate the meta boxes for the custom post type.&#60;br /&#62;
I am registering the custom post type in functions.php, without the use of any plugin.&#60;br /&#62;
That may very well be the cause.&#60;br /&#62;
Let me play with that and see where I get with it.&#60;br /&#62;
I will get back to you.&#60;br /&#62;
Thanks much,&#60;br /&#62;
Bruce
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Paragraph Type Custom Fields and Create Content Template??"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paragraph-type-custom-fields-and-create-content-template#post-28077</link>
			<pubDate>Fri, 17 Jun 2011 18:20:08 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">28077@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@WebDendev It looks like you are using something custom to display the custom field, which doesn't usually display in a rich text editor.  It is probably related to how it loads the custom field data into the rich text editor.  When I tested I just tested with the built in Custom Field interface on the Post Editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Paragraph Type Custom Fields and Create Content Template??"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paragraph-type-custom-fields-and-create-content-template#post-28076</link>
			<pubDate>Fri, 17 Jun 2011 18:19:19 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">28076@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alex - I'm on localhost dev on this site. I will upload it so you can see it, but it will take a bit.&#60;/p&#62;
&#60;p&#62;Thanks for your help
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
