通过wp_page_list在输出前修改页面标题

时间:2011-03-14 作者:salocin

大家好,在通过wp\\U list\\U页面输出到列表之前,我需要更改一些页面的标题。我不想更改后端中的页面标题要清除,将显示我的列表 $children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0&exclude=&depth=1");简介第1页第2页第3页

我需要把Intro的名字改为Special

Thxs型

1 个回复
SO网友:Scott

非常粗糙的做法:

<?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/

结束

相关推荐

List Category Posts插件升级失败,出现致命错误

我刚刚尝试了自动升级List Category Posts WordPress 3.0.5上0.17.2版本的插件。我想我以前是0.17.1。已安装但未能激活:Plugin could not be activated because it triggered a fatal error. Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or \'}\'