Horizontal menu, pages and css sliding door?
-
Hi, I need some help, I have a horizontal menu that uses the css sliding door technique and it works pretty well, however I added to the menu items this <?php wp_list_pages(‘title_li=’); ?> so it can dinamically list pages.
The problem is the output.
the list item with the sliding door effect:
<li><a href="https://localhost/"><span>HOME</span></a></li>
and the list item for pages:
<li class="page_item"><a href="https://localhost/page1/" title="Page1">Page1</a></li>
To fix my problem the output for each page should include a <span> tag, that’s what my css is using to build the effect but I don’t want to edit the wp core file, is there another solution?
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Horizontal menu, pages and css sliding door?’ is closed to new replies.