• jbr39117

    (@jbr39117)


    The navigation for my blog is managed internally by wordpress, and I was wondering if it would be possible to link to a static page that is external from wordpress? I dont see anywhere in the page management the option to do so. Any ideas?

Viewing 8 replies - 1 through 8 (of 8 total)
  • moshu

    (@moshu)

    You will need to use a plugin for that:
    See the Redirectify plugin on this page: http://www.redalt.com/downloads/

    and here are the instructions to it:
    http://asymptomatic.net/2005/03/22/1413/redirectify-plugin/

    Hello,
    I too would like to link to a static page external from wordpress. My webhost uses WordPress version 2.2 beta.

    I’ve tried using the Redirectify plug-in (v 1.6), I’ve also tried using: cg-redirect.php. I couldn’t get either one to work.

    When you click on a button that has a redirect script attached to it, a new page opens with the following error meassage:
    The document has moved here.
    (when you click on “here”, the same error page reloads)

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    I really need to have prominent links to the main part of my website (outside of WordPress). I am using the Blix theme. Any help given will be greatly appreciated.
    Thanks,
    Kyle

    Wait, wait… why can’t you just go into your theme editor (Presentation >> Theme Editor) and modify the HTML for your navigation elements? It’s probably inside Header. I link to a contact form that’s completely outside WordPress. It’s just a matter of recoding where the links at the top of the page send users to, right? Or did I not quite get what it is that you want to do?

    TS- how do you link like that? The only links I see are when there’s a php call to pull ‘pages’. Does that mean I could link to a catagory or a specific page if I wanted to?

    Pulling pages? What do you mean?

    Your navigation is typically inside Header, so if you open that file in your theme editor, you should see all the links listed there.

    Yes, you can link to a specific Page or category. If you’re only using Pages (that is to say, Write >> Write Pages) to create navigation, you have power over how those Pages are listed:
    http://codex.wordpress.org/Template_Tags/wp_list_pages

    And you could always just hand-code your own links to the Pages, allowing you to really hand-code links to whatever page on your site you want. Assuming that you’ll never change the titles of your Pages, hand coding will work just fine.

    And this plugin might be what you’re looking for:
    http://tela-web.com/wordpress-plugins/sticky-menu/

    I figured it out. I set up a link at the end of the PHP call for pages and just made the link the same formatting as the other links to pages.

    Can you be more specific than that? I’m thinking that others who visit this page in the future won’t be able to make much sense out of the solution you just posted. Maybe some code or a clearer explanation of what you did and what problem you solved. It doesn’t need to be long, but imagine that you hadn’t solved the problem. What do you wish you would have found in a thread like this? Write that up and then mark this post “Resolved” so everyone knows. Thanks and let me know if I can help.

    I’m trying to also make my navigation links from my wordpress blog be links to static pages (non – blog) pages. I went into the Header file, but did not see my links listed. It seems that it would be simple just to change the code so that “home” goes to a static page and the other links also go to other static pages. In other words the blog is only a part of my site. How can I do this? I’m using the template from Andreas 01.

    THanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Linking to outside pages from navigation?’ is closed to new replies.