The MU forums have moved to WordPress.org

category, tag & archive index pages have 0 results on sub-blogs only (4 posts)

  1. mathewgj
    Member
    Posted 13 years ago #

    I just installed WPMU in a subdirectory on my site. I have a main blog, and 3 sub blogs. In the 3 sub-blogs, the index and individual posts work fine, but category, tag, and archive index pages show zero posts with that category/tag/month. The pages do not 404 or anything like that, they are just empty. I can add categories and tags to posts just fine in wp-admin, and they show up on the published posts - just no category/tag/archive indexes. Category/tag/archive index pages work fine on my main blog.

    Does this ring any bells?

    Help please!

    Mat

  2. andrea_r
    Moderator
    Posted 13 years ago #

    Empty as in completely white? Then that's an error.
    Find the error logs on your server, have a look at them.

    Also, on the sub-blogs, turn off all plugins (yes, even the ones in mu-plugins) and revert to the default theme. Do you still get the same?

  3. mathewgj
    Member
    Posted 13 years ago #

    Hi thanks for the quick response.

    Turning all plugins off did not affect anything (both on sub & main blogs)

    This is probably the easiest way to show what I mean by empty:

    Main blog category page:
    http://grockit.com/blog/main/category/brain/
    Sub-blog category page:
    http://grockit.com/blog/gre/category/gre/

    Thanks again!

  4. andrea_r
    Moderator
    Posted 13 years ago #

    It's a css issue. Compare the rendered source of the page.

    On the one that works:
    <div id="content" class="span-17 colborder" role="main">

    On the one that doesn't the content is actually there, but hidden:
    <div id="content" class="narrowcolumn" role="main">

    causing the overflow:hidden to kick in and hide the content.

    Firebug is your friend.

About this Topic

  • Started 13 years ago by mathewgj
  • Latest reply from andrea_r