Jardini New member Dec 13, 2007 676 26 0 台北 Rating - 100% 10 0 0 Feb 28, 2011 #1 My custom made wordpress theme has a bug, it will not show the post title as the browser title. Also all in one seo plugin doesn't work with the theme. Looking for someone to help me fix the issue. please PM me, thanks
My custom made wordpress theme has a bug, it will not show the post title as the browser title. Also all in one seo plugin doesn't work with the theme. Looking for someone to help me fix the issue. please PM me, thanks
SandnSurf Life's a Beach! Nov 30, 2006 366 2 0 Australia Rating - 100% 19 0 0 Feb 28, 2011 #2 have you got the title in your header? PHP: <?php wp_title(''); ?> Should look something like this.... PHP: <title><?php wp_title(''); ?> <?php bloginfo('name'); ?></title> Also make sure the below is also in your header PHP: <?php wp_head(); ?> Reactions: Jardini
have you got the title in your header? PHP: <?php wp_title(''); ?> Should look something like this.... PHP: <title><?php wp_title(''); ?> <?php bloginfo('name'); ?></title> Also make sure the below is also in your header PHP: <?php wp_head(); ?>
Jardini New member Dec 13, 2007 676 26 0 台北 Rating - 100% 10 0 0 Feb 28, 2011 #3 I love you very much SandnSurf said: have you got the title in your header? PHP: <?php wp_title(''); ?> Should look something like this.... PHP: <title><?php wp_title(''); ?> <?php bloginfo('name'); ?></title> Also make sure the below is also in your header PHP: <?php wp_head(); ?> Click to expand...
I love you very much SandnSurf said: have you got the title in your header? PHP: <?php wp_title(''); ?> Should look something like this.... PHP: <title><?php wp_title(''); ?> <?php bloginfo('name'); ?></title> Also make sure the below is also in your header PHP: <?php wp_head(); ?> Click to expand...