• Hi,

    I have some problems with pages. I wrote up two new pages, and published them, but they don’t appear anywhere on my site: I was expecting them to be under the navigation tab, and my “about” page shows a 404 error when I click on it. The page does exist,in the admin area.

    Can you tell me what I need to do to fix this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • regenerate permalinks
    admin – settings – permalinks

    To anyone who had pages and posts come up blank, do what samboll suggests. I have been racking my brain on two new installs for the last week. I tried regenerating the permalinks, and it solved my blank page issue. Thank you Samboll!!

    Thread Starter bluecat464

    (@bluecat464)

    Hmmm Perhaps I’m not doing the right thing I went to the admin-settings- permalinks but couldn’t find any way to regenerate. However not the “about” works

    Hi,

    Set your desired permalinks settings from wordpress admin area and add this code in htaccess file:

    # 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

    Now, have a check with old and new posts.

    Thanks,

    Shane G.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pages are not appearing on the Webpage’ is closed to new replies.