<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WpFunc &#187; disable captions</title>
	<atom:link href="http://wpfunc.com/tag/disable-captions/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Sun, 06 May 2012 02:21:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>You can disable image captions!</title>
		<link>http://wpfunc.com/wordpress/you-can-disable-image-captions.html</link>
		<comments>http://wpfunc.com/wordpress/you-can-disable-image-captions.html#comments</comments>
		<pubDate>Fri, 08 Jan 2010 20:09:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[captions]]></category>
		<category><![CDATA[disable captions]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[post editor]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=363</guid>
		<description><![CDATA[You know, WordPress image upload system have a caption support. So you can add captions to your images. But sometimes we don&#8217;t need any caption. We can disable this support. Simply code here. Lets Begin&#8230; Here is the code; Insert this code to your functions.php That&#8217;s All. Thanks to WPRecipes]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You know, WordPress image upload system have a caption support. So you can add captions to your images. But sometimes we don&#8217;t need any caption. We can disable this support. Simply code here. Lets Begin&#8230;<span id="more-363"></span></p>
<p style="text-align: justify;">Here is the code;</p>
<p style="text-align: justify;">Insert this code to your <span style="color: #ff0000;"><strong>functions.php</strong></span></p>
<pre class="brush: php; title: ; notranslate">function caption_off() {
    return true;
}

add_filter( 'disable_captions', 'caption_off' );
</pre>
<p>That&#8217;s All. Thanks to <em><a href="http://www.wprecipes.com/how-to-disable-image-caption-in-wordpress-post-editor" target="_blank">WPRecipes</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/you-can-disable-image-captions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

