• Hi guys, im new to this wordpress thing, just got mine installed.

    https://bl.acklot.us/misc/pages.jpg

    As you can see on my menu, i was wondering if i can change the “Pages:” bit into other name like “Info” or something, so it would be:

    Info:
    >
    >Test

    Is this possible? Thanks. I tried searching the forum and the codex and got nothing. Maybe i didn’t search for the write words.
    Also, is there any irc chat rooms concerning WordPress support?

    Thanks again, amazing software.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Go into presentation and goto Theme Editor and change the Pages title under sidebars.php to say Info.

    Here’s what I did. I wanted mine named ‘my pages’, so I added ‘title_li=mympages’ in the wp_list_pages call in the main template. So it looks like this:

    <?php wp_list_pages(‘title_li=my pages’); ?>

    So you probably just have <?php wp_listpages(); ?> in your template, so you would just need to change it to <?php wp_list_pages(‘title_li=Info’); ?> in your template.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can i change Pages “name”.’ is closed to new replies.