• I have added a call to my sidebar (that I would like to have on the left side) as the second statement in the narchives.php body:

    </head>
    <body>
    <div id=”page”>
    <?php get_sidebar(); ?>

    this produces the folowing warning at the top of the narchives.php, otherwise narchives works fine:

    Warning: extract() [function.extract]: First argument should be an array in
    wordpress/wp-includes/functions.php on line 1733

    This is the relevant line from functions.php:
    extract($wp_query->query_vars);

    require_once($file);
    }

    Additionally, entries where I have edited the post date or are deleted also show up on the narchies page. How can I get rid of them?

    Any help is very much appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘narchives problems’ is closed to new replies.