Deactivation seo in HellFire

Latest Reply from Alice at 2013-11-06 09:02:34 Solution
Hi,

how i can deactivate SEO part of theme HellFire?

because i get other plugin and i have double SEO info.
Social Buttons -> Off

IMHO.
Hi!
You have to delete some code from the library.php for the correct work of your plugin.
Please, delete the following text:

echo "<title>".sprintf($format,$title)."</title>\r\n";
echo '<meta name="Description" content="'.preg_replace('/[\'\"]/', '',$descr)."\" />\r\n";
echo '<meta name="Keywords" content="'.$keywords.$this->get( 'seo', 'keywords' )."\" />\r\n";


from the folder inc--> library.php located in the directory of theme.

Leave a reply

Add codeAdd image