• Hi, I would edit a wordpress template building a menu with images buttons.

    What Is the best way to proceed? Create all pages/sections from the backend and after working on the CSS?

    Could you link me a tutorial to realize that?

    thanks

Viewing 1 replies (of 1 total)
  • Thread Starter mm88

    (@mm88)

    I’ve solved changing the permalinks from the backend and using a code like this:

    <div id="navmenu">
     <ul>
     	<li><a href="<?php echo get_settings('home'); ?>"><img src="home.jpg"></a></li>
     	<li><a href="./news/"><img src="news.jpg"></a></li>
     </ul>
     </div>
Viewing 1 replies (of 1 total)
  • The topic ‘Menu with images buttons’ is closed to new replies.