How to add h1 tag on Mybb forum?

Where do you want to add it? Just edit the template and wrap <h1></h1> around what you want to be a heading.
 
Well, where do you want to add it? If you don't have a place in mind, then you don't really need it, hahaha.
 
wasi90lk said:
http://www.imtalks.net.

Where should I add it? Give me tips please.

Try this place on your site:

WheretoaddH1tag.png


That's where your topic titles are on the page, and where the main heading is. So edit that outlined part so it's wrapped in a H1 tag.
 
Depending up on the theme, you should choose where to use H1 tag

For me it worked on showthread template
Home » Template Sets » {Your Theme Name} Templates » Edit Template: showthread

Check my forum, topic pages to see how it looks like.

Code:
...
<body>
	{$header}
        <h1>{$thread['subject']}</h1>
	{$pollbox}
...
 
Back
Top Bottom