Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with adding pages to navigation
#1
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.

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.
Reply
#2
You get a 404 creating a new page OR visiting a new page ?
Your post is confusing.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
(2013-10-04, 08:55:30)shawn_a Wrote: You get a 404 creating a new page OR visiting a new page ?
Your post is confusing.

Sorry, visiting.
No probs creating and when I look at the site it show the new page in the menu, however when I click on it, thats when I get the 404.

thanks.
I'm no Einstein, nor do I profess to be. Just saying what I would try in the circumstances.
Reply
#4
Have you checked your settings and made sure your siteurl is correct ?
If you have fancy urls on, maybe your rewrites are not working.
turn it off, and see
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#5
(2013-10-04, 09:47:05)shawn_a Wrote: Have you checked your settings and made sure your siteurl is correct ?
If you have fancy urls on, maybe your rewrites are not working.
turn it off, and see

You cracked it Shawn. Smile Thanks
I'm no Einstein, nor do I profess to be. Just saying what I would try in the circumstances.
Reply




Users browsing this thread: 1 Guest(s)