2013-10-04, 08:51:07
My index / home page works fine, however creating new pages, gives me a 404 error.
I am creating by 'Create New Page' and 'Add this page to the menuView'.
The new page shows up in the menu but clicking on it returns an error.
My header_inc.php has this code.
I have also tried
with the same results.
what am I doing wrong?
thanks
I am creating by 'Create New Page' and 'Add this page to the menuView'.
The new page shows up in the menu but clicking on it returns an error.
My header_inc.php has this code.
PHP Code:
<nav>
<ul id="nav">
<?php get_navigation(return_page_slug()); ?>
</ul>
</nav>
I have also tried
PHP Code:
<?php get_navigation(return_page_slug()); ?>
with the same results.
what am I doing wrong?
thanks
I'm no Einstein, nor do I profess to be. Just saying what I would try in the circumstances.