GetSimple Support Forum
Customizing a theme. - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: Customizing a theme. (/showthread.php?tid=214)



Customizing a theme. - JWH_Matthew - 2009-11-29

Hi every one,
I have just recently instally GetSimple (about 4 hours ago) and I have been working on learning
it since. I have built a completely custom theme, and it works great until I got to the Navigation part.

I would like to create a simple side fly out navigation.

I currently have the source for one but to implement it into this CMS, I need to know where the code:

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

Gets the navigation links from, so I can change the code to a different format.

I am trying to get this done ASAP, and so far I love this CMS but for this to work for me I need this part to work.


Customizing a theme. - ccagle8 - 2009-11-30

From the edit page screen inside 'options'. There is a menu field


Customizing a theme. - JWH_Matthew - 2009-11-30

I understand that, but is there a way to actually edit the code that generates the links?


Customizing a theme. - n00dles101 - 2009-11-30

check out this post for customizing the menu generation code.

http://get-simple.info/forum/viewtopic.php?id=235

Mike