Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter iliketocolour

    (@iliketocolour)

    My site is running on an older version, and I’m afraid if I download the 2.8.4 version, all my information will be lost. There aren’t any other ways of going about this?

    Thread Starter iliketocolour

    (@iliketocolour)

    Ok, but when I try to place the exclude parameter in my code, it messes up my entire navigation.

    Here’s what it looks like right now:

    <?php wp_list_pages(‘title_li=&depth=1’; exclude=17,38;); ?>

    What’s it supposed to look like?

    Thread Starter iliketocolour

    (@iliketocolour)

    Thanks so much! Huge help. The archives page is still doing the same thing. Anymore help would be much much appreciated. Here’s the code for archive.php.

    <?php
    /*
    Template Name: Archives
    */
    ?>

    <?php include (TEMPLATEPATH.”/header.php”); ?>

    <div id=”content”>
    <div id=”contentleft”>
    <h2>Archives for <?php the_time(‘F Y’) ?></h2>

    <p align=”center”><?php posts_nav_link(‘ — ‘, __(‘« newer posts’), __(‘older posts »’)); ?></p>
    </div>
    <?php include(TEMPLATEPATH.”/sidebar.php”);?>
    </div>

    <?php get_footer(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)