Quote:
Originally Posted by Lynne
I suppose you could create a plugin that runs only if THIS_SCRIPT is your page and if so it does a find/replace of the meta tags in the template. I have no idea if it would work. I'd edit the template though since I hate when people do template edits through plugins.
|
Yes, it does work using THIS_SCRIPT and replace metainfo through a plugin at global hook. But even I hate doing template edits via plugins.
Finally, a simple thing took care of what i wanted to do. Wonder how i did not thought of that at once. What I did, I just removed $headinclude variable from my custom template AND instead put all the code of headinclude directly into it in replacement of $headinclude. (as it means exactly the same), this allowed me to easily give my own dynamic meta info replacing the old (without template edits, plugins or queries or anything) Works perfect
Thanks