1
Hi there,
Does anybody know how to add a meta description on publisher's home page, but to drop default (from xoops meta in prefs). Every publisher's page have option for meta desc, but the main module have not.
In template for category table I've added this code:
<{php}>global $xoTheme; $xoTheme->addMeta( 'meta', 'description', "my meta desc");<{/php}>
But there is still the meta tag from xoops_meta_desc. How to drop default one?
Tnx :)