<?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: New get_links_list() function</title>
	<atom:link href="http://wordpress.org/news/2003/08/new-getlinkslist-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.org/news/2003/08/new-getlinkslist-function/</link>
	<description>WordPress News</description>
	<lastBuildDate>Fri, 22 Jan 2010 06:50:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24330</generator>
	<item>
		<title>By: Geof</title>
		<link>http://wordpress.org/news/2003/08/new-getlinkslist-function/#comment-273</link>
		<dc:creator>Geof</dc:creator>
		<pubDate>Thu, 16 Oct 2003 08:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.org/development/2003/08/new-getlinkslist-function/#comment-273</guid>
		<description><![CDATA[Dougal, this is an awesome little function.  Thanks so much.  :D]]></description>
		<content:encoded><![CDATA[<p>Dougal, this is an awesome little function.  Thanks so much.  <img src='http://wordpress.org/news/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurice</title>
		<link>http://wordpress.org/news/2003/08/new-getlinkslist-function/#comment-272</link>
		<dc:creator>Maurice</dc:creator>
		<pubDate>Fri, 26 Sep 2003 06:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.org/development/2003/08/new-getlinkslist-function/#comment-272</guid>
		<description><![CDATA[sorry i.e]]></description>
		<content:encoded><![CDATA[<p>sorry i.e</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurice</title>
		<link>http://wordpress.org/news/2003/08/new-getlinkslist-function/#comment-271</link>
		<dc:creator>Maurice</dc:creator>
		<pubDate>Fri, 26 Sep 2003 06:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.org/development/2003/08/new-getlinkslist-function/#comment-271</guid>
		<description><![CDATA[Sorry but I&#039;m not that familiar with php some things are asy some are not and I&#039;m the type that learns by example. I get what it does but can someone please post a complete  example of the code they are using so I can see how this works.]]></description>
		<content:encoded><![CDATA[<p>Sorry but I&#8217;m not that familiar with php some things are asy some are not and I&#8217;m the type that learns by example. I get what it does but can someone please post a complete  example of the code they are using so I can see how this works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://wordpress.org/news/2003/08/new-getlinkslist-function/#comment-270</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 31 Aug 2003 22:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.org/development/2003/08/new-getlinkslist-function/#comment-270</guid>
		<description><![CDATA[Yes, future tangentially related comments will be deleted. Please keep such matters to the support forums.]]></description>
		<content:encoded><![CDATA[<p>Yes, future tangentially related comments will be deleted. Please keep such matters to the support forums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal Campbell</title>
		<link>http://wordpress.org/news/2003/08/new-getlinkslist-function/#comment-269</link>
		<dc:creator>Dougal Campbell</dc:creator>
		<pubDate>Fri, 29 Aug 2003 02:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.org/development/2003/08/new-getlinkslist-function/#comment-269</guid>
		<description><![CDATA[First, the support forums would be a better place for this.

But, I&#039;ve just added the ability to sort link categories by name length.]]></description>
		<content:encoded><![CDATA[<p>First, the support forums would be a better place for this.</p>
<p>But, I&#8217;ve just added the ability to sort link categories by name length.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://wordpress.org/news/2003/08/new-getlinkslist-function/#comment-268</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 29 Aug 2003 01:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.org/development/2003/08/new-getlinkslist-function/#comment-268</guid>
		<description><![CDATA[I&#039;ve asked this in b2&#039;s feature request forum in the past, but had no response. So maybe I&#039;ll ask here with some success. Could you please add a feature to get_links_list() sorted not by id nor name, but by the length of the name? For example, if you remembered slashdot&#039;s old frontpage, the links on the left were listed with the shortest words first and last and the longest words in the middle. It makes for a more aesthetically pleasing list. Or, using another example, if you have a blogrolling account, one of the sorting options that blogrolling provides is to sort according to the size of the link (i.e. the link&#039;s text name) -- this option is listed under &quot;Sorting Tricks&quot; in the Preferences menu for your blogrolling.com account. In this way, instead of sorting by &quot;id&quot; or &quot;name&quot;, you can have sort by &quot;wordlength,&quot; in which case you&#039;ll need an additional parameter such as &quot;toplongest, bottomlongest, middlelongest, middleshortest&quot; to describe the sorting method. This is one of the features, in my opinion, that will make wordpress more attractive to bloggers who take attention to details (details that matter).]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve asked this in b2&#8242;s feature request forum in the past, but had no response. So maybe I&#8217;ll ask here with some success. Could you please add a feature to get_links_list() sorted not by id nor name, but by the length of the name? For example, if you remembered slashdot&#8217;s old frontpage, the links on the left were listed with the shortest words first and last and the longest words in the middle. It makes for a more aesthetically pleasing list. Or, using another example, if you have a blogrolling account, one of the sorting options that blogrolling provides is to sort according to the size of the link (i.e. the link&#8217;s text name) &#8212; this option is listed under &#8220;Sorting Tricks&#8221; in the Preferences menu for your blogrolling.com account. In this way, instead of sorting by &#8220;id&#8221; or &#8220;name&#8221;, you can have sort by &#8220;wordlength,&#8221; in which case you&#8217;ll need an additional parameter such as &#8220;toplongest, bottomlongest, middlelongest, middleshortest&#8221; to describe the sorting method. This is one of the features, in my opinion, that will make wordpress more attractive to bloggers who take attention to details (details that matter).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://wordpress.org/news/2003/08/new-getlinkslist-function/#comment-267</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 28 Aug 2003 14:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.org/development/2003/08/new-getlinkslist-function/#comment-267</guid>
		<description><![CDATA[Ah, I get it. Nice!]]></description>
		<content:encoded><![CDATA[<p>Ah, I get it. Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal Campbell</title>
		<link>http://wordpress.org/news/2003/08/new-getlinkslist-function/#comment-266</link>
		<dc:creator>Dougal Campbell</dc:creator>
		<pubDate>Wed, 27 Aug 2003 19:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.org/development/2003/08/new-getlinkslist-function/#comment-266</guid>
		<description><![CDATA[Oh yeah, and my &quot;What&#039;s Playing&quot; is handled by the &lt;a href=&quot;http://whatsplaying.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;What&#039;s Playing Plugin&lt;/a&gt; for Winamp3. That site has some links to plugins for other players, too, and also to the PHP code to receive the info from the plugin.]]></description>
		<content:encoded><![CDATA[<p>Oh yeah, and my &#8220;What&#8217;s Playing&#8221; is handled by the <a href="http://whatsplaying.sourceforge.net/" rel="nofollow">What&#8217;s Playing Plugin</a> for Winamp3. That site has some links to plugins for other players, too, and also to the PHP code to receive the info from the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal Campbell</title>
		<link>http://wordpress.org/news/2003/08/new-getlinkslist-function/#comment-265</link>
		<dc:creator>Dougal Campbell</dc:creator>
		<pubDate>Wed, 27 Aug 2003 19:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.org/development/2003/08/new-getlinkslist-function/#comment-265</guid>
		<description><![CDATA[All the CODE tag normally does is to display its contents in a fixed-width font. You still have to escape &#039;&lt;&#039; characters as &#039;&lt;&#039; if you want to show what code should look like.

Anyhow, what&#039;s different between get_links_list() and get_links() is:

get_links()  will not display the name of the link category, and will sort &lt;strong&gt;all&lt;/strong&gt; of your links as one big list (unless you put a separate get_links() call in your template for each of your categories), regardless of the link category. It pretty much ignores all of the options you&#039;ve set in the Link Categories management screens

get_links_list() automagically honors all of the settings in the Link Categories screens, for each category individually. So it sorts the categories in the order you want (with a header for each one), and it sorts the links for &lt;em&gt;each&lt;/em&gt; category separately.

In my case, I have six categories (well, actually, I have seven, but I don&#039;t have any links in the default &#039;General&#039; category, so it isn&#039;t displayed):

Dougal&#039;s Stuff
Tangential
Technology and Design
Misc Stuff
Blog Meta
Tech News

My Link Categories options have different settings for each category. In &quot;Dougal&#039;s Stuff&quot;, I sort by link ID, and don&#039;t display &#039;updated&#039; info. The &#039;Tangential&quot; category is sorted by ID, but &lt;em&gt;does&lt;/em&gt; display &#039;updated&#039;. In &quot;Technology and Design&quot;, I sort by updated/descending. The other three categories are all sorted by the link name.

All of that sorting and the other display options are being automagically handled by get_links_list(). All I have to tell it is in what order I want the categories displayed. In my case, I have it list my categories by ID, because I entered the categories in a specific order that I wanted to use.

Internally, get_links_list() is calling the get_links() function for you, passing it all the appropriate parameters to handle the options set in the Link Categories admin screen.

Does that clear things up?]]></description>
		<content:encoded><![CDATA[<p>All the CODE tag normally does is to display its contents in a fixed-width font. You still have to escape &#8216;&#060;&#8217; characters as &#8216;&#038;lt;&#8217; if you want to show what code should look like.</p>
<p>Anyhow, what&#8217;s different between get_links_list() and get_links() is:</p>
<p>get_links()  will not display the name of the link category, and will sort <strong>all</strong> of your links as one big list (unless you put a separate get_links() call in your template for each of your categories), regardless of the link category. It pretty much ignores all of the options you&#8217;ve set in the Link Categories management screens</p>
<p>get_links_list() automagically honors all of the settings in the Link Categories screens, for each category individually. So it sorts the categories in the order you want (with a header for each one), and it sorts the links for <em>each</em> category separately.</p>
<p>In my case, I have six categories (well, actually, I have seven, but I don&#8217;t have any links in the default &#8216;General&#8217; category, so it isn&#8217;t displayed):</p>
<p>Dougal&#8217;s Stuff<br />
Tangential<br />
Technology and Design<br />
Misc Stuff<br />
Blog Meta<br />
Tech News</p>
<p>My Link Categories options have different settings for each category. In &#8220;Dougal&#8217;s Stuff&#8221;, I sort by link ID, and don&#8217;t display &#8216;updated&#8217; info. The &#8216;Tangential&#8221; category is sorted by ID, but <em>does</em> display &#8216;updated&#8217;. In &#8220;Technology and Design&#8221;, I sort by updated/descending. The other three categories are all sorted by the link name.</p>
<p>All of that sorting and the other display options are being automagically handled by get_links_list(). All I have to tell it is in what order I want the categories displayed. In my case, I have it list my categories by ID, because I entered the categories in a specific order that I wanted to use.</p>
<p>Internally, get_links_list() is calling the get_links() function for you, passing it all the appropriate parameters to handle the options set in the Link Categories admin screen.</p>
<p>Does that clear things up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://wordpress.org/news/2003/08/new-getlinkslist-function/#comment-264</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 27 Aug 2003 15:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.org/development/2003/08/new-getlinkslist-function/#comment-264</guid>
		<description><![CDATA[Sorry for all these posts, but it seems that this comments system is very bad at handling posts with HTML code in them :&#124;

The above have li /li as two of the options, essentially creating a list. So what&#039;s the difference?]]></description>
		<content:encoded><![CDATA[<p>Sorry for all these posts, but it seems that this comments system is very bad at handling posts with HTML code in them <img src='http://wordpress.org/news/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
<p>The above have li /li as two of the options, essentially creating a list. So what&#8217;s the difference?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
