2011-07-08, 15:29:03
Thank you connie for your response but my question has still not been answered .
See below the html code:
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
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>
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