<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: WordPress: Add TinyMCE to Textarea	</title>
	<atom:link href="https://theextremewebdesigns.com/blog/wordpress-add-tinymce-to-textarea/feed/" rel="self" type="application/rss+xml" />
	<link>https://theextremewebdesigns.com/blog/wordpress-add-tinymce-to-textarea/</link>
	<description>Web Design and Web Development</description>
	<lastBuildDate>Mon, 13 May 2013 15:01:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>
		By: Rocky Dev		</title>
		<link>https://theextremewebdesigns.com/blog/wordpress-add-tinymce-to-textarea/#comment-173</link>

		<dc:creator><![CDATA[Rocky Dev]]></dc:creator>
		<pubDate>Mon, 13 May 2013 15:01:22 +0000</pubDate>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=782#comment-173</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://theextremewebdesigns.com/blog/wordpress-add-tinymce-to-textarea/#comment-172&quot;&gt;Luismin&lt;/a&gt;.

Use the following code to render your TinyMCE Editor:
&lt;code&gt;&lt;?php wp_editor( &#039;&#039;, &#039;add_settings_field&#039; ); ?&gt;&lt;/code&gt;

If you want to populate the Editor with some value from database, retrieve such value first and then assign it to a custom variable and use it like so:
&lt;code&gt;&lt;?php wp_editor( $custom_variable, &#039;add_settings_field&#039; ); ?&gt;&lt;/code&gt;

In the above code, $custom_variable will hold the content retrieved from database.

Try the above and let me know how that goes.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://theextremewebdesigns.com/blog/wordpress-add-tinymce-to-textarea/#comment-172">Luismin</a>.</p>
<p>Use the following code to render your TinyMCE Editor:<br />
<code><?php wp_editor( '', 'add_settings_field' ); ?></code></p>
<p>If you want to populate the Editor with some value from database, retrieve such value first and then assign it to a custom variable and use it like so:<br />
<code><?php wp_editor( $custom_variable, 'add_settings_field' ); ?></code></p>
<p>In the above code, $custom_variable will hold the content retrieved from database.</p>
<p>Try the above and let me know how that goes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luismin		</title>
		<link>https://theextremewebdesigns.com/blog/wordpress-add-tinymce-to-textarea/#comment-172</link>

		<dc:creator><![CDATA[Luismin]]></dc:creator>
		<pubDate>Mon, 13 May 2013 11:34:56 +0000</pubDate>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=782#comment-172</guid>

					<description><![CDATA[Hi!!

Thanks for the code but, I created an text area element with the add_settings_field and I am able to render, type and save text in it. How could I add the editor instead of the textarea?

Thanks in advance.]]></description>
			<content:encoded><![CDATA[<p>Hi!!</p>
<p>Thanks for the code but, I created an text area element with the add_settings_field and I am able to render, type and save text in it. How could I add the editor instead of the textarea?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rocky		</title>
		<link>https://theextremewebdesigns.com/blog/wordpress-add-tinymce-to-textarea/#comment-171</link>

		<dc:creator><![CDATA[Rocky]]></dc:creator>
		<pubDate>Fri, 08 Feb 2013 22:39:13 +0000</pubDate>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=782#comment-171</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://theextremewebdesigns.com/blog/wordpress-add-tinymce-to-textarea/#comment-170&quot;&gt;Piotr&lt;/a&gt;.

Good question. Simply add it in functions.php file of your theme, save it and that should do it. I have now updated the post with this info for future reference. Thanks for your input.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://theextremewebdesigns.com/blog/wordpress-add-tinymce-to-textarea/#comment-170">Piotr</a>.</p>
<p>Good question. Simply add it in functions.php file of your theme, save it and that should do it. I have now updated the post with this info for future reference. Thanks for your input.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Piotr		</title>
		<link>https://theextremewebdesigns.com/blog/wordpress-add-tinymce-to-textarea/#comment-170</link>

		<dc:creator><![CDATA[Piotr]]></dc:creator>
		<pubDate>Wed, 06 Feb 2013 18:57:55 +0000</pubDate>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=782#comment-170</guid>

					<description><![CDATA[Hello,
But where should I add this code?
Thank you]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
But where should I add this code?<br />
Thank you</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
