<?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>ZENVERSE &#187; wordpress 2.8</title>
	<atom:link href="http://zenverse.net/tag/wordpress-2-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenverse.net</link>
	<description>Design and Web Development</description>
	<lastBuildDate>Sun, 13 May 2012 15:26:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fix get_categories() Problem in WordPress 2.8</title>
		<link>http://zenverse.net/fix-get_categories-problem-in-wordpress-2-8/</link>
		<comments>http://zenverse.net/fix-get_categories-problem-in-wordpress-2-8/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 06:21:52 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Wordpress Development]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[get_categories]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[wordpress 2.8]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=182</guid>
		<description><![CDATA[I have been using get_categories() to display the featured categories in my theme option page. However, the function does not seems to work anymore after I've upgraded to Wordpress 2.8.

Now, I am pretty sure Wordpress 2.8.1 will be released very soon.]]></description>
			<content:encoded><![CDATA[<p>I have been using <em>get_categories()</em> to display the featured categories in my theme option page. However, the function does not seems to work anymore after I&#8217;ve upgraded to WordPress 2.8 (It returns an array of error like below).</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p182code1'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1821"><td class="code" id="p182code1"><pre class="html" style="font-family:monospace;">array(2) { [&quot;errors&quot;]=&gt; array(1) { [&quot;invalid_taxonomy&quot;]=&gt; array(1) { [0]=&gt; string(16) &quot;Invalid Taxonomy&quot; } } [&quot;error_data&quot;]=&gt; array(0) { } }</pre></td></tr></table></div>

<p><strong>Now, I am pretty sure WordPress 2.8.1 will be released very soon.</strong></p>
<blockquote><p>UPDATE : <a href="http://zenverse.net/wordpress-2-8-1-is-available-upgrade-now/">WordPress 2.8.1 is already available</a>, please upgrade now.</p></blockquote>
<h3>How to fix it?</h3>
<p>- &#8211; - This temporary solution was removed because WP 2.8.1 is available now &#8211; - -</p>
<p><!--Here's a quote from WordPress Support :--></p>
<p><!--blockquote>The latest 2.8.1 nightly build has a fix for this if anyone wants to try it out:</p>
<p><a target="_blank" href="http://wordpress.org/nightly-builds/wordpress-2.8-latest.zip">http://wordpress.org/nightly-builds/wordpress-2.8-latest.zip</a></p>
<p>You can do an automatic upgrade by going into wp-includes/version.php and changing $wp_version from 2.8 to 2.8.1-beta and then visiting Tools->Upgrade.</blockquote-->
<h3>Side Notes</h3>
<p>If you are using <em>get_categories()</em> to display category links in sidebar, you should really use <a target="_blank" href="http://codex.wordpress.org/Template_Tags/wp_list_categories">wp_list_categories() </a>instead.</p>
<p>Thank you for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/fix-get_categories-problem-in-wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

