HI all,
I need to change the title of some pages before they are output on a list via wp_list_page.
I don’t want to change the page title in the backend
To be clear, my list displays
$children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0&exclude=&depth=1");
Intro
Page 1
Page 2
Page 3
I need to change the name of Intro to be Special
Thx
s