• I don’t want to use the generic headers ‘Pages’ and ‘Categories’. How do I customize these fields so that I can have them display what I want? Please help.

Viewing 1 replies (of 1 total)
  • Look in your “Sidebar” template. The parts you want to change are:

    <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>

    and

    <li><h2>Categories</h2></li>

Viewing 1 replies (of 1 total)
  • The topic ‘How do I customize headers for ‘Pages’ and ‘Categories’?’ is closed to new replies.