<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: no categories</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: no categories</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 01:16:35 +0000</pubDate>

<item>
<title>MichaelH on "Page displays 'no categories', wp_list_categories ()"</title>
<link>http://wordpress.org/support/topic/334239#post-1289760</link>
<pubDate>Sun, 22 Nov 2009 04:31:32 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1289760@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Actually I meant this code to be in a code widget&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php wp_list_categories(&#38;#39;exclude=1,3,5,4,9,11,12,14,15&#38;amp;orderby=order&#38;amp;hierarchical=1&#38;amp;depth=3&#38;amp;title_li=&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>rayholt on "Page displays 'no categories', wp_list_categories ()"</title>
<link>http://wordpress.org/support/topic/334239#post-1289621</link>
<pubDate>Sat, 21 Nov 2009 23:54:04 +0000</pubDate>
<dc:creator>rayholt</dc:creator>
<guid isPermaLink="false">1289621@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Although, I can go into Widgets and drag and drop the Categories widget into the defined sidebar and it works then.
&#60;/p&#62;</description>
</item>
<item>
<title>rayholt on "Page displays 'no categories', wp_list_categories ()"</title>
<link>http://wordpress.org/support/topic/334239#post-1289614</link>
<pubDate>Sat, 21 Nov 2009 23:37:36 +0000</pubDate>
<dc:creator>rayholt</dc:creator>
<guid isPermaLink="false">1289614@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Just tried and still showed &#34;no categories&#34; in the sidebar.
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Page displays 'no categories', wp_list_categories ()"</title>
<link>http://wordpress.org/support/topic/334239#post-1289596</link>
<pubDate>Sat, 21 Nov 2009 23:04:49 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1289596@http://wordpress.org/support/</guid>
<description>&#60;p&#62;If you put this in your sidebar.php or in &#60;a href=&#34;http://wordpress.org/extend/plugins/php-code-widget/&#34;&#62;Otto's PHP Code Widget&#60;/a&#62; do you get results?
&#60;/p&#62;</description>
</item>
<item>
<title>rayholt on "Page displays 'no categories', wp_list_categories ()"</title>
<link>http://wordpress.org/support/topic/334239#post-1289591</link>
<pubDate>Sat, 21 Nov 2009 23:01:55 +0000</pubDate>
<dc:creator>rayholt</dc:creator>
<guid isPermaLink="false">1289591@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm having a problem with displaying categories. In the top navigation, as well as the sub navigation, it displays &#34;no categories&#34;. I don't know if I just need another set of eyes looking at it because I can't seem to find any errors. Below is the code.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;navbar&#38;quot;&#38;gt;

	&#38;lt;div id=&#38;quot;navbarleft&#38;quot;&#38;gt;
		&#38;lt;ul id=&#38;quot;nav&#38;quot;&#38;gt;
			&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;&#38;quot;&#38;gt;Home&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
			&#38;lt;?php wp_list_categories(&#38;#39;exclude=1,3,5,4,9,11,12,14,15&#38;amp;orderby=order&#38;amp;hierarchical=1&#38;amp;depth=3&#38;amp;title_li=&#38;#39;); ?&#38;gt;&#38;lt;?php wp_list_pages(&#38;#39;title_li=&#38;amp;depth=4&#38;amp;sort_column=menu_order&#38;#39;); ?&#38;gt;

		&#38;lt;/ul&#38;gt;
	&#38;lt;/div&#38;gt;

	&#38;lt;div id=&#38;quot;navbarright&#38;quot;&#38;gt;
		&#38;lt;form id=&#38;quot;searchform&#38;quot; method=&#38;quot;get&#38;quot; action=&#38;quot;&#38;lt;?php echo $_SERVER[&#38;#39;PHP_SELF&#38;#39;]; ?&#38;gt;&#38;quot;&#38;gt;
		&#38;lt;input type=&#38;quot;text&#38;quot; value=&#38;quot;Search this website...&#38;quot; name=&#38;quot;s&#38;quot; id=&#38;quot;searchbox&#38;quot; onfocus=&#38;quot;if (this.value == &#38;#39;Search this website...&#38;#39;) {this.value = &#38;#39;&#38;#39;;}&#38;quot; onblur=&#38;quot;if (this.value == &#38;#39;&#38;#39;) {this.value = &#38;#39;Search this website...&#38;#39;;}&#38;quot; /&#38;gt;
		&#38;lt;input type=&#38;quot;submit&#38;quot; id=&#38;quot;searchbutton&#38;quot; value=&#38;quot;GO&#38;quot; /&#38;gt;&#38;lt;/form&#38;gt;
	&#38;lt;/div&#38;gt;

&#38;lt;/div&#38;gt;

&#38;lt;div style=&#38;quot;clear:both;&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;

&#38;lt;div id=&#38;quot;subnavbar&#38;quot;&#38;gt;

	&#38;lt;ul id=&#38;quot;subnav&#38;quot;&#38;gt;
		&#38;lt;?php wp_list_categories(&#38;#39;exclude=1,3,4,5,7,8,10,13&#38;amp;orderby=order&#38;amp;hierarchical=1&#38;amp;depth=3&#38;amp;title_li=&#38;#39;); ?&#38;gt;
	&#38;lt;/ul&#38;gt;

&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>esmi on "Hid categories from Nav Menu but now it's saying "no categories""</title>
<link>http://wordpress.org/support/topic/311800#post-1215084</link>
<pubDate>Thu, 17 Sep 2009 14:32:10 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1215084@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Try editing your sidebar's template file (probably sidebar.php) and removing &#60;code&#62;&#38;lt;?php wp_list_categories();?&#38;gt;&#60;/code&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>thesoundchurch on "Hid categories from Nav Menu but now it's saying "no categories""</title>
<link>http://wordpress.org/support/topic/311800#post-1214307</link>
<pubDate>Wed, 16 Sep 2009 20:40:09 +0000</pubDate>
<dc:creator>thesoundchurch</dc:creator>
<guid isPermaLink="false">1214307@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I didn't want my categories to be seen on the main menu.&#60;br /&#62;
I used {&#38;amp;exclude=x,y,z} to hide the specific categories, but now instead of seeing nothing, I am seeing &#34;no categories&#34;. Is there a way to make it so nothing shows up? (I don't want to see the words &#34;no categories)
&#60;/p&#62;</description>
</item>
<item>
<title>hav3030 on "After updating it says: No categories ?!?"</title>
<link>http://wordpress.org/support/topic/284638#post-1186212</link>
<pubDate>Mon, 24 Aug 2009 16:22:28 +0000</pubDate>
<dc:creator>hav3030</dc:creator>
<guid isPermaLink="false">1186212@http://wordpress.org/support/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;I have installed and used the 'My Category Order' plugin and all I had to do was to save it again...&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I'm having the same problem.&#60;/p&#62;
&#60;p&#62;Please forgive the stupid question... but, what is the &#34;it&#34; you are referring to?
&#60;/p&#62;</description>
</item>
<item>
<title>billdancourtney on "Categories not displaying in 2.8.3 (even with default sidebar)"</title>
<link>http://wordpress.org/support/topic/297127#post-1184824</link>
<pubDate>Sun, 23 Aug 2009 08:07:41 +0000</pubDate>
<dc:creator>billdancourtney</dc:creator>
<guid isPermaLink="false">1184824@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hosting service was in inept in this matter and I am stuck, at least until a more qualified person returns from holiday.&#60;/p&#62;
&#60;p&#62;I really begin to hate this upgrade stuff. Maybe best to wit a few weeks after a new version is released and check here for problems. How can they simply fix a security issue and have so many similar problems only one version later.&#60;/p&#62;
&#60;p&#62;Do my tag-category-links php files need to be modified? I am not good at that but can try. But modified to what?&#60;/p&#62;
&#60;p&#62;Bill
&#60;/p&#62;</description>
</item>
<item>
<title>billdancourtney on "Categories not displaying in 2.8.3 (even with default sidebar)"</title>
<link>http://wordpress.org/support/topic/297127#post-1184047</link>
<pubDate>Sat, 22 Aug 2009 11:28:44 +0000</pubDate>
<dc:creator>billdancourtney</dc:creator>
<guid isPermaLink="false">1184047@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have the same issue and I cannot create new categories or tags. Also all of my links/blogroll is gone. The problem happened about a week after upgrade actually, not immediately. I could almost handle it if I could simply assign all new categories and tags to posts. But I cannot. And my links will not show. I disabled all plugins and still had the issue. Contacted my hosting service to restore settings to one week ago. A couple days ago at least my categories were working. I am sure my links and tags were too. I did have a plugin called widget cache and cleared last night and wonder if the problem happened after that. Does not make sense though. &#60;/p&#62;
&#60;p&#62;What if we can never assign new categories or tags or show a bloggroll?&#60;/p&#62;
&#60;p&#62;Bill
&#60;/p&#62;</description>
</item>
<item>
<title>daddydesign on "Categories not displaying in 2.8.3 (even with default sidebar)"</title>
<link>http://wordpress.org/support/topic/297127#post-1178617</link>
<pubDate>Tue, 18 Aug 2009 03:25:43 +0000</pubDate>
<dc:creator>daddydesign</dc:creator>
<guid isPermaLink="false">1178617@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am having this problem.  Just upgraded to 2.8.4 and now categories wont show in sidebar:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.daddydesign.com/wordpress/&#34;&#62;http://www.daddydesign.com/wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the categories are still showing in backend and on site just not in the sidebar...
&#60;/p&#62;</description>
</item>
<item>
<title>ASFx on "After updating it says: No categories ?!?"</title>
<link>http://wordpress.org/support/topic/284638#post-1172913</link>
<pubDate>Wed, 12 Aug 2009 21:21:04 +0000</pubDate>
<dc:creator>ASFx</dc:creator>
<guid isPermaLink="false">1172913@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey you just saved me.  Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>designbymichael on "Categories not displaying in 2.8.3 (even with default sidebar)"</title>
<link>http://wordpress.org/support/topic/297127#post-1162670</link>
<pubDate>Tue, 04 Aug 2009 15:39:41 +0000</pubDate>
<dc:creator>designbymichael</dc:creator>
<guid isPermaLink="false">1162670@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Disregard.... was an error on my part in the template customization.  Included one too many files.
&#60;/p&#62;</description>
</item>
<item>
<title>designbymichael on "Categories not displaying in 2.8.3 (even with default sidebar)"</title>
<link>http://wordpress.org/support/topic/297127#post-1162663</link>
<pubDate>Tue, 04 Aug 2009 15:34:18 +0000</pubDate>
<dc:creator>designbymichael</dc:creator>
<guid isPermaLink="false">1162663@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've been having a heck of a time trying to get the categories, posts, comments, etc. to display at all in the side column.  Even the use of the default function:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php wp_list_categories(&#38;#39;show_count=1&#38;amp;title_li=&#38;lt;h2&#38;gt;Categories&#38;lt;/h2&#38;gt;&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Won't return any categories.  All of my posts have categories (only 4 of them at the parent level), they have tags, and none of this information is showing up in the right column.&#60;/p&#62;
&#60;p&#62;Bug?&#60;/p&#62;
&#60;p&#62;I'm confused as to what changed from 2.8.2 and auto-upgrading to 2.8.3 that would wipe out my capacity to view categories and other information.
&#60;/p&#62;</description>
</item>
<item>
<title>kcire on "After updating it says: No categories ?!?"</title>
<link>http://wordpress.org/support/topic/284638#post-1118986</link>
<pubDate>Sun, 28 Jun 2009 01:14:19 +0000</pubDate>
<dc:creator>kcire</dc:creator>
<guid isPermaLink="false">1118986@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Solved!&#60;/p&#62;
&#60;p&#62;I have installed and used the 'My Category Order' plugin and all I had to do was to save it again...&#60;/p&#62;
&#60;p&#62;Sigh...
&#60;/p&#62;</description>
</item>
<item>
<title>kcire on "After updating it says: No categories ?!?"</title>
<link>http://wordpress.org/support/topic/284638#post-1118985</link>
<pubDate>Sun, 28 Jun 2009 01:10:57 +0000</pubDate>
<dc:creator>kcire</dc:creator>
<guid isPermaLink="false">1118985@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have just updated to Wordpress 2.8...with the 'automatic update' option...and now on the website it says: No categories&#60;/p&#62;
&#60;p&#62;Before the update there was a little list of links to posts but now the list is gone...and all it states is: No categories&#60;/p&#62;
&#60;p&#62;?!?&#60;/p&#62;
&#60;p&#62;What could have caused this?&#60;/p&#62;
&#60;p&#62;HELP!
&#60;/p&#62;</description>
</item>
<item>
<title>apostaganha2 on ""No Categories" WHY?"</title>
<link>http://wordpress.org/support/topic/185344#post-1098534</link>
<pubDate>Thu, 11 Jun 2009 13:32:50 +0000</pubDate>
<dc:creator>apostaganha2</dc:creator>
<guid isPermaLink="false">1098534@http://wordpress.org/support/</guid>
<description>&#60;p&#62;solved! change it to:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php wp_list_categories('name'); ?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>apostaganha2 on ""No Categories" WHY?"</title>
<link>http://wordpress.org/support/topic/185344#post-1098518</link>
<pubDate>Thu, 11 Jun 2009 13:26:18 +0000</pubDate>
<dc:creator>apostaganha2</dc:creator>
<guid isPermaLink="false">1098518@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have the same problem after upgrade to 2.8!
&#60;/p&#62;</description>
</item>
<item>
<title>Drawer on "Theme directory has no search or category function?"</title>
<link>http://wordpress.org/support/topic/266276#post-1079621</link>
<pubDate>Thu, 21 May 2009 08:16:59 +0000</pubDate>
<dc:creator>Drawer</dc:creator>
<guid isPermaLink="false">1079621@http://wordpress.org/support/</guid>
<description>&#60;p&#62;When I enter 3 columns in the search box, Jeremyclark13, I get one with 4 columns, one 3, and the rest 2 - it's all crazy, no searching possible at all. All that hard work the developers did, and with no search, no one can find the themes they want.&#60;/p&#62;
&#60;p&#62;The search is useless, and so easy to fix, if someone had just SAVED THE OLD VERSION. It's really deplorable.
&#60;/p&#62;</description>
</item>
<item>
<title>windflow on "Theme directory has no search or category function?"</title>
<link>http://wordpress.org/support/topic/266276#post-1059929</link>
<pubDate>Wed, 29 Apr 2009 14:07:42 +0000</pubDate>
<dc:creator>windflow</dc:creator>
<guid isPermaLink="false">1059929@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have build a site to solve this problem.&#60;a href=&#34;http://www.webwpthemes.com&#34;&#62;Wordpress Themes Center&#60;/a&#62;.One of this site's feature is &#60;a href=&#34;http://www.webwpthemes.com/advance-search/&#34;&#62;Advanced Search&#60;/a&#62;.For example,you can find a 2 colomns theme with blue color etc.&#60;br /&#62;
Now i'm continuing to add WP themes.You can leave a comment on About page if you have some good idea.
&#60;/p&#62;</description>
</item>
<item>
<title>jeremyclark13 on "Theme directory has no search or category function?"</title>
<link>http://wordpress.org/support/topic/266276#post-1059915</link>
<pubDate>Wed, 29 Apr 2009 13:57:28 +0000</pubDate>
<dc:creator>jeremyclark13</dc:creator>
<guid isPermaLink="false">1059915@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Are you looking here: &#60;a href=&#34;http://wordpress.org/extend/themes/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/themes/&#60;/a&#62; because this is the official theme repository now, the other has been closed for awhile.  It has search and tags as well as by most popular.
&#60;/p&#62;</description>
</item>
<item>
<title>Shivaesyke on "Theme directory has no search or category function?"</title>
<link>http://wordpress.org/support/topic/266276#post-1059888</link>
<pubDate>Wed, 29 Apr 2009 13:22:55 +0000</pubDate>
<dc:creator>Shivaesyke</dc:creator>
<guid isPermaLink="false">1059888@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I noticed that today as well. :(  I went in hoping to find a nice two column layout with widgets and ... I have to now go through all of the themes?!  I can't just pull them up by two column / widget enabled selection. :(  Why in the world was this changed?!
&#60;/p&#62;</description>
</item>
<item>
<title>Drawer on "Theme directory has no search or category function?"</title>
<link>http://wordpress.org/support/topic/266276#post-1059702</link>
<pubDate>Wed, 29 Apr 2009 08:08:28 +0000</pubDate>
<dc:creator>Drawer</dc:creator>
<guid isPermaLink="false">1059702@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Please tell me I'm wrong. I've put together a couple of blogs and really enjoy hunting down the right themes, trying them out, then hacking them, just a little.&#60;/p&#62;
&#60;p&#62;So today I find the Theme Directory - after going to Google. Because I didn't know it was called a directory. And when I put it in search,nothing comes up. I can't even get back to that page. Was it a problem, actually naming it or putting a link somewhere in the Codex, or near the forums? And although it's up now, after having disappeared for 6? or 9 months, all the categories, such as how many columns, or colors, are gone.&#60;/p&#62;
&#60;p&#62;I see NO categories. Did TPTB decide that going through 1000 themes was the best way to find one? Then I went to Google and find that there are categories by 2 or 3 columns, but only a few. All the rest, who knows? Found this problem has been going on for months: &#60;a href=&#34;http://wordpress.org/support/topic/226294?replies=2&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/226294?replies=2&#60;/a&#62;. Wow, the whole system is ruined.
&#60;/p&#62;</description>
</item>
<item>
<title>mercime on "wp_list_categories() returns "No categories""</title>
<link>http://wordpress.org/support/topic/219589#post-909694</link>
<pubDate>Thu, 27 Nov 2008 19:52:47 +0000</pubDate>
<dc:creator>mercime</dc:creator>
<guid isPermaLink="false">909694@http://wordpress.org/support/</guid>
<description>&#60;p&#62;tprod: the solution I gave above was specifically for StephanHeijl's specific set up based on the theme where the sidebar was placed before the content. Just remember to keep wp_list_categories OUTSIDE of the loop. If you want to list the categories you checked for the post, use the_category
&#60;/p&#62;</description>
</item>
<item>
<title>tprod on "wp_list_categories() returns "No categories""</title>
<link>http://wordpress.org/support/topic/219589#post-908776</link>
<pubDate>Wed, 26 Nov 2008 19:18:51 +0000</pubDate>
<dc:creator>tprod</dc:creator>
<guid isPermaLink="false">908776@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Are you sure that wp_list_categories(); must be after the loop here is my code :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;content&#38;quot;&#38;gt;
    &#38;lt;div class=&#38;quot;left&#38;quot;&#38;gt;
       &#38;lt;?php if(strlen(category_description($category))&#38;gt; 7){ ?&#38;gt;
        &#38;lt;div class=&#38;quot;category-presentation&#38;quot;&#38;gt;&#38;lt;?php echo category_description($category); ?&#38;gt;&#38;lt;/div&#38;gt;
        &#38;lt;?php } ?&#38;gt;
        &#38;lt;h2&#38;gt;&#38;lt;?php echo(get_category_parents($cat, TRUE, &#38;#39; &#38;amp;raquo; &#38;#39;)); ?&#38;gt;&#38;lt;/h2&#38;gt;
       &#38;lt;?php //if(!empty($category)){ ?&#38;gt;&#38;lt;ul id=&#38;quot;category&#38;quot;&#38;gt;&#38;lt;?php wp_list_categories(&#38;#39;orderby=name&#38;#38;show_count=0&#38;#38;title_li=&#38;#38;child_of=&#38;#39;.$cat); ?&#38;gt;&#38;lt;/ul&#38;gt;&#38;lt;?php //} ?&#38;gt;
    &#38;lt;/div&#38;gt;

    &#38;lt;div class=&#38;quot;right&#38;quot;&#38;gt;
		&#38;lt;?php query_posts(&#38;#39;cat=&#38;#39;.$cat); ?&#38;gt;
        &#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;
        &#38;lt;div class=&#38;quot;post&#38;quot;&#38;gt;
            &#38;lt;h3 id=&#38;quot;post-&#38;lt;?php the_ID(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;&#38;lt;?php the_title_attribute(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h3&#38;gt;
            &#38;lt;p&#38;gt;&#38;lt;?php echo the_content(); ?&#38;gt;&#38;lt;/p&#38;gt;
        &#38;lt;/div&#38;gt;
        &#38;lt;?php endwhile; ?&#38;gt;
    &#38;lt;/div&#38;gt;
    &#38;lt;div class=&#38;quot;clr&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The result when I navigate through categories is &#34;No categories&#34; ? Do you have a solution ?
&#60;/p&#62;</description>
</item>
<item>
<title>StephanHeijl on "wp_list_categories() returns "No categories""</title>
<link>http://wordpress.org/support/topic/219589#post-907006</link>
<pubDate>Mon, 24 Nov 2008 16:59:55 +0000</pubDate>
<dc:creator>StephanHeijl</dc:creator>
<guid isPermaLink="false">907006@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks! Putting the menu after the posts worked like a charm :D
&#60;/p&#62;</description>
</item>
<item>
<title>mercime on "wp_list_categories() returns "No categories""</title>
<link>http://wordpress.org/support/topic/219589#post-906523</link>
<pubDate>Mon, 24 Nov 2008 02:37:36 +0000</pubDate>
<dc:creator>mercime</dc:creator>
<guid isPermaLink="false">906523@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Based on the source of your customized theme, the sidebar is set up before the main content, also&#60;br /&#62;
- the_category is used within THE LOOP, so if it is showing up in your sidebar, then you started THE LOOP before your sidebar.&#60;br /&#62;
- wp_list_categories is used outside THE LOOP, in other words, start THE LOOP after the sidebar tags&#60;br /&#62;
- You also have &#60;a href=&#34;http://validator.w3.org/check?verbose=1&#38;#38;uri=http%3A%2F%2F86.91.64.66%2FSubs%2FKandinsky_WP%2Findex.php&#34;&#62;validation errors &#60;/a&#62;. Most of errors caused by wrong codes such as:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ol&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;?php wp_list_categories(); ?&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ol&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;should be&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ol&#38;gt;
&#38;lt;?php wp_list_categories(); ?&#38;gt;
&#38;lt;/ol&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Stepping_Into_Templates&#34;&#62;WP Theme Template Reference&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>StephanHeijl on "wp_list_categories() returns "No categories""</title>
<link>http://wordpress.org/support/topic/219589#post-906386</link>
<pubDate>Sun, 23 Nov 2008 21:53:08 +0000</pubDate>
<dc:creator>StephanHeijl</dc:creator>
<guid isPermaLink="false">906386@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I set the second one to have 2 other categories. When I add the_category() in the menu it displays the categories of the first post, just to prove the categories are still there. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;menu&#38;quot;&#38;gt;
&#38;lt;div class=&#38;quot;menutop&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;header&#38;quot;&#38;gt;Menu&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;span class=&#38;quot;header&#38;quot;&#38;gt;Posts uit:&#38;lt;/span&#38;gt;

&#38;lt;ol&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;?php wp_list_categories(); ?&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ol&#38;gt;

&#38;lt;ol&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;?php the_category(); ?&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ol&#38;gt;

&#38;lt;div id=&#38;quot;menufoot&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Once again the code I used, and here's the URl:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://86.91.64.66/Subs/Kandinsky_WP/index.php&#34; rel=&#34;nofollow&#34;&#62;http://86.91.64.66/Subs/Kandinsky_WP/index.php&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>StephanHeijl on "wp_list_categories() returns "No categories""</title>
<link>http://wordpress.org/support/topic/219589#post-905786</link>
<pubDate>Sat, 22 Nov 2008 21:59:09 +0000</pubDate>
<dc:creator>StephanHeijl</dc:creator>
<guid isPermaLink="false">905786@http://wordpress.org/support/</guid>
<description>&#60;p&#62;As you could see on the page, I already had a post on there with 2 categories. I added a second one, and yet to no avail. I don't think that this is the cause of the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>mercime on "wp_list_categories() returns "No categories""</title>
<link>http://wordpress.org/support/topic/219589#post-905784</link>
<pubDate>Sat, 22 Nov 2008 21:54:00 +0000</pubDate>
<dc:creator>mercime</dc:creator>
<guid isPermaLink="false">905784@http://wordpress.org/support/</guid>
<description>&#60;p&#62;a category appears in list when there is at least one post associated with that category.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
