• hi i am still new and this and i looked around the support topics and other posts but i still can’t quite figure this out. i can’t get my pages to show up. i have created some new pages for my stuff but i can’t get any of them to show up? i think it may have to do with my .htaccess but i am not sure how i would go about editing that. i am using the newest version of wp and i am creating my pages just like it says by clicking “new page” and then typing what i want! any help would be appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Show up where? On the front page? Or just links to them on the front page? If it is the latter, try adding this code to your sidebar:

    <?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>

    Can you please post the link to where you blog is running?

    If you are using “nice permalinks” that require the presence of the .htaccess file, your .htaccess file has to be writable (chmod=666) every time you create a new Page, so that WP can write the rules for them into the .htaccess file.

    Thread Starter bellablack

    (@bellablack)

    that was it i forgot to change the permissions thanks so much! (i feel stupid now)

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

The topic ‘pages’ is closed to new replies.