Message Text |
Hi I'm having a couple of template variable problems and I wa wondering if someone could point me in the right direction to solve them.
The first problem is with category meta tags. I've tried the following in the Header Insertion field:
<meta http-equiv="description" content="{CATDESCRIPTION}"
and instead of the expected result I get the following:
<meta http-equiv="description" content="#123CATDESCRIPTION}"
It does work as expected if the same code is used in the default meta tags field in the SEO settings.
Secondly, I'd like to have a del.icio.us bookmark icon on each link in the directory. I've used the following:
<a href=http://del.icio.us/post?url={LINKURL}&title={LINKBOOKMARKTITLE}>
This works up to a point, but it only outputs the first word of the title.
Any help would be much appreciated |