melirodrom Posted July 14, 2011 Share Posted July 14, 2011 Hello, I am desesperate!!! I bought a wordpress theme and modified the menu, the client wanted images for the menu instead of text... now a cannot link the image of the menu to a PAGE.. can someone please help me!!!! the website so you understand is: www.melirodriguez.com/tizianadisilvio and the code I used for the menu is: I put it in menu.php and fallbackmenu.php : <ul class="menu"> <li><a href="<?php echo home_url(); ?>" ><img src="http://melirodriguez.com/tizianadisilvio/wp-content/uploads/2011/07/btn_biografiarte.jpg" alt="Biografiarte" class="Btnbiografiarte"/></a></li> <li><a href="<?php echo home_url(); ?>" ><img src="http://melirodriguez.com/tizianadisilvio/wp-content/uploads/2011/07/btn_gestalearte.jpg" alt="gestalearte" class="Btngestalearte"/></a></li> <li><a href="<?php echo home_url(); ?>"><img src="http://melirodriguez.com/tizianadisilvio/wp-content/uploads/2011/07/btn_gerenciarte.jpg" alt="gerenciarte" class="Btngerenciarte"/> </a></li> <li><a href="<?php echo home_url(); ?>"><img src="http://melirodriguez.com/tizianadisilvio/wp-content/uploads/2011/07/btn_desarrollarte.jpg" alt="desarrollarte" class="Btndesarrollarte"/></a></li> <li><a href="<?php echo home_url(); ?>" ><img src="http://melirodriguez.com/tizianadisilvio/wp-content/uploads/2011/07/btn_expresarte.jpg" alt="expresarte" class="Btnexpresarte"/></a></li> <li><a href="<?php echo home_url(); ?>"><img src="http://melirodriguez.com/tizianadisilvio/wp-content/uploads/2011/07/btn_galeriarte.jpg" alt="galeriarte" class="Btngaleriarte"/></a></li> <li><a href="<?php echo home_url(); ?>" ><img src="http://melirodriguez.com/tizianadisilvio/wp-content/uploads/2011/07/btn_informarte.jpg" alt="informarte" class="Btninformarte"/></a></li> </ul> PLEEEAAASE HELP ME!!! Melissa Quote Link to comment https://forums.phpfreaks.com/topic/241990-php-wordpress-pages/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.