Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter typhonus

    (@typhonus)

    Thanks for the suggestions guys. As Miklb said, I’m trying to hard code it and not create a Page (vs a page) in WP, in an attempt to avoid the way WP sets up certain things, and to allow me to set up features.

    I did try the relative vs absolute thing, but had no luck.

    Has anyone else created a static page within their blog and was able to link to it? Are their any functions/tags that will allow you to make a link by making a call to a certain function?

    Thread Starter typhonus

    (@typhonus)

    Ok, I’m very new to WP, and so I appologize if this is a kind of stupid question.

    Basically I want to make an individual page, an “About Me” page or “Contact Info” page. Creating the page is pretty simple, and I’ve imported the page, about.php, into the directory of the theme that I’m currently using. So I’m now trying to link that “About Me” page to a link/button on a horizontal menu on the index.php page of my blog.

    My problem is that I’m first not sure if this is the correct way of going about doing it, and second that when trying to link it using a “< a href=”wordpress/about.php” > About< /a >” command, I”m getting a link that does not work, returning an error 404 message.

    Is there a correct way of making links to new seperate pages in ones blog?

    Extra credit question, if I was to change themes, but the “About Me” page is located in one theme, but no in another, will that “About Me” page still work?

    Thanks again for any help

Viewing 2 replies - 1 through 2 (of 2 total)