Customizing SMF > SMF Coding Discussion

Help me out with these html codes

(1/1)

johnpaul2k2:
Please where will exactly will i add my Description and keywords in these 2 html code, please give me example with 2 of them.
Thanks

<meta name="description" content="', $context['page_title_html_safe '], '" />', !empty($context['meta_keywords']) ? '
<meta name="keywords" content="' . $context['meta_keywords'] . '" />' : '', '

cicka:

--- Quote from: johnpaul2k2 on August 11, 2012, 12:12:46 PM ---Please where will exactly will i add my Description and keywords in these 2 html code, please give me example with 2 of them.
Thanks

<meta name="description" content="', $context['page_title_html_safe '], '" />', !empty($context['meta_keywords']) ? '
<meta name="keywords" content="' . $context['meta_keywords'] . '" />' : '', '


--- End quote ---

The description is whatever you have entered for the forum name. Regarding the Meta keywords you can add them from your forum Admin Panel->Features and Options->General->Meta keywords associated with forum

johnpaul2k2:

--- Quote from: cicka on August 11, 2012, 12:29:36 PM ---
--- Quote from: johnpaul2k2 on August 11, 2012, 12:12:46 PM ---Please where will exactly will i add my Description and keywords in these 2 html code, please give me example with 2 of them.
Thanks

<meta name="description" content="', $context['page_title_html_safe '], '" />', !empty($context['meta_keywords']) ? '
<meta name="keywords" content="' . $context['meta_keywords'] . '" />' : '', '


--- End quote ---

The description is whatever you have entered for the forum name. Regarding the Meta keywords you can add them from your forum Admin Panel->Features and Options->General->Meta keywords associated with forum

--- End quote ---
i needed to add descriptions and keywords to my new theme. i added a meta plugin but it seems not be working on my new theme. so i decided to add it inside the theme HTML

cicka:
That should work for all themes. But if you want to add them manually instead of the $context content.

Navigation

[0] Message Index

Go to full version