Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
menu customization
#1
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>
            <li><a href="<?php get_theme_url(); ?>/blog.html"><span class="meta">Latest news</span><br />Blog</a></li>
            <li><a href="<?php get_theme_url(); ?>/portfolio.html"><span class="meta">Our latest work</span><br />Portfolio</a></li>
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.

pls help
Reply
#2
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,

[Image: howto_optionen.jpg]

you can use either the standard template tag for the menue or use http://get-simple.info/extend/plugin/i18n/69/ for hierarchical menues
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#3
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>
            <li><a href="<?php get_theme_url(); ?>/blog.html"><span class="meta">Latest news</span><br />Blog</a></li>
            <li><a href="<?php get_theme_url(); ?>/portfolio.html"><span class="meta">Our latest work</span><br />Portfolio</a></li>
This is an html code already with menus.
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
Reply
#4
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.
Reply




Users browsing this thread: 1 Guest(s)