WordPress wp_title blank on index page

后端 未结 12 1034
刺人心
刺人心 2020-12-24 05:44

I\'m new to WordPress and just installed version 3.3.1.

I did some googling regarding this question and found some answers but they were relevant to version 2.7 and

12条回答
  •  一向
    一向 (楼主)
    2020-12-24 06:22

    But if you use a static home page, this is the code:

    <?php bloginfo('name'); ?> » <?php is_front_page() ? bloginfo('description') : wp_title(''); ?>
    

提交回复
热议问题