<?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: Wordpress Blogroll Dropdown</title>
	<atom:link href="http://www.cybercoded.net/wordpress-blogroll-dropdown/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cybercoded.net/wordpress-blogroll-dropdown/</link>
	<description>Trying to help others with their Wordpress, PHP and other Web issues.</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:20:05 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Cooley</title>
		<link>http://www.cybercoded.net/wordpress-blogroll-dropdown/comment-page-1/#comment-1550</link>
		<dc:creator>David Cooley</dc:creator>
		<pubDate>Tue, 08 Sep 2009 12:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=696#comment-1550</guid>
		<description>Danny, the problem is the category taxonomy changed some time ago. The Link Category (cat_id) is now held in the taxonomy files and takes extra work to validate through queries.

I will try to do this when I get some available time.</description>
		<content:encoded><![CDATA[<p>Danny, the problem is the category taxonomy changed some time ago. The Link Category (cat_id) is now held in the taxonomy files and takes extra work to validate through queries.</p>
<p>I will try to do this when I get some available time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi</title>
		<link>http://www.cybercoded.net/wordpress-blogroll-dropdown/comment-page-1/#comment-1548</link>
		<dc:creator>Andi</dc:creator>
		<pubDate>Wed, 02 Sep 2009 18:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=696#comment-1548</guid>
		<description>Trying the same thing as Danny - anyone have suggestions?</description>
		<content:encoded><![CDATA[<p>Trying the same thing as Danny &#8211; anyone have suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danny</title>
		<link>http://www.cybercoded.net/wordpress-blogroll-dropdown/comment-page-1/#comment-1352</link>
		<dc:creator>danny</dc:creator>
		<pubDate>Fri, 01 May 2009 16:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=696#comment-1352</guid>
		<description>sweet code. 

I was trying to figure out if I can seperate links by category though. I seperate my blogroll olinks depending on what kind of link it is. Is it possible to only list links in one category, then use the code again to list link in another category?

I tried adding this in the function code: &quot;cat_id = 2&quot;... example:

&quot;SELECT link_url, link_name, link_description FROM $wpdb-&gt;links WHERE link_visible = &#039;Y&#039; , cat_id = 2 Order By link_name&quot;;

doesn&#039;t work though. any suggestions?</description>
		<content:encoded><![CDATA[<p>sweet code. </p>
<p>I was trying to figure out if I can seperate links by category though. I seperate my blogroll olinks depending on what kind of link it is. Is it possible to only list links in one category, then use the code again to list link in another category?</p>
<p>I tried adding this in the function code: &#8220;cat_id = 2&#8243;&#8230; example:</p>
<p>&#8220;SELECT link_url, link_name, link_description FROM $wpdb-&gt;links WHERE link_visible = &#8216;Y&#8217; , cat_id = 2 Order By link_name&#8221;;</p>
<p>doesn&#8217;t work though. any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Cooley</title>
		<link>http://www.cybercoded.net/wordpress-blogroll-dropdown/comment-page-1/#comment-1335</link>
		<dc:creator>David Cooley</dc:creator>
		<pubDate>Fri, 24 Apr 2009 12:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=696#comment-1335</guid>
		<description>Typically items like this are placed in the sidebar. With that said, the first thing you have to establish is whether you are using widgets or not. If you are using widgets this code has to go before or after the call to the widgets in the sidebar. If you are not using widgets, you can place the code in the sidebar code where you want it to appear.

If that does not help, send me your email address in the contact form on this site and I will try to help you some more.</description>
		<content:encoded><![CDATA[<p>Typically items like this are placed in the sidebar. With that said, the first thing you have to establish is whether you are using widgets or not. If you are using widgets this code has to go before or after the call to the widgets in the sidebar. If you are not using widgets, you can place the code in the sidebar code where you want it to appear.</p>
<p>If that does not help, send me your email address in the contact form on this site and I will try to help you some more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis</title>
		<link>http://www.cybercoded.net/wordpress-blogroll-dropdown/comment-page-1/#comment-1334</link>
		<dc:creator>Alexis</dc:creator>
		<pubDate>Fri, 24 Apr 2009 04:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=696#comment-1334</guid>
		<description>Hi David

I am not a PHP person, but I would like to try to get this to work.  I added the code to my functions.php file (I am using  WP 2.7.1 and &#039;This Just In&#039; as my template) but I haven&#039;t figured out the most appropriate place to put the call.  I&#039;ve tried a few things, but no luck. 

This is exactly what I am looking for, but I know I am missing something in order to use it properly. I am pretty comfortable with HTML, but this is a bit new to me.</description>
		<content:encoded><![CDATA[<p>Hi David</p>
<p>I am not a PHP person, but I would like to try to get this to work.  I added the code to my functions.php file (I am using  WP 2.7.1 and &#8216;This Just In&#8217; as my template) but I haven&#8217;t figured out the most appropriate place to put the call.  I&#8217;ve tried a few things, but no luck. </p>
<p>This is exactly what I am looking for, but I know I am missing something in order to use it properly. I am pretty comfortable with HTML, but this is a bit new to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Cooley</title>
		<link>http://www.cybercoded.net/wordpress-blogroll-dropdown/comment-page-1/#comment-1315</link>
		<dc:creator>David Cooley</dc:creator>
		<pubDate>Sat, 11 Apr 2009 17:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=696#comment-1315</guid>
		<description>Trendland,
Here is a revised version to solve both those issues,

&lt;a href=&quot;http://www.cybercoded.net/wp-content/uploads/2009/04/blogrollpulldown2.txt&quot; rel=&quot;nofollow&quot;&gt;BlogrollPulldown2.txt&lt;/a&gt;

That should do it, and I did test it on one of my sites.</description>
		<content:encoded><![CDATA[<p>Trendland,<br />
Here is a revised version to solve both those issues,</p>
<p><a href="http://www.cybercoded.net/wp-content/uploads/2009/04/blogrollpulldown2.txt" rel="nofollow">BlogrollPulldown2.txt</a></p>
<p>That should do it, and I did test it on one of my sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trendland</title>
		<link>http://www.cybercoded.net/wordpress-blogroll-dropdown/comment-page-1/#comment-1314</link>
		<dc:creator>Trendland</dc:creator>
		<pubDate>Fri, 10 Apr 2009 20:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=696#comment-1314</guid>
		<description>David, 
Thanks a lot for this code, it works perfectly for me, but i have just two quick questions :
#1 how to make the links open in a new window ? 

#2 how to organize them by category ?

on my blogroll manager, they are all set by categories and open in new window - would love to know how to make those two options incorporated into the drop down menu

otherwise thanks a lot for your code =]</description>
		<content:encoded><![CDATA[<p>David,<br />
Thanks a lot for this code, it works perfectly for me, but i have just two quick questions :<br />
#1 how to make the links open in a new window ? </p>
<p>#2 how to organize them by category ?</p>
<p>on my blogroll manager, they are all set by categories and open in new window &#8211; would love to know how to make those two options incorporated into the drop down menu</p>
<p>otherwise thanks a lot for your code =]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yashni Marad</title>
		<link>http://www.cybercoded.net/wordpress-blogroll-dropdown/comment-page-1/#comment-1241</link>
		<dc:creator>Yashni Marad</dc:creator>
		<pubDate>Fri, 13 Feb 2009 23:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=696#comment-1241</guid>
		<description>What is captcha code?, pls provide me captcha code codes or plugin, Thanks in advance.</description>
		<content:encoded><![CDATA[<p>What is captcha code?, pls provide me captcha code codes or plugin, Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Cooley</title>
		<link>http://www.cybercoded.net/wordpress-blogroll-dropdown/comment-page-1/#comment-1225</link>
		<dc:creator>David Cooley</dc:creator>
		<pubDate>Tue, 03 Feb 2009 12:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=696#comment-1225</guid>
		<description>Andi, your welcome. If you have a new link I will be glad to add it. And thanks for doing the script the first time, it was a real time saver and very helpful.</description>
		<content:encoded><![CDATA[<p>Andi, your welcome. If you have a new link I will be glad to add it. And thanks for doing the script the first time, it was a real time saver and very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi Eko</title>
		<link>http://www.cybercoded.net/wordpress-blogroll-dropdown/comment-page-1/#comment-1223</link>
		<dc:creator>Andi Eko</dc:creator>
		<pubDate>Tue, 03 Feb 2009 10:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cybercoded.net/?p=696#comment-1223</guid>
		<description>Thank you for revising the script. I did that script at the older wordpress. I&#039;ve forgot in which version. :D</description>
		<content:encoded><![CDATA[<p>Thank you for revising the script. I did that script at the older wordpress. I&#8217;ve forgot in which version. <img src='http://www.cybercoded.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
