Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Install help - replace part of old site
#3
The site is located at http://cma-club.com/index2.php

Its a live site, so there are a few caveats to viewing whats going on here. The CMS system is fully installed and located where you expect except for the index page, its at index2.php. On this index2 page you see the top menu item is "Events" this is the CMS page. This link is the one coming from the "return path slug" call, all the other links are from the same php includes file the static HTML site uses.

Clicking the first nav link (the Events link) takes you to cma-club/events2 which doesnt exist. events2 is the slug name of the events page I made in getsimple. There is an existing events.php page that is a static html page I am trying to replace with the new, CMS events page...but I can't get it to work.

Here is exactly what my nav component has in it:

<ul>
<?php get_navigation(return_page_slug()); ?>
</ul>

<?php include ('includes/nav.html'); ?>


Thanks
Reply


Messages In This Thread
Install help - replace part of old site - by dhew - 2009-10-13, 05:58:18
Install help - replace part of old site - by dhew - 2009-10-13, 13:06:30



Users browsing this thread: 1 Guest(s)