Viewing 6 replies - 1 through 6 (of 6 total)
  • What links are you talking about (Categories, calendar..)?

    Thread Starter raptrex

    (@raptrex)

    yes

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    What links, exactly? Also, how do you want to change them? Do you want to change the name, destination URL, look, etc?

    Thread Starter raptrex

    (@raptrex)

    * Links
    o Alex
    o Dougal
    o Matt
    o Mike
    o WordPress
    * Categories:
    o News and Updates
    * Search:

    * Archives:
    o January 2005
    *
    January 2005 S M T W T F S

    1
    2 3 4 5 6 7 8
    9 10 11 12 13 14 15
    16 17 18 19 20 21 22
    23 24 25 26 27 28 29
    30 31
    * Other:
    o Login
    o Register
    * Meta:
    o RSS 2.0
    o Comments RSS 2.0
    o Valid XHTML
    o WP

    that is what i want to change
    i want to edit them like change the url and stuff

    all i need to know is what page to edit

    To change the links in the right side, look into index.php. Scroll down a couple hunderd lines and find the code between:

    <? // Begin Sidebar Menu ?>

    <? // EndSidebar Menu ?>

    Find (couldn’t get the brackets correct for displaying here so bare with me here):

    li <h2><?php _e(‘Archives’); ?></h2>
    ul
    <?php wp_get_archives(‘type=monthly’); ?>
    /ul
    /li
    Just replace the <?php wp_get_archives(‘type=monthly’); ?> with what ever you want in there. This hopefully should get you started.

    oops.. I meant to copy the above ‘Archives’ part and edit it to match what you want. Make sure to also change ‘Archives’ to be the topic heading you want.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how do change the links on the right side?’ is closed to new replies.