• Hello All,

    I successfully created a custom theme in html and translated it to a word press theme. I got my custom navigation menu to appear as I created it. Also, I created individual word-press template pages.

    HOWEVER, I am trying to get my word press page to show up when I click on my custom navigation menu ( https://localhost/moonbeast2012/contact/ ) and all I get is the following error: “Not Found
    The requested URL /moonbeast2012/contact/ was not found on this server.
    ” Also the title of my pages (https://localhost/moonbeast2012/)shows a (<title> – </title>)

    Could someone tell me HOW to get my pages to show up as I created them in word press. HOW DO I GET MY EXISTING PAGE CONTENT TO BECOME EDITABLE?

    Thx
    mrjap1

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you have the apache rewrite_module enabled?

    Thread Starter mrjap1

    (@mrjap1)

    Hello JarretC,

    Thank you sooo very much… I did not have the apache rewrite_module enabled. That helped! No more problems with my navigation functioning properly.

    Okay. I do not know where this is coming from… NOW I am getting this css code below above my pages when I now click on the page navigation. The code is displaying on top of my page and pushing the real content much lower. How do I get rid of this?

    <em>contact -
    .recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
    #wpadminbar { display:none; }
    html { margin-top: 28px !important; } * html body { margin-top: 28px !important; }</em>

    ANOTHER QUESTION:
    Is there a way I can make my content for each of my pages editable in word press?

    Thx,
    mrjap1

    Without being able to see a live site it is hard to say. You could either have code in your header.php file or functions.php file possibly that is echo’ing out the CSS that you posted above.

    I would look in your header.php first and see if you can find anything. If you can’t find anything in there I would try functions.php next.

    In regards to your other question, assuming the theme was built correctly and your installation was configured correctly (also assuming you insatlled WordPress in the root directory) you should be able to access your admin area by visiting https://localhost/wp-admin and logging in with the username and password that you setup.

    Once logged in to the admin area you can edit posts/pages using the menu on the left.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP pages will not show up – editable page content- 06.10.12’ is closed to new replies.