Quote:
Originally Posted by Vigilante
For some reason the SEO plugin doesn´t work for me. It just shows "Seo_title()" at the title after editing the header.php and actvating the plugin.
any solution / help ?
|
i think you forgot the php quotes...
our header should like this:
PHP Code:
<title><?php Seo_Title() ?></title>
<?php Seo_Meta() ?>