2015-08-30, 00:41:32
(This post was last modified: 2015-08-30, 00:41:52 by frixelsolutions.)
To make the initial version of our one page theme function propwerly, we used a lot of jQuery and require modification of the .htacess file. http://get-simple.info/forums/showthread.php?tid=7517
I would rather build into the theme PHP files a way to make the get_navigation output #pagename instead of /pagename so I could make the theme less "hacky". There has got to be a better way.
Here is how the get_navigation is currently being used:
Please let me know how to do this in GetSimple, if it is even possible. Thank you!
I would rather build into the theme PHP files a way to make the get_navigation output #pagename instead of /pagename so I could make the theme less "hacky". There has got to be a better way.
Here is how the get_navigation is currently being used:
Code:
<?php get_navigation(get_page_slug(FALSE)); ?>
Please let me know how to do this in GetSimple, if it is even possible. Thank you!