<?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 for WP First Aid</title>
	<atom:link href="http://wpfirstaid.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpfirstaid.com</link>
	<description>It&#039;s WordPress ... anything is possible!</description>
	<lastBuildDate>Fri, 13 Apr 2012 01:57:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20725</generator>
	<item>
		<title>Comment on WordPress Child-Themes by Children of the Press &#124; WordPress GTA</title>
		<link>http://wpfirstaid.com/2011/04/wordpress-child-themes/comment-page-1/#comment-7621</link>
		<dc:creator>Children of the Press &#124; WordPress GTA</dc:creator>
		<pubDate>Fri, 13 Apr 2012 01:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=976#comment-7621</guid>
		<description>[...] Child-Themes and other related topics. When I posted the announcement of this Meetup I included a link to an article I wrote that directly reflects on a presentation I made for the WPToronto Meetup group last year [...]</description>
		<content:encoded><![CDATA[<p>[...] Child-Themes and other related topics. When I posted the announcement of this Meetup I included a link to an article I wrote that directly reflects on a presentation I made for the WPToronto Meetup group last year [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do Not Display Comments HTML Tags by piyush</title>
		<link>http://wpfirstaid.com/2011/08/do-not-display-comments-html-tags/comment-page-1/#comment-7458</link>
		<dc:creator>piyush</dc:creator>
		<pubDate>Mon, 26 Mar 2012 08:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=1052#comment-7458</guid>
		<description>thaaaaaaaaaaaaaaaaaaaaannnnnnnnnnnnnnnnnnnnnnnnnnnnnnnxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</description>
		<content:encoded><![CDATA[<p>thaaaaaaaaaaaaaaaaaaaaannnnnnnnnnnnnnnnnnnnnnnnnnnnnnnxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extend the WordPress Menu by Bogdan Dimitrov</title>
		<link>http://wpfirstaid.com/2010/10/extend-the-wordpress-menu/comment-page-1/#comment-7433</link>
		<dc:creator>Bogdan Dimitrov</dc:creator>
		<pubDate>Thu, 22 Mar 2012 09:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=823#comment-7433</guid>
		<description>Hi Doc and thanks for response,
Yes I&#039;m using custom menus. The problem is that I want to add language flags from WPML language switcher to the end of one of this two menus.
In WPML there is option to include languages in wp_nav_menu, and they give me to choice in which menu. But it includes flags plus language names and client wants only flags. 
So I started to look how to realize this and came to your publication.
Now I  just need to find how to filter specific menu - by name or by ID and make your function more specific.
Any way Your publication is excellent.
Thank You again.
Regards.</description>
		<content:encoded><![CDATA[<p>Hi Doc and thanks for response,<br />
Yes I&#8217;m using custom menus. The problem is that I want to add language flags from WPML language switcher to the end of one of this two menus.<br />
In WPML there is option to include languages in wp_nav_menu, and they give me to choice in which menu. But it includes flags plus language names and client wants only flags.<br />
So I started to look how to realize this and came to your publication.<br />
Now I  just need to find how to filter specific menu &#8211; by name or by ID and make your function more specific.<br />
Any way Your publication is excellent.<br />
Thank You again.<br />
Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extend the WordPress Menu by The Doctor</title>
		<link>http://wpfirstaid.com/2010/10/extend-the-wordpress-menu/comment-page-1/#comment-7427</link>
		<dc:creator>The Doctor</dc:creator>
		<pubDate>Tue, 20 Mar 2012 23:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=823#comment-7427</guid>
		<description>@Bogdan - As noted above, and you have noted as well, this method will add these items to all instances of the `wp_nav_menu` function call; I would suggest as I did above, it may be better to use multiple custom menus.</description>
		<content:encoded><![CDATA[<p>@Bogdan &#8211; As noted above, and you have noted as well, this method will add these items to all instances of the `wp_nav_menu` function call; I would suggest as I did above, it may be better to use multiple custom menus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extend the WordPress Menu by Bogdan Dimitrov</title>
		<link>http://wpfirstaid.com/2010/10/extend-the-wordpress-menu/comment-page-1/#comment-7425</link>
		<dc:creator>Bogdan Dimitrov</dc:creator>
		<pubDate>Tue, 20 Mar 2012 08:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=823#comment-7425</guid>
		<description>Hello Doc,
Excellent publication, thanks for sharing!
I have only one question?
If I add, let&#039;s say Home link with your method I will filter all menus called with wp_nav_men().
Can you tell me how can filter only one menu. 
I&#039;m using twice wp_nav_menu and I want to add custom links after items only in one of them.

My English is not perfect, hope You understand me and can help me.
Thanks in advice!</description>
		<content:encoded><![CDATA[<p>Hello Doc,<br />
Excellent publication, thanks for sharing!<br />
I have only one question?<br />
If I add, let&#8217;s say Home link with your method I will filter all menus called with wp_nav_men().<br />
Can you tell me how can filter only one menu.<br />
I&#8217;m using twice wp_nav_menu and I want to add custom links after items only in one of them.</p>
<p>My English is not perfect, hope You understand me and can help me.<br />
Thanks in advice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugin Installation by Jorge</title>
		<link>http://wpfirstaid.com/2009/12/plugin-installation/comment-page-1/#comment-7420</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Mon, 19 Mar 2012 13:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=167#comment-7420</guid>
		<description>What is the shortcode please...</description>
		<content:encoded><![CDATA[<p>What is the shortcode please&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugin Installation by Jorge</title>
		<link>http://wpfirstaid.com/2009/12/plugin-installation/comment-page-1/#comment-7404</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Fri, 16 Mar 2012 17:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=167#comment-7404</guid>
		<description>what is the limit?</description>
		<content:encoded><![CDATA[<p>what is the limit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugin Installation by Jorge</title>
		<link>http://wpfirstaid.com/2009/12/plugin-installation/comment-page-1/#comment-7403</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Fri, 16 Mar 2012 17:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=167#comment-7403</guid>
		<description>the plugin is BNS Featured Category, when i set 800 post for category, mi website goes down, its white...</description>
		<content:encoded><![CDATA[<p>the plugin is BNS Featured Category, when i set 800 post for category, mi website goes down, its white&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugin Installation by The Doctor</title>
		<link>http://wpfirstaid.com/2009/12/plugin-installation/comment-page-1/#comment-7402</link>
		<dc:creator>The Doctor</dc:creator>
		<pubDate>Fri, 16 Mar 2012 16:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=167#comment-7402</guid>
		<description>@Jorge - I&#039;m not certain which plugin you are referring to ... a little more detail would be helpful.</description>
		<content:encoded><![CDATA[<p>@Jorge &#8211; I&#8217;m not certain which plugin you are referring to &#8230; a little more detail would be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugin Installation by Jorge</title>
		<link>http://wpfirstaid.com/2009/12/plugin-installation/comment-page-1/#comment-7398</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Fri, 16 Mar 2012 15:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=167#comment-7398</guid>
		<description>I have a problem, when I set the plugin with 800 posts by category, my site goes down, how many values ​​I can use?</description>
		<content:encoded><![CDATA[<p>I have a problem, when I set the plugin with 800 posts by category, my site goes down, how many values ​​I can use?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

