• Resolved jazzspindeln

    (@jazzspindeln)


    I want to change my list(page+category) items from being “a” to another class(for example to show as “h3”), where should I make the change?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Chris_K

    (@handysolo)

    A bit more information.

    What tag is currently being used by your theme to display these lists?

    Thread Starter jazzspindeln

    (@jazzspindeln)

    this you mean???

    <?php wp_list_pages('sort_column=id&title_li=<h2>Pages</h2><p></p>'); ?>

    <li><h2>Categories</h2><p></p>
    <ul>
    				<?php wp_list_cats('sort_column=id'); ?>
    				</ul>
    </li>
    Thread Starter jazzspindeln

    (@jazzspindeln)

    don′t know really where to find it, here my adress:
    https://www.projekt07.info

    Thread Starter jazzspindeln

    (@jazzspindeln)

    nobody? this couldn′t be that hard, it′s just that i′m new to this…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I change typography for listed items?’ is closed to new replies.