非常粗糙的做法:
<?php
$children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0&exclude=&depth=1");
$children = str_replace("Intro", "Special", $children);
?>
或者,您也可以使用WordPress 3.0中的新菜单功能。建立页面菜单,在其中可以为页面标题指定不同的菜单名称。
http://en.support.wordpress.com/menus/