1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress links help

Discussion in 'HTML & Website Design' started by Vizuke, Aug 24, 2006.

  1. #1
    I need help with Wordpress Links as I am a new wordpress user. As you can see from my blog ( http://www.vizuke.com/blog ), I have a forums link near the top, I don't know how to edit the link to go directly to the http://www.vizuke.com/forums instead of having it go to the page id then redirecting it to the forums afterward. Anyone can help me would be nice.
     
    Vizuke, Aug 24, 2006 IP
  2. maks

    maks Well-Known Member

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #2
    Right now it's just listing the pages you have created via your Wordpress admin. Go to the Wordpress admin Manage section and delete the page you created for the forum. Next, go to Presentation, then Theme Editor, select the Sidebar file to edit your sidebar.php (or whatever it's called) and then hardcode the link in there under where it's displaying your pages.
     
    maks, Aug 24, 2006 IP
  3. supriyadisw

    supriyadisw Peon

    Messages:
    203
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Alternative idea: After you deleted your page, go to your sidebar file find this code:

    <ul>
    <?php wp_list_pages('title_li='); ?>
    </ul>
    Code (markup):
    Add your new link under that code and before tag
    </ul>
    Code (markup):
    :

    <ul>
    <?php wp_list_pages('title_li='); ?>
    <li><a href="new link">new link</a></li>
    </ul>
    
    Code (markup):
    Your new link should look like a page link. Gud lak
     
    supriyadisw, Aug 26, 2006 IP