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.
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
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?