Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Meta Tag Problem
#2
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(); ?> &lt; <?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>
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
Meta Tag Problem - by saint - 2012-07-12, 07:55:39
Meta Tag Problem - by Connie - 2012-07-12, 16:11:10
Meta Tag Problem - by saint - 2012-07-12, 17:57:58
Meta Tag Problem - by Connie - 2012-07-12, 21:51:58
Meta Tag Problem - by Timbow - 2012-07-22, 23:37:08



Users browsing this thread: 1 Guest(s)