<?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: Whoa!  Extra Options for wp_list_pages() Added to WordPress Recently!</title>
	<atom:link href="http://www.themightymo.com/2009/07/13/whoa-extra-options-for-wp_list_pages-added-in-wordpress-recently/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themightymo.com/2009/07/13/whoa-extra-options-for-wp_list_pages-added-in-wordpress-recently/</link>
	<description>Wordpress Design and Development</description>
	<lastBuildDate>Thu, 22 Dec 2011 06:00:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Toby</title>
		<link>http://www.themightymo.com/2009/07/13/whoa-extra-options-for-wp_list_pages-added-in-wordpress-recently/comment-page-1/#comment-68</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Fri, 16 Oct 2009 22:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.themightymo.com/?p=428#comment-68</guid>
		<description>Since wp_list_pages() gives each list item its own class, you could run an &quot;if...then&quot; statement in php to add a &quot;display:none;&quot; CSS class to the appropriate items.  Or you could just use CSS to manually hide each image.  Something like:

.page_item page-item-7 img{
display:none;
}

I haven&#039;t tried this, but it seems like it should work.</description>
		<content:encoded><![CDATA[<p>Since wp_list_pages() gives each list item its own class, you could run an &#8220;if&#8230;then&#8221; statement in php to add a &#8220;display:none;&#8221; CSS class to the appropriate items.  Or you could just use CSS to manually hide each image.  Something like:</p>
<p>.page_item page-item-7 img{<br />
display:none;<br />
}</p>
<p>I haven&#8217;t tried this, but it seems like it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.themightymo.com/2009/07/13/whoa-extra-options-for-wp_list_pages-added-in-wordpress-recently/comment-page-1/#comment-67</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 16 Oct 2009 14:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.themightymo.com/?p=428#comment-67</guid>
		<description>This works great for putting an item next to all of the menu items but is there a way to use the link_after command for only one of the menu items? For example, if I wanted to have just one menu item (page id 20) have an icon to the right of the text?</description>
		<content:encoded><![CDATA[<p>This works great for putting an item next to all of the menu items but is there a way to use the link_after command for only one of the menu items? For example, if I wanted to have just one menu item (page id 20) have an icon to the right of the text?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.themightymo.com/2009/07/13/whoa-extra-options-for-wp_list_pages-added-in-wordpress-recently/comment-page-1/#comment-34</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Thu, 16 Jul 2009 20:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.themightymo.com/?p=428#comment-34</guid>
		<description>Good tips Toby.  Thanks.</description>
		<content:encoded><![CDATA[<p>Good tips Toby.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

