<?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: A Useful Plugin: ShowID for Post/Page/Category/Tag/Comment plugin</title>
	<atom:link href="http://bavatuesdays.com/a-useful-plugin-showid-for-postpagecategorytagcomment-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://bavatuesdays.com/a-useful-plugin-showid-for-postpagecategorytagcomment-plugin/</link>
	<description>a &#34;b&#34; blog</description>
	<lastBuildDate>Thu, 02 Sep 2010 02:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Fumito Mizuno</title>
		<link>http://bavatuesdays.com/a-useful-plugin-showid-for-postpagecategorytagcomment-plugin/comment-page-1/#comment-85207</link>
		<dc:creator>Fumito Mizuno</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/?p=4937#comment-85207</guid>
		<description>Hi, Jim.

Oops. Some tags are stripped.
Please visit my blog post, where I added the code.
http://ounziw.com/2010/02/05/showid/

I will add this code to my plugin in the next update.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, Jim.</p>
<p>Oops. Some tags are stripped.<br />
Please visit my blog post, where I added the code.<br />
<a href="http://ounziw.com/2010/02/05/showid/" rel="nofollow">http://ounziw.com/2010/02/05/showid/</a></p>
<p>I will add this code to my plugin in the next update.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reverend</title>
		<link>http://bavatuesdays.com/a-useful-plugin-showid-for-postpagecategorytagcomment-plugin/comment-page-1/#comment-85204</link>
		<dc:creator>Reverend</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/?p=4937#comment-85204</guid>
		<description>Fumito,
I just tried your code and I&#039;m wondering if what you included in the comment above is correct, or is something has been stripped, because it isn&#039;t working.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Fumito,<br />
I just tried your code and I&#8217;m wondering if what you included in the comment above is correct, or is something has been stripped, because it isn&#8217;t working.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reverend</title>
		<link>http://bavatuesdays.com/a-useful-plugin-showid-for-postpagecategorytagcomment-plugin/comment-page-1/#comment-85203</link>
		<dc:creator>Reverend</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/?p=4937#comment-85203</guid>
		<description>Fumito,

Thank you for posting this solution here, love your plugin, and appreciate how connected you are that you immediately offer a solution. Kudos to you, you&#039;re a rockstar.

Jim</description>
		<content:encoded><![CDATA[<p>Fumito,</p>
<p>Thank you for posting this solution here, love your plugin, and appreciate how connected you are that you immediately offer a solution. Kudos to you, you&#8217;re a rockstar.</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fumito Mizuno</title>
		<link>http://bavatuesdays.com/a-useful-plugin-showid-for-postpagecategorytagcomment-plugin/comment-page-1/#comment-85202</link>
		<dc:creator>Fumito Mizuno</dc:creator>
		<pubDate>Tue, 09 Feb 2010 15:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/?p=4937#comment-85202</guid>
		<description>Hi, Im the author of &quot;ShowID for Post/Page/Category/Tag/Comment.&quot;

Thank you for using my plugin.

I agree it is better if ID is shown without rollover. I found the solution. 
Please add the code shown below, and you don&#039;t have to move the mouse.

=====  
function always_showid() {
?&gt;
div.row-actions{visibility:visible !important;}
&lt;?php
}
add_action( &#039;admin_head&#039;, &#039;always_showid&#039; );
=====</description>
		<content:encoded><![CDATA[<p>Hi, Im the author of &#8220;ShowID for Post/Page/Category/Tag/Comment.&#8221;</p>
<p>Thank you for using my plugin.</p>
<p>I agree it is better if ID is shown without rollover. I found the solution.<br />
Please add the code shown below, and you don&#8217;t have to move the mouse.</p>
<p>=====<br />
function always_showid() {<br />
?&gt;<br />
div.row-actions{visibility:visible !important;}<br />
&lt;?php<br />
}<br />
add_action( &#039;admin_head&#039;, &#039;always_showid&#039; );<br />
=====</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reverend</title>
		<link>http://bavatuesdays.com/a-useful-plugin-showid-for-postpagecategorytagcomment-plugin/comment-page-1/#comment-85181</link>
		<dc:creator>Reverend</dc:creator>
		<pubDate>Sun, 07 Feb 2010 09:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/?p=4937#comment-85181</guid>
		<description>dandam,

Nice, and even better plugin, and I agree it is more useful.  Wonder if I can use both together?  Which would be perfect.</description>
		<content:encoded><![CDATA[<p>dandam,</p>
<p>Nice, and even better plugin, and I agree it is more useful.  Wonder if I can use both together?  Which would be perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dandam</title>
		<link>http://bavatuesdays.com/a-useful-plugin-showid-for-postpagecategorytagcomment-plugin/comment-page-1/#comment-85179</link>
		<dc:creator>dandam</dc:creator>
		<pubDate>Sun, 07 Feb 2010 07:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://bavatuesdays.com/?p=4937#comment-85179</guid>
		<description>Yeah, that&#039;s a pretty annoying little oversight in the WP page and post listings. 

Another option, which I find a bit more helpful since I don&#039;t have to do the rollover thing to find the id is &lt;a href=&quot;http://wordpress.org/extend/plugins/simply-show-ids/stats/&quot; rel=&quot;nofollow&quot;&gt;Simply Show IDs&lt;/a&gt; which adds an ID column to the Post, Page, Category, and Link pages. Great if I&#039;m limiting page listings via a function/wplistpages in a template.</description>
		<content:encoded><![CDATA[<p>Yeah, that&#8217;s a pretty annoying little oversight in the WP page and post listings. </p>
<p>Another option, which I find a bit more helpful since I don&#8217;t have to do the rollover thing to find the id is <a href="http://wordpress.org/extend/plugins/simply-show-ids/stats/" rel="nofollow">Simply Show IDs</a> which adds an ID column to the Post, Page, Category, and Link pages. Great if I&#8217;m limiting page listings via a function/wplistpages in a template.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
