kde*_*ing 1 wordpress
我想在breadcrumb中显示主页标题.我已尝试过该get_the_title()功能,但它需要页面ID作为参数.我相信当我将首页更改为其他页面时它会中断.是否存在更易发生变化的功能?
get_the_title()
kde*_*ing 6
这就是我解决问题的方法
$home_title = get_the_title( get_option('page_on_front') );
这样,当我用不同的页面更改主页时,代码不会中断.它也适用于多站点.
GS *_*ala 6
请尝试这个..
<?php echo bloginfo('title'); ?>
归档时间:
9 年,9 月 前
查看次数:
6955 次
最近记录: