• Hi, I need:

    <li><a href="#">Item One</a><div class="navbg"></div></li>
    <li><a href="#">Item Two</a><div class="navbg"></div></li>
    <li><a href="#">Item Three</a><div class="navbg"></div></li>

    And have tried this:

    <ul id="minitabs">
    				<?php wp_list_pages('exclude=91&sort_column=menu_order&title_li='); echo "<div class='navbg'></div>"; ?>
                </ul>

    But naturally it only echoes a single <div class=”navbg”>.

    For each? What’s the syntax?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Php help wanted adding tag after list items’ is closed to new replies.