• Hello all!
    I’m having trouble adding pages to my blog. I want to add a page for some photos I have but when I create it under the add new page how do I get it to show as a link or navbar item?

    Navbar this is another item I’d like to learn or understand on how to add it to my pages.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Bump. I’m also having this problem. I can create a page in the dashboard. However, when it’s done and I click “view page,” I get Error 404 page not found. What’s the issue?

    I am also having the problem when I create a page in the dashboard. When I click “view page,” I get Error 404 page not found. Additionally, when I use pretty permalinks I am also getting a 404 error, but not when I use the default links setting. I’ve tried EVERYTHING! Deleted .htaccess (wordpress recreated it okay), enabled all permissions for .htaccess, changed .htaccess to:
    # BEGIN WordPress

    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    I also called GoDaddy tech support and they confirmed Mod_Rewrite was enabled, I’ve tried every suggestion on the WP forums (adding cgi.fix_pathinfo = 1
    cgi.force_redirect = 0
    to the php.ini file, etc., etc., and worst of all, after FOUR DAYS and TOTAL FRUSTRATION, I completly uninstalled WP and my database and then installed a fresh new install of WP and recreated the entire site and now I have the same issue all over again.
    I’m running WP 2.9. Studio Press theme: streamline (also searched their forum and users told me they’re not having a problem with WP 2.9. My site: baltimoreduidwi.com. Can anyone help?

    I’m having the same issues after installing the latest version of Photocrati Viewfinder for the latest version of WordPress 2.9.1. I wanted to add an About, Contact, Gallery, Blog section on my WordPress page. I keep getting this page:

    The page you tried to access does not exist on this server. This page may not exist due to the following reasons:

    1. You are the owner of this web site and you have not uploaded (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, click here for FTP Upload Information.

    2. The URL that you have entered in your browser is incorrect. Please re-enter the URL and try again.

    3. The Link that you clicked on incorrectly points to this page. Please contact the owner of this web site to inform them of this situation.

    Any help would be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘adding pages’ is closed to new replies.