<?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: Decorative Caps</title>
	<atom:link href="http://www.pluginsbysteve.com/2007/02/01/decorative-caps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pluginsbysteve.com/2007/02/01/decorative-caps/</link>
	<description>A collection of WordPress plugins authored by Steve Sensenig</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:17:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve Sensenig</title>
		<link>http://www.pluginsbysteve.com/2007/02/01/decorative-caps/comment-page-1/#comment-8401</link>
		<dc:creator>Steve Sensenig</dc:creator>
		<pubDate>Mon, 21 Jul 2008 03:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.pluginsbysteve.com/2007/02/01/decorative-caps/#comment-8401</guid>
		<description>George, I&#039;m sorry it took me so long to respond here.  I&#039;ll email you, too, just in case.

The &quot;solution&quot; I have found (workaround, so to speak) is to use another plugin to control display of the excerpt.

The other plugin is called &quot;the_excerpt Reloaded&quot; and &lt;a href=&quot;http://guff.szub.net/2005/02/26/the_excerpt-reloaded/&quot; rel=&quot;nofollow&quot;&gt;can be found here&lt;/a&gt;.

That plugin allows you to modify the_excerpt to allow img tags, etc. and has worked for me in displaying the first letter properly in an excerpt of a post.

Someday, I hope to be able to figure out how to detect if an excerpt is being displayed, but as of right now, I can&#039;t figure out how to do that.  I&#039;ve got some weird ideas, though...</description>
		<content:encoded><![CDATA[<p>George, I&#8217;m sorry it took me so long to respond here.  I&#8217;ll email you, too, just in case.</p>
<p>The &#8220;solution&#8221; I have found (workaround, so to speak) is to use another plugin to control display of the excerpt.</p>
<p>The other plugin is called &#8220;the_excerpt Reloaded&#8221; and <a href="http://guff.szub.net/2005/02/26/the_excerpt-reloaded/" rel="nofollow">can be found here</a>.</p>
<p>That plugin allows you to modify the_excerpt to allow img tags, etc. and has worked for me in displaying the first letter properly in an excerpt of a post.</p>
<p>Someday, I hope to be able to figure out how to detect if an excerpt is being displayed, but as of right now, I can&#8217;t figure out how to do that.  I&#8217;ve got some weird ideas, though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.pluginsbysteve.com/2007/02/01/decorative-caps/comment-page-1/#comment-7941</link>
		<dc:creator>George</dc:creator>
		<pubDate>Fri, 13 Jun 2008 22:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.pluginsbysteve.com/2007/02/01/decorative-caps/#comment-7941</guid>
		<description>Hi, Steve:

I&#039;ve seen the same problem with the missing first letter as Chris (#14) and Marco (#s23 and 25).

Any luck in fixing the problem yet?  I REALLY want to use Decorative Caps, but it looks a little &quot;messy&quot; with the missing cap.</description>
		<content:encoded><![CDATA[<p>Hi, Steve:</p>
<p>I&#8217;ve seen the same problem with the missing first letter as Chris (#14) and Marco (#s23 and 25).</p>
<p>Any luck in fixing the problem yet?  I REALLY want to use Decorative Caps, but it looks a little &#8220;messy&#8221; with the missing cap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.pluginsbysteve.com/2007/02/01/decorative-caps/comment-page-1/#comment-1368</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Tue, 11 Sep 2007 21:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pluginsbysteve.com/2007/02/01/decorative-caps/#comment-1368</guid>
		<description>Hi Steve!
Unafortunately, this afternoon I have noticed that problem not only in Search Results page, but in every page in which are a list of posts.
In that pages I don&#039;t use the_excerpt(), but the_content(), that displays the text block defined by me with the --read more-- feature. Well, I don&#039;t know if wordpress runs it differentely than the_excerpt()... maybe the problem would appear in both cases :P
I don&#039;t know much about php and wordpress, but yes, there is a function is_search(). I have used it once I needed to apply some specific style changes to my search results page.
The is_home() is working ok with the list of posts in homepage, so I think a is_search() would work too... but I don&#039;t know what could be done for the other pages with lists of posts, like a Monthly Archive or an Author Archive. Maybe exist functions like is_archive()... ;)
Nice if I help you a bit with my feedbacks and comments, and sorry for my foreign english speaking ;)
Marco</description>
		<content:encoded><![CDATA[<p>Hi Steve!<br />
Unafortunately, this afternoon I have noticed that problem not only in Search Results page, but in every page in which are a list of posts.<br />
In that pages I don&#8217;t use the_excerpt(), but the_content(), that displays the text block defined by me with the &#8211;read more&#8211; feature. Well, I don&#8217;t know if wordpress runs it differentely than the_excerpt()&#8230; maybe the problem would appear in both cases <img src='http://www.pluginsbysteve.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
I don&#8217;t know much about php and wordpress, but yes, there is a function is_search(). I have used it once I needed to apply some specific style changes to my search results page.<br />
The is_home() is working ok with the list of posts in homepage, so I think a is_search() would work too&#8230; but I don&#8217;t know what could be done for the other pages with lists of posts, like a Monthly Archive or an Author Archive. Maybe exist functions like is_archive()&#8230; <img src='http://www.pluginsbysteve.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Nice if I help you a bit with my feedbacks and comments, and sorry for my foreign english speaking <img src='http://www.pluginsbysteve.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Marco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Sensenig</title>
		<link>http://www.pluginsbysteve.com/2007/02/01/decorative-caps/comment-page-1/#comment-1354</link>
		<dc:creator>Steve Sensenig</dc:creator>
		<pubDate>Mon, 10 Sep 2007 21:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.pluginsbysteve.com/2007/02/01/decorative-caps/#comment-1354</guid>
		<description>Marco, you are by far the best source of feedback for this plugin!  I appreciate it very much.

This problem you&#039;ve identified is something I mentioned elsewhere in this post, regarding the_excerpt().  I can&#039;t, for the life of me, find out how to determine if the_excerpt() is being called.  the_excerpt() strips all HTML tags, but after the plugin has already stripped the first letter.

For the time being, I should probably hard code to avoid this plugin if it&#039;s a search result (I didn&#039;t know about is_search() -- is that a real WP function?).  Or, you can use The Excerpt Reloaded plugin and tell it to allow img tags in excerpts, but I haven&#039;t tried that yet.

I guess what would be best overall is if I give the option to use dec caps in excerpts (the other checkbox that you&#039;re dying for me to add! ;) ) and find out how to force the_excerpt to allow images if that option is selected...

Stay tuned!  I&#039;ve got a lot going on right now, but will try to get to the bottom of this.

Thanks again for all the feedback.  You are a plugin author&#039;s best friend! :)</description>
		<content:encoded><![CDATA[<p>Marco, you are by far the best source of feedback for this plugin!  I appreciate it very much.</p>
<p>This problem you&#8217;ve identified is something I mentioned elsewhere in this post, regarding the_excerpt().  I can&#8217;t, for the life of me, find out how to determine if the_excerpt() is being called.  the_excerpt() strips all HTML tags, but after the plugin has already stripped the first letter.</p>
<p>For the time being, I should probably hard code to avoid this plugin if it&#8217;s a search result (I didn&#8217;t know about is_search() &#8212; is that a real WP function?).  Or, you can use The Excerpt Reloaded plugin and tell it to allow img tags in excerpts, but I haven&#8217;t tried that yet.</p>
<p>I guess what would be best overall is if I give the option to use dec caps in excerpts (the other checkbox that you&#8217;re dying for me to add! <img src='http://www.pluginsbysteve.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) and find out how to force the_excerpt to allow images if that option is selected&#8230;</p>
<p>Stay tuned!  I&#8217;ve got a lot going on right now, but will try to get to the bottom of this.</p>
<p>Thanks again for all the feedback.  You are a plugin author&#8217;s best friend! <img src='http://www.pluginsbysteve.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.pluginsbysteve.com/2007/02/01/decorative-caps/comment-page-1/#comment-1352</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Mon, 10 Sep 2007 20:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pluginsbysteve.com/2007/02/01/decorative-caps/#comment-1352</guid>
		<description>Hi again, Steve!
I&#039;ve found a little problem.
In my Search Results page, the first character of each post doesn&#039;t appear (nothing - image or character).
Not sure, but seems that is because the Search Results page has a &quot;special life&quot;... it is not homepage, nor post, nor page...
Maybe you could consider to include a if (is_search())... and another checkbox in the options page ;)
Thanks,
Marco</description>
		<content:encoded><![CDATA[<p>Hi again, Steve!<br />
I&#8217;ve found a little problem.<br />
In my Search Results page, the first character of each post doesn&#8217;t appear (nothing &#8211; image or character).<br />
Not sure, but seems that is because the Search Results page has a &#8220;special life&#8221;&#8230; it is not homepage, nor post, nor page&#8230;<br />
Maybe you could consider to include a if (is_search())&#8230; and another checkbox in the options page <img src='http://www.pluginsbysteve.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Thanks,<br />
Marco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.pluginsbysteve.com/2007/02/01/decorative-caps/comment-page-1/#comment-1235</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Tue, 04 Sep 2007 20:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.pluginsbysteve.com/2007/02/01/decorative-caps/#comment-1235</guid>
		<description>Hi Steve!
The release 1.2 appears unbeatable ; )
I did as you said, deactivating and reactivating the plugin. Re-start from zero is always the better procedure when working with computers...
Well, no more ideas at this moment. I insist to say, congratulations, nice job, a plugin simple and efficient!
Marco.</description>
		<content:encoded><![CDATA[<p>Hi Steve!<br />
The release 1.2 appears unbeatable ; )<br />
I did as you said, deactivating and reactivating the plugin. Re-start from zero is always the better procedure when working with computers&#8230;<br />
Well, no more ideas at this moment. I insist to say, congratulations, nice job, a plugin simple and efficient!<br />
Marco.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Sensenig</title>
		<link>http://www.pluginsbysteve.com/2007/02/01/decorative-caps/comment-page-1/#comment-1229</link>
		<dc:creator>Steve Sensenig</dc:creator>
		<pubDate>Tue, 04 Sep 2007 12:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pluginsbysteve.com/2007/02/01/decorative-caps/#comment-1229</guid>
		<description>Marco, good point!  I&#039;m not sure why I left &quot;page&quot; as a hard-coded skip.  Version 1.2 is now available for you to download.

It is best if you deactivate it and then reactivate it to get the options set properly.  Otherwise, the caps may not show up at all until you go to the options page and check some of the boxes for where you want the caps to appear.

Three options appear now for &quot;Use Decorative Caps On...&quot; and they are checkboxes (home, page, individual posts).  I hope that makes sense.

When you activate the plugin, all three of them get checked, so you&#039;ll need to go in and uncheck &quot;home page&quot; to accomplish what you wanted to do before.

Thanks again for the great input!

steve :)</description>
		<content:encoded><![CDATA[<p>Marco, good point!  I&#8217;m not sure why I left &#8220;page&#8221; as a hard-coded skip.  Version 1.2 is now available for you to download.</p>
<p>It is best if you deactivate it and then reactivate it to get the options set properly.  Otherwise, the caps may not show up at all until you go to the options page and check some of the boxes for where you want the caps to appear.</p>
<p>Three options appear now for &#8220;Use Decorative Caps On&#8230;&#8221; and they are checkboxes (home, page, individual posts).  I hope that makes sense.</p>
<p>When you activate the plugin, all three of them get checked, so you&#8217;ll need to go in and uncheck &#8220;home page&#8221; to accomplish what you wanted to do before.</p>
<p>Thanks again for the great input!</p>
<p>steve <img src='http://www.pluginsbysteve.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.pluginsbysteve.com/2007/02/01/decorative-caps/comment-page-1/#comment-1225</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Tue, 04 Sep 2007 08:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.pluginsbysteve.com/2007/02/01/decorative-caps/#comment-1225</guid>
		<description>Hi Steve!
Yes, the plugin works ok with the admin page!
It would be good if the plugin could be applied to pages too.. I did a &quot;crack&quot; commenting the following lines
  if(is_page()) {
      return $text;
  }
... but of course an &#039;official&#039; option to control it would be better ; )
Another thing, within the zip file I downloaded there were two .php files, one of them appears to be the old version of the plugin (it&#039;s inside the folder).
Well, congratulations, nice job!
Marco</description>
		<content:encoded><![CDATA[<p>Hi Steve!<br />
Yes, the plugin works ok with the admin page!<br />
It would be good if the plugin could be applied to pages too.. I did a &#8220;crack&#8221; commenting the following lines<br />
  if(is_page()) {<br />
      return $text;<br />
  }<br />
&#8230; but of course an &#8216;official&#8217; option to control it would be better ; )<br />
Another thing, within the zip file I downloaded there were two .php files, one of them appears to be the old version of the plugin (it&#8217;s inside the folder).<br />
Well, congratulations, nice job!<br />
Marco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Sensenig</title>
		<link>http://www.pluginsbysteve.com/2007/02/01/decorative-caps/comment-page-1/#comment-1186</link>
		<dc:creator>Steve Sensenig</dc:creator>
		<pubDate>Sun, 02 Sep 2007 03:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pluginsbysteve.com/2007/02/01/decorative-caps/#comment-1186</guid>
		<description>&lt;strong&gt;Marco&lt;/strong&gt; (and &lt;strong&gt;Samantha&lt;/strong&gt;, this applies to you, as well!)

I have, based on your great ideas, released version 1.1 of this plugin, which now has an options page!

For Marco, there is the option of telling it to skip the home page.  (More accurately, tell it to use the plugin &quot;only on post pages&quot; rather than &quot;on home and post pages&quot;)

For Samantha, a way to tweak the padding on all four sides of the image via the options page!

Download the new version now (from the same download link...the zip archive has been updated)

Thank you all for your great comments about this plugin.  Keep the comments and suggestions coming.</description>
		<content:encoded><![CDATA[<p><strong>Marco</strong> (and <strong>Samantha</strong>, this applies to you, as well!)</p>
<p>I have, based on your great ideas, released version 1.1 of this plugin, which now has an options page!</p>
<p>For Marco, there is the option of telling it to skip the home page.  (More accurately, tell it to use the plugin &#8220;only on post pages&#8221; rather than &#8220;on home and post pages&#8221;)</p>
<p>For Samantha, a way to tweak the padding on all four sides of the image via the options page!</p>
<p>Download the new version now (from the same download link&#8230;the zip archive has been updated)</p>
<p>Thank you all for your great comments about this plugin.  Keep the comments and suggestions coming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Decorative Caps Version 1.1 Released : Plugins by Steve</title>
		<link>http://www.pluginsbysteve.com/2007/02/01/decorative-caps/comment-page-1/#comment-1185</link>
		<dc:creator>Decorative Caps Version 1.1 Released : Plugins by Steve</dc:creator>
		<pubDate>Sun, 02 Sep 2007 03:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pluginsbysteve.com/2007/02/01/decorative-caps/#comment-1185</guid>
		<description>[...] For more information and to download the plugin, visit the plugin&#8217;s page. [...]</description>
		<content:encoded><![CDATA[<p>[...] For more information and to download the plugin, visit the plugin&#8217;s page. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
