HTML Tags before and after the Navigation Links in Header
-
Hi,
My header.php:
<div id="navbox" role="navigation"> <ul class="navtop"> <?php wp_list_pages('title_li='); ?> </ul> </div>
Output:
<li class="page_item page-item-2"><a href="https://localhost/wordpress/?page_id=2" title="Beispiel-Seite">Beispiel-Seite</a></li>
Now my problem is that i want an output like that:
<li class="page_item page-item-2"><a href="https://localhost/wordpress/?page_id=2" title="Beispiel-Seite"><strong>Beispiel-Seite</strong></a></li>
How can I do that? I’ve done a lot of research and did not found anything ??
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘HTML Tags before and after the Navigation Links in Header’ is closed to new replies.