How do I make a page link on my wordpress blog redirect do to my forums?

Discussion in 'WordPress' started by dpatel304, May 4, 2007.

  1. #1
    I am completely knew to Wordpress, and blogging in general. With that said, I have a pretty basic, simple question:

    I see that I have the option to 'Add a page' to my blog. When I do this, it creates a link at the top of my page (good), that links to another page on my blog (bad). What I want is for the same button to just link directly to my forums, instead of directing users to a separate page.

    Thanks in advance.
     
    dpatel304, May 4, 2007 IP
  2. testblanc

    testblanc Active Member

    Messages:
    121
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #2
    in the blogroll, put the url of the forum
    or
    code the template/sidebar, by adding an url likr:
    <a href="your url">your text </a>
    hopes this help
     
    testblanc, May 4, 2007 IP
  3. dpatel304

    dpatel304 Peon

    Messages:
    220
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks. I was hoping to make one of those 'page buttons' link to my forums though.
     
    dpatel304, May 4, 2007 IP
  4. dpatel304

    dpatel304 Peon

    Messages:
    220
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Nevermind, a quick search brought me to this code:

    <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.afkay.com">

    I noticed there is about a one second delay, no big deal, but is there any other method?
     
    dpatel304, May 4, 2007 IP