Hi guys,
Please help me out how to add meta tag description in 'CORE' theme of 'SIMPLE MACHINE FORUM'.
Please also provide an example for the same.
Thanks
In the index.template.php file of the Core theme you will find the meta tag for the description. You can add your text there.
<meta name="description" content="', $context['page_title_html_safe'], '" />
Just replace the page title variable with your own.
<meta name="description" content="Your description goes here" />