<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>SDAC Inc &#124; Chicagoland Web Development &#187; get_cat_name</title> <atom:link href="http://www.sandboxdev.com/tag/get_cat_name/feed/" rel="self" type="application/rss+xml" /><link>http://www.sandboxdev.com</link> <description>Just another Sandbox Development and Consulting Inc. Sites site</description> <lastBuildDate>Wed, 25 Jan 2012 07:57:33 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Get Category Name By ID (WordPress)</title><link>http://www.sandboxdev.com/2009/06/29/get-category-name-by-id-wordpress/</link> <comments>http://www.sandboxdev.com/2009/06/29/get-category-name-by-id-wordpress/#comments</comments> <pubDate>Mon, 29 Jun 2009 16:45:05 +0000</pubDate> <dc:creator>Jennifer Zelazny</dc:creator> <category><![CDATA[HOWTOs]]></category> <category><![CDATA[SDAC Blog]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[Codex]]></category> <category><![CDATA[get_cat_name]]></category> <category><![CDATA[SDAC theme]]></category> <guid
isPermaLink="false">http://www.sandboxdev.com/blog/733/get-category-name-by-id-wordpress/</guid> <description><![CDATA[I have been working on a new WordPress theme (to be released this week) and in one of the admin screens &#8211; I needed to get the category name by using the category ID. To do this (in or outside of the loop): Super simple &#8211; super helpful. Reference: http://codex.wordpress.org/Function_Reference/get_cat_name]]></description> <content:encoded><![CDATA[<p>I have been working on a new WordPress theme (to be released this week) and in one of the admin screens &#8211; I needed to get the category name by using the category ID.  To do this (in or outside of the loop):</p><pre class="brush: php; title: Custom Code; notranslate">
&lt;?php get_cat_name( $cat_id ) ?&gt;
</pre><p>Super simple &#8211; super helpful.</p><p>Reference: <a
href="http://codex.wordpress.org/Function_Reference/get_cat_name" target="_blank">http://codex.wordpress.org/Function_Reference/get_cat_name</a></p> <script type="text/javascript">sdac_post_slideshows.push({fx: 'fade', timeout: 0, speed: 1000, pause: 0,})</script>]]></content:encoded> <wfw:commentRss>http://www.sandboxdev.com/2009/06/29/get-category-name-by-id-wordpress/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
