menu customization - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10) +--- Thread: menu customization (/showthread.php?tid=1927) |
menu customization - abayomi - 2011-07-07 I am a newbie and i need help . I appreciate the simplicity of get simple and i have also find the navigation plugins very good but i have been trying to use this template tag in customizing a menu to no avail. Code: <?php menu_data(); ?>, <?php menu_data('page-slug'); ?> How do i use this in customizing the following codes cos i do not want to use the GS default get_navigation() function Code: <li><a href="<?php get_theme_url(); ?>/contact.html"><span class="meta">Get in touch</span><br />Contact Us</a></li> pls help menu customization - Connie - 2011-07-07 abayomi Wrote:As you can see above,the page to be displayed per menu is not a get simple page and this is because i do not know how to use the menu function to determine the page to be displayed per menu. you can define in the page options whether a page should be shown in menue or not so I am sure you do not need any special commands, you can use either the standard template tag for the menue or use http://get-simple.info/extend/plugin/i18n/69/ for hierarchical menues menu customization - abayomi - 2011-07-08 Thank you connie for your response but my question has still not been answered . See below the html code: Code: <li><a href="<?php get_theme_url(); ?>/contact.html"><span class="meta">Get in touch</span><br />Contact Us</a></li> Now i want to insert codes from get simple on this html codes that will enable the display of a page at the click of any of these menu buttons. In other words i do not want an automatically generated menu menu customization - cumbe - 2011-07-11 Hi abayomi, If you don't want to generate a menu, comment this line in its template.php. You create a component; admin > theme > edit component. In this component put the links that you need. After call to this component in template.php do you want display a page external of getsimple, with a page created of getsimple?. It´s easy. You have to modify index.php, but i do not know if you need it. Regards. |