saint
Member
Posts: 57
Joined: Dec 2011
|
Meta Tag Problem
Hello,
I have updated a older site I had - and installed the latest Get Simple CMS.
I am using the Holford theme.
I am getting an erroneous " < Scenic Radio " in each page name.
( Upper left hand corner of each page. )
www.scenicradio.com/
Any ideas ?
Thanks in advance !
|
|
|
|
Connie
Super Moderator
Posts: 2,684
Joined: Feb 2011
|
Meta Tag Problem
Hello saint,
this is no metatag-problem. It is defined in the theme.
Have a look: At Line 15 in template.php you read:
Code:
<title><?php get_page_clean_title(); ?> < <?php get_site_name(); ?></title>
this creates the page-title PLUS < PLUS the sitename
if you do not want this, change that line to
Code:
<title><?php get_page_clean_title(); ?></title>
|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
|
|
|
|
saint
Member
Posts: 57
Joined: Dec 2011
|
Meta Tag Problem
Thank you so much Connie
Helpful moderators like you is what makes GetSimple so wonderful !
|
|
|
|
Connie
Super Moderator
Posts: 2,684
Joined: Feb 2011
|
Meta Tag Problem
saint,
I am glad I could help!
|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
|
|
|
|
Timbow
Senior Member
Posts: 352
Joined: Feb 2012
|
Meta Tag Problem
Or use the Custom Title Plugin - essential plugin for any site that needs optimising for searches.
I see I left 'site by TimW' in the footer, oops. You will want to change that. I will maybe update the theme when I get home from my hols.
T
I have gone Pro
|
|
|
|