I have googletap installed and it is working great, but I have a questions that isn't quite related to googletap, but it is related to SE Optimization.
Is there a way to remove the site name prefix in the meta title (the title in the browser top).
For example, when you view a full article it says the following:
Site Name - Article Title
I want it to just say:
Article Title
Any tips would be appreciated. Thanks.
JackX Corporal
Joined: Feb 12, 2003
Posts: 58
Location: USA
Posted:
Tue Jun 21, 2005 3:18 pm
Anyone have any thoughts on this? Thanks.
shrek_rock Captain
Joined: Nov 24, 2003
Posts: 709
Posted:
Tue Jun 21, 2005 3:57 pm
Hi, what you could do is use an if statement to display different titles for the modules. Open header.php and search for
Quote:
function head()
Inside the global place
Quote:
$name
Next search for
Code:
echo "<title>$sitename $pagetitle</title>\n";
Now all you need to do is surround that code with and if statement that if the module name is anything other than the homepage show only the pagetitle for that module so it will look like the following..
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum