• I have a list of Pages links and “Pages” keep showing up before them.

    <?php
    if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
    	<?php wp_list_pages('title_li=' . __('Pages:')); ?>
    
    <?php endif; ?>

    What do I need to remove that only my links show up but not the word “Pages” ?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘getting rid of “Pages” before my pages’ is closed to new replies.