<?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"
	>
<channel>
	<title>Comments on: Attention All WordPress Experts!</title>
	<atom:link href="http://essentialkeystrokes.com/attention-all-wordpress-experts/feed/" rel="self" type="application/rss+xml" />
	<link>http://essentialkeystrokes.com/attention-all-wordpress-experts/</link>
	<description>Web design and marketing tips, reviews and thoughts.</description>
	<pubDate>Fri, 21 Nov 2008 06:31:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: The Evolution of a Blog</title>
		<link>http://essentialkeystrokes.com/attention-all-wordpress-experts/#comment-10844</link>
		<dc:creator>The Evolution of a Blog</dc:creator>
		<pubDate>Tue, 26 Jun 2007 02:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/2006/10/03/attention-all-wordpress-experts/#comment-10844</guid>
		<description>[...] I needed an outlet for non-web design topics) and jumped into WordPress head first. I posted my first distress call less than a week later! Lorelle of Lorelle on WordPress came to my rescue - how is that for [...]</description>
		<content:encoded><![CDATA[<p>[...] I needed an outlet for non-web design topics) and jumped into WordPress head first. I posted my first distress call less than a week later! Lorelle of Lorelle on WordPress came to my rescue - how is that for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Essential Keystrokes &#187; The Power Of The Blogging Community</title>
		<link>http://essentialkeystrokes.com/attention-all-wordpress-experts/#comment-1675</link>
		<dc:creator>Essential Keystrokes &#187; The Power Of The Blogging Community</dc:creator>
		<pubDate>Mon, 18 Dec 2006 12:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/2006/10/03/attention-all-wordpress-experts/#comment-1675</guid>
		<description>[...] Most of us would agree that Lorelle has one of the most extensive WordPress resources sites ever created, but I didn&#8217;t find her, she found me! I had a question about WordPress and was frustrated, so I posted my question on my blog and Lorelle found me, and answered my question. By answering my question, she also pointed me in the direction of more awesome resources so I could help myself in the future. [...]</description>
		<content:encoded><![CDATA[<p>[...] Most of us would agree that Lorelle has one of the most extensive WordPress resources sites ever created, but I didn&#8217;t find her, she found me! I had a question about WordPress and was frustrated, so I posted my question on my blog and Lorelle found me, and answered my question. By answering my question, she also pointed me in the direction of more awesome resources so I could help myself in the future. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Essential Keystrokes &#187; WordPress Resource Motherlode</title>
		<link>http://essentialkeystrokes.com/attention-all-wordpress-experts/#comment-31</link>
		<dc:creator>Essential Keystrokes &#187; WordPress Resource Motherlode</dc:creator>
		<pubDate>Wed, 04 Oct 2006 14:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/2006/10/03/attention-all-wordpress-experts/#comment-31</guid>
		<description>[...] Yesterday I posted that I needed some quick help with a WordPress issue. To my surprise, I quickly got a response, and within minutes, my issue was resolved. I&#8217;d like to thank Lorelle for taking the time to respond to my request and thank her even more for giving me the opportunity to learn about her great blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] Yesterday I posted that I needed some quick help with a WordPress issue. To my surprise, I quickly got a response, and within minutes, my issue was resolved. I&#8217;d like to thank Lorelle for taking the time to respond to my request and thank her even more for giving me the opportunity to learn about her great blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Char</title>
		<link>http://essentialkeystrokes.com/attention-all-wordpress-experts/#comment-30</link>
		<dc:creator>Char</dc:creator>
		<pubDate>Tue, 03 Oct 2006 20:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/2006/10/03/attention-all-wordpress-experts/#comment-30</guid>
		<description>Thank you, thank you!  Of course I know I should read the manual first, but this way, I learned something new and found a great new blog to add to my to-read list.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you!  Of course I know I should read the manual first, but this way, I learned something new and found a great new blog to add to my to-read list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loelle</title>
		<link>http://essentialkeystrokes.com/attention-all-wordpress-experts/#comment-29</link>
		<dc:creator>Loelle</dc:creator>
		<pubDate>Tue, 03 Oct 2006 20:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/2006/10/03/attention-all-wordpress-experts/#comment-29</guid>
		<description>Always read the manual: &lt;a href="http://codex.wordpress.org/Template_Tags/wp_list_cats" rel="nofollow"&gt;WordPress Codex - wp_list_cats Template Tag&lt;/a&gt;:

ASCENDING list by name:

&lt;code&gt;&#60;ul&#62;
&#60;?php wp_list_cats('sort_column=name&#38;sort_order=asc'); ?&#62;
&#60;/ul&#62;&lt;/code&gt;

or DESCENDING list by name:

&lt;code&gt;&#60;ul&#62;
&#60;?php wp_list_cats('sort_column=name&#38;sort_order=desc'); ?&#62;
&#60;/ul&#62;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Always read the manual: <a href="http://codex.wordpress.org/Template_Tags/wp_list_cats" rel="nofollow">WordPress Codex - wp_list_cats Template Tag</a>:</p>
<p>ASCENDING list by name:</p>
<p><code>&lt;ul&gt;<br />
&lt;?php wp_list_cats('sort_column=name&amp;sort_order=asc'); ?&gt;<br />
&lt;/ul&gt;</code></p>
<p>or DESCENDING list by name:</p>
<p><code>&lt;ul&gt;<br />
&lt;?php wp_list_cats('sort_column=name&amp;sort_order=desc'); ?&gt;<br />
&lt;/ul&gt;</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
