Forums
(@mihanseo)
13 years, 3 months ago
although it in not your topic: generally, you would rather use: <title><?php wp_title(‘ ‘); ?></title> http://codex.ww.wp.xz.cn/Meta_Tags_in_WordPress
although it in not your topic:
generally, you would rather use:
<title><?php wp_title(‘ ‘); ?></title>
http://codex.ww.wp.xz.cn/Meta_Tags_in_WordPress
Thank you
[signature moderated]
Which should I use? <title><?php wp_title(' '); ?></title>
<title><?php wp_title(' '); ?></title>
Or
<title><?php bloginfo('name');?></title>