• upfish

    (@upfish)


    i want add the Archives in my sidebar instead on the top, but i duono what’s the code for the archives, and anyone how it to me

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

    (@upfish)

    show*

    NuclearMoose

    (@nuclearmoose)

    Have you checked out the author’s site? Perhaps this question has been asked and answered there.

    systemofajon

    (@systemofajon)

    I’m no programmer, and don’t understand PHP at all, but this is what I added the following in my blog (in sidebar.php):

    <li><h2><?php _e('Archives'); ?></h2>
    <ul>
    <?php wp_get_archives('type=monthly'); ?>
    </ul>
    </li>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘question about Manji2 1.0 Beta’ is closed to new replies.