<?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: How to turn off captions in WordPress&#160;2.6</title>
	<atom:link href="http://www.seodenver.com/how-to-turn-off-captions-in-wordpress-26/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seodenver.com/how-to-turn-off-captions-in-wordpress-26/</link>
	<description>Websites designed and optimized for results.</description>
	<lastBuildDate>Thu, 18 Mar 2010 15:45:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zack Katz</title>
		<link>http://www.seodenver.com/how-to-turn-off-captions-in-wordpress-26/comment-page-1/#comment-325</link>
		<dc:creator>Zack Katz</dc:creator>
		<pubDate>Wed, 08 Apr 2009 20:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=236#comment-325</guid>
		<description>&lt;a href=&quot;http://www.samburdge.co.uk/wordpress/wordpress-tips-removing-the-title-attribute-from-wp_list_categories-wp_list_pages&quot; rel=&quot;nofollow&quot;&gt;Here&#039;s what one guy did&lt;/a&gt; to remove the &lt;code&gt;title&lt;/code&gt; attribute from the links (which is what is causing the tool tips).  Personally, I would copy the wp_list_pages function into a theme&#039;s functions.php file and modify the code a bit.</description>
		<content:encoded><![CDATA[<p><a  href="http://www.samburdge.co.uk/wordpress/wordpress-tips-removing-the-title-attribute-from-wp_list_categories-wp_list_pages">Here&#8217;s what one guy did</a> to remove the <code>title</code> attribute from the links (which is what is causing the tool tips).  Personally, I would copy the wp_list_pages function into a theme&#8217;s functions.php file and modify the code a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lito</title>
		<link>http://www.seodenver.com/how-to-turn-off-captions-in-wordpress-26/comment-page-1/#comment-326</link>
		<dc:creator>Lito</dc:creator>
		<pubDate>Wed, 08 Apr 2009 13:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=236#comment-326</guid>
		<description>Did you find a solution for this? I am having the same problem, besides, in Firefox when the tool tip goes away,, the menu also goes away. Let me know if you solved. Thanks.</description>
		<content:encoded><![CDATA[<p>Did you find a solution for this? I am having the same problem, besides, in Firefox when the tool tip goes away,, the menu also goes away. Let me know if you solved. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis Litanzios</title>
		<link>http://www.seodenver.com/how-to-turn-off-captions-in-wordpress-26/comment-page-1/#comment-309</link>
		<dc:creator>Lewis Litanzios</dc:creator>
		<pubDate>Sun, 25 Jan 2009 04:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=236#comment-309</guid>
		<description>Going with mikey here. None of these scripts worked for me in 2.6. CSS - that old chestnut :]

.wp-caption-text {
display: none;
}</description>
		<content:encoded><![CDATA[<p>Going with mikey here. None of these scripts worked for me in 2.6. CSS &#8211; that old chestnut :]</p>
<p>.wp-caption-text &#123;<br />
display: none;<br />
&#125;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Selectively Add Captions to Images in Wordpress 2.7 &#187; Needcoffee.com</title>
		<link>http://www.seodenver.com/how-to-turn-off-captions-in-wordpress-26/comment-page-1/#comment-324</link>
		<dc:creator>How to Selectively Add Captions to Images in Wordpress 2.7 &#187; Needcoffee.com</dc:creator>
		<pubDate>Tue, 20 Jan 2009 07:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=236#comment-324</guid>
		<description>[...] Then upload to your theme directory. And if you&#039;re wondering which is yours, then go to Appearance on your Wordpress admin panel and see what your current theme is. You should find a directory like that in your wp-content/themes directory on your server. That code I originally found here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Then upload to your theme directory. And if you&#8217;re wondering which is yours, then go to Appearance on your Wordpress admin panel and see what your current theme is. You should find a directory like that in your wp-content/themes directory on your server. That code I originally found here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Katz</title>
		<link>http://www.seodenver.com/how-to-turn-off-captions-in-wordpress-26/comment-page-1/#comment-330</link>
		<dc:creator>Zack Katz</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=236#comment-330</guid>
		<description>@dreedenator - just add a line like this:
&lt;code&gt;$newExcerpt = preg_replace( &#039;&#124;\[(.+?)\](.+?\[/\\1\])?&#124;s&#039;, &#039;&#039;, $newExcerpt );&lt;/code&gt;

That should do it!</description>
		<content:encoded><![CDATA[<p>@dreedenator &#8211; just add a line like this:<br />
<code>$newExcerpt = preg_replace( '|\[(.+?)\](.+?\[/\\1\])?|s', '', $newExcerpt );</code></p>
<p>That should do it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreedenator</title>
		<link>http://www.seodenver.com/how-to-turn-off-captions-in-wordpress-26/comment-page-1/#comment-329</link>
		<dc:creator>dreedenator</dc:creator>
		<pubDate>Sun, 07 Dec 2008 08:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=236#comment-329</guid>
		<description>forgot to say I&#039;m using 2.6.5 instead of 2.6.2</description>
		<content:encoded><![CDATA[<p>forgot to say I&#8217;m using 2.6.5 instead of 2.6.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreedenator</title>
		<link>http://www.seodenver.com/how-to-turn-off-captions-in-wordpress-26/comment-page-1/#comment-328</link>
		<dc:creator>dreedenator</dc:creator>
		<pubDate>Sun, 07 Dec 2008 08:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=236#comment-328</guid>
		<description>Hi Guys,

none of these lines of code worked for me in 2.6.2  I don&#039;t know what I&#039;m supposed to wrap around that code...I assume a php tag?!  I tried that and it didn&#039;t get rid of my captions.

i&#039;m no php coder..just front end coder.  what else is missing to make this one line take out the caption in the functions.php file?

What I really want is for the caption only not to show up in the excerpts..

I&#039;m not using the excerpt custom field, instead I&#039;m using this in index.php to pull the first 600 words or so from each post...that way there is less work to do of picking an appropriate section to copy and paste to the excerpt field!


I&#039;m using this code:

&lt;code&gt;
post_excerpt, 0, $len); //truncate excerpt according to $len
if(strlen($newExcerpt) post_excerpt)) {
$newExcerpt = $newExcerpt.&quot;[...]&quot;;
// get rid of the [caption]s
}
echo &quot;&quot;.$newExcerpt.&quot;&quot;; //finally display excerpt
?&gt;
&lt;/code&gt;

Can&#039;t I just get the caption tag not to show up in that...I wish it would just display how it&#039;s supposed to in a full blog post!  as a caption!</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>none of these lines of code worked for me in 2.6.2  I don&#8217;t know what I&#8217;m supposed to wrap around that code&#8230;I assume a php tag?!  I tried that and it didn&#8217;t get rid of my captions.</p>
<p>i&#8217;m no php coder..just front end coder.  what else is missing to make this one line take out the caption in the functions.php file?</p>
<p>What I really want is for the caption only not to show up in the excerpts..</p>
<p>I&#8217;m not using the excerpt custom field, instead I&#8217;m using this in index.php to pull the first 600 words or so from each post&#8230;that way there is less work to do of picking an appropriate section to copy and paste to the excerpt field!</p>
<p>I&#8217;m using this code:</p>
<p><code><br />
post_excerpt, 0, $len); //truncate excerpt according to $len<br />
if(strlen($newExcerpt) post_excerpt)) &#123;<br />
$newExcerpt = $newExcerpt."[...]";<br />
// get rid of the [caption]s<br />
&#125;<br />
echo "".$newExcerpt.""; //finally display excerpt<br />
?&gt;<br />
</code></p>
<p>Can&#8217;t I just get the caption tag not to show up in that&#8230;I wish it would just display how it&#8217;s supposed to in a full blog post!  as a caption!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.seodenver.com/how-to-turn-off-captions-in-wordpress-26/comment-page-1/#comment-327</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 05 Dec 2008 23:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=236#comment-327</guid>
		<description>Hi guys,

I&#039;m trying to remove the alt/title tags from the drop down menus on my wordpress navbar, ie. what&#039;s happening now is the drop down menu is composed of image boxes... so when the user hovers their mouse over the drop down menu, the corresponding alt tag for the image pops up, and blocks the menu text below :S

Thanks in advance for any help!</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I&#8217;m trying to remove the alt/title tags from the drop down menus on my wordpress navbar, ie. what&#8217;s happening now is the drop down menu is composed of image boxes&#8230; so when the user hovers their mouse over the drop down menu, the corresponding alt tag for the image pops up, and blocks the menu text below :S</p>
<p>Thanks in advance for any help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simple Wordpress Tricks That You Thought You Know - Make Tech Easier</title>
		<link>http://www.seodenver.com/how-to-turn-off-captions-in-wordpress-26/comment-page-1/#comment-310</link>
		<dc:creator>Simple Wordpress Tricks That You Thought You Know - Make Tech Easier</dc:creator>
		<pubDate>Mon, 10 Nov 2008 07:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=236#comment-310</guid>
		<description>[...] Save it. (Code adopted from Katz Web Design) [...]</description>
		<content:encoded><![CDATA[<p>[...] Save it. (Code adopted from Katz Web Design) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Katz</title>
		<link>http://www.seodenver.com/how-to-turn-off-captions-in-wordpress-26/comment-page-1/#comment-311</link>
		<dc:creator>Zack Katz</dc:creator>
		<pubDate>Thu, 30 Oct 2008 14:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=236#comment-311</guid>
		<description>@bimz – in your functions.php file, simply wrap the code with this:

Above the code:
&lt;code&gt;if(is_home() &#124;&#124; is_front_page()) {  &lt;/code&gt;

Below the code:
&lt;code&gt;}&lt;/code&gt;

This will make it so that the function only gets executed on the home page (or whatever page you&#039;ve designated as the front page).</description>
		<content:encoded><![CDATA[<p>@bimz – in your functions.php file, simply wrap the code with this:</p>
<p>Above the code:<br />
<code>if(is_home() || is_front_page()) &#123;  </code></p>
<p>Below the code:<br />
<code>&#125;</code></p>
<p>This will make it so that the function only gets executed on the home page (or whatever page you&#8217;ve designated as the front page).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
