Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I need help with a cDynamic Meta Tags issue.


mrdellano

Recommended Posts

I installed the cDynamic Meta Tags contrib, and everything works great except that in my titles, the <title> tag shows up!

 

So if you're looking at the tab, this is what it's look like:

 

<title>Lexmark C522 Compatible...

 

How do I get rid of that? I have searched and searched for an answer, and I even tried messing with the code, but I must be missing something very simple.

 

In addition to this, at the end of everything, there's a "--" but that's not such a big deal. I really just want to get rid of "<title>".

 

Please help!!!

 

- Rich

Link to comment
Share on other sites

Ok, well, I found my own solution. If anyone has this problem, try the following:

 

Open /includes/meta_tags.php and go to Line 375.

 

Change

 

echo '<title>'.$metatitle.'</title>' . "\n";

 

to

 

echo ''.$metatitle.'</title>' . "\n";

 

Since you already have 1 mystery <title> tag in there, might as well remove this one! It'll fix this problem.

 

- Rich

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...