• Anyone could tell me how to rename pages on the sidebar? What file do I have to edit?

    Thanks!

    Forgot to mention, Im using the latest nightly build.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Assuming you’re talking about the default wordpress theme (Kubrick) for the nightlies then I would look in sidebar.php under the wp-content/themes/default/ directory. Then find line 46 which should say this: <?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?> and edit it to refect something like this: wp_list_pages('title_li=<h2>' . __('YOUR TITLE HERE') . '</h2>' ); ?>

    Thread Starter Lee

    (@junior)

    Yes! Thank you very much for the prompt reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Rename “Pages” on the sidebar’ is closed to new replies.