Viewing 9 replies - 1 through 9 (of 9 total)
  • Wouldn’t that be a function of what template your theme is using to display taxonomy results? See Template Hierarchy for more info.

    Thread Starter deadhippo

    (@deadhippo)

    When I disable the plugin it displays correctly.

    Okay. Scribu typically answers questions about his plugins. In the meantime he does say “you can create a multitax.php template file in your theme” so you might try that.

    Plugin Author scribu

    (@scribu)

    Yeah, another thing I usually say is “Try the development version.” ??

    Thread Starter deadhippo

    (@deadhippo)

    Thanks.
    Unfortunately, the development version was worse. All I got was a blank white page.

    Plugin Author scribu

    (@scribu)

    Behind the blank page is usually a fatal error. To see the error, add this line to your wp-config.php file:

    define('WP_DEBUG', true);

    Thread Starter deadhippo

    (@deadhippo)

    This is the error I got. My theme is about to be updated so I will check it again then. [Changing to default theme helped so the theme may just be the problem.]It does say TDOMF error but disabling that plugin didn’t fix the blank page issue.

    TDOMF ERROR: Headers have already been sent in file /home/deadhippo/theshirtlist.com/wp-includes/functions.php on line 3237 before session_start() could be called. This may be due to…

    Your current wordpress theme inserting HTML before calling the template tag “get_header”. This may be as simple as a blank new line. You can confirm this by using the default or classic WordPress theme and seeing if this error appears. You can also check your theme where it calls “get_header”.

    I will let you know what I find.

    Plugin Author scribu

    (@scribu)

    The issue you originally reported is now fixed in the dev. version: [261198]

    Thread Starter deadhippo

    (@deadhippo)

    Cool. I guess I will wait for the official update. Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Query Multiple Taxonomies] Taxonomy Title becomes “ARCHIVE”’ is closed to new replies.