目前在标题中,我有以下内容:
<title>
<?php wp_title(\' | \', true, \'right\'); ?>
<?php bloginfo(\'name\'); ?>
</title>
我尝试添加下面这样的if语句,但它不起作用,它显示为:Roots Restaurant Roots Restaurant
<?php if(is_front_page()) {bloginfo(\'name\');}?>
应显示为Home | Roots餐厅
在主页上,标题标签看起来像下面的根餐厅。所以它失去了家|