<?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: The Wordpress Mullet Plugin</title>
	<atom:link href="http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/</link>
	<description>Web, Programming, Usability, etc.</description>
	<lastBuildDate>Sun, 07 Mar 2010 02:17:49 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karel</title>
		<link>http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/comment-page-2/#comment-45824</link>
		<dc:creator>Karel</dc:creator>
		<pubDate>Tue, 04 Dec 2007 15:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/#comment-45824</guid>
		<description>I was wondering if you could make something like it has been described on: http://www.jonathanboutelle.com/mt/archives/2006/01/blog_layout_the.html

I really want that sort of archive but I can&#039;t find any plugin or what so ever.

Can somebody tell me how I can make such an archive?</description>
		<content:encoded><![CDATA[<p>I was wondering if you could make something like it has been described on: <a href="http://www.jonathanboutelle.com/mt/archives/2006/01/blog_layout_the.html" rel="nofollow">http://www.jonathanboutelle.com/mt/archives/2006/01/blog_layout_the.html</a></p>
<p>I really want that sort of archive but I can&#8217;t find any plugin or what so ever.</p>
<p>Can somebody tell me how I can make such an archive?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indiana-loans</title>
		<link>http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/comment-page-2/#comment-22185</link>
		<dc:creator>indiana-loans</dc:creator>
		<pubDate>Sun, 10 Jun 2007 12:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/#comment-22185</guid>
		<description>&lt;p&gt;to make your plugin fully XHTML compliant (in terms of negating warnings) why dont you add functionality to detect &#039;&amp;&#039; in the title and modify this to &#039;&amp;&#039;?&lt;/p&gt;

[Edited by JB: That&#039;s a clever ploy - a nicely designed, almost web-design related blog pushing ads on the other 50% of its content. So I&#039;ll leave your comment up, but the url comes out.  Anyone who wants to can google for it.  Good luck with that.]
</description>
		<content:encoded><![CDATA[<p>to make your plugin fully XHTML compliant (in terms of negating warnings) why dont you add functionality to detect &#8216;&#038;&#8217; in the title and modify this to &#8216;&#038;&#8217;?</p>
<p>[Edited by JB: That's a clever ploy - a nicely designed, almost web-design related blog pushing ads on the other 50% of its content. So I'll leave your comment up, but the url comes out.  Anyone who wants to can google for it.  Good luck with that.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fher98</title>
		<link>http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/comment-page-2/#comment-21923</link>
		<dc:creator>fher98</dc:creator>
		<pubDate>Thu, 07 Jun 2007 16:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/#comment-21923</guid>
		<description>its working great... just needed to insert 

mulletize();
?&gt;

in the proper place...</description>
		<content:encoded><![CDATA[<p>its working great&#8230; just needed to insert </p>
<p>mulletize();<br />
?&gt;</p>
<p>in the proper place&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Quily</title>
		<link>http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/comment-page-2/#comment-20766</link>
		<dc:creator>Pete Quily</dc:creator>
		<pubDate>Mon, 28 May 2007 02:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/#comment-20766</guid>
		<description>thanks JB,

it worked

Pete</description>
		<content:encoded><![CDATA[<p>thanks JB,</p>
<p>it worked</p>
<p>Pete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/comment-page-2/#comment-11957</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Fri, 16 Feb 2007 14:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/#comment-11957</guid>
		<description>Hi Pete,

Sounds like you&#039;ve got the mullet preferences set to use a pre-list tag of &lt;ol&gt; and post-list tag of &lt;/ol&gt;
Those create &quot;ordered&quot; (numbered) lists in web pages.  If you just want bullets, change them to &lt;ul&gt; and &lt;/ul&gt;. If you don&#039;t want any bullets or numbers... I guess I&#039;d keep &lt;ul class=&quot;mulletlist&quot;&gt; and &lt;/ul&gt; and then add ul.mulletlist{list-style:none} to your CSS.

I think the code you posted might have gotten cut-off by wordpress when you made your comment.  It should have been:
&lt;?php
$ubm = new us_broome_mullet;
$ubm-&gt;mulletize(1);
?&gt;</description>
		<content:encoded><![CDATA[<p>Hi Pete,</p>
<p>Sounds like you&#8217;ve got the mullet preferences set to use a pre-list tag of &lt;ol&gt; and post-list tag of &lt;/ol&gt;<br />
Those create &#8220;ordered&#8221; (numbered) lists in web pages.  If you just want bullets, change them to &lt;ul&gt; and &lt;/ul&gt;. If you don&#8217;t want any bullets or numbers&#8230; I guess I&#8217;d keep &lt;ul class=&#8221;mulletlist&#8221;&gt; and &lt;/ul&gt; and then add ul.mulletlist{list-style:none} to your CSS.</p>
<p>I think the code you posted might have gotten cut-off by wordpress when you made your comment.  It should have been:<br />
&lt;?php<br />
$ubm = new us_broome_mullet;<br />
$ubm-&gt;mulletize(1);<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/comment-page-2/#comment-11883</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Thu, 15 Feb 2007 13:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://broome.us/archives/2006/05/11/the-wordpress-mullet-plugin/#comment-11883</guid>
		<description>Hi Pete,

You didn&#039;t give much info, so pardon if this is redundant:

The Mullet plugin won&#039;t automatically appear on your sidebar.
First, the plugin has to be activated
Second, you have to set your preferences for the number of items to appear.
Third, you&#039;ll have to modify your sidebar template to call the mullet code to make that content appear (there&#039;s an example above, as well as on the Mullet&#039;s admin page)

Last, consider upgrading to the latest version of Wordpress.  Has nothing to do with the plugin... it&#039;s just a good idea. :)</description>
		<content:encoded><![CDATA[<p>Hi Pete,</p>
<p>You didn&#8217;t give much info, so pardon if this is redundant:</p>
<p>The Mullet plugin won&#8217;t automatically appear on your sidebar.<br />
First, the plugin has to be activated<br />
Second, you have to set your preferences for the number of items to appear.<br />
Third, you&#8217;ll have to modify your sidebar template to call the mullet code to make that content appear (there&#8217;s an example above, as well as on the Mullet&#8217;s admin page)</p>
<p>Last, consider upgrading to the latest version of Wordpress.  Has nothing to do with the plugin&#8230; it&#8217;s just a good idea. <img src='http://broome.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
