Jump to content

PHP wordpress pages


melirodrom

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/241990-php-wordpress-pages/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.