• I have this iniside my template

    <div class="recent">
          <?php get_archives('postbypost', 30); ?>
          </div>

    its output is this below and adds automatically a li tag… how can I remove the li tag?

    <li><a rel="nofollow" href='http://url.com/link'>Link1</a></li>
    <li><a rel="nofollow" href='http://url.com/link'>Link2</a></li>
    <li><a rel="nofollow" href='http://url.com/link'>Link3</a></li>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove Li Tag’ is closed to new replies.