Replies: 0
Hi, Thomas!
A small offering, improve SEO.
1. thread.php add <h1 class=”display-title-thread”>
<h1 class="display-title-thread"><div class="title-element"><?php echo esc_html($this->cut_string(stripslashes($this->get_name($this->current_topic, $this->tables->topics)), 70)).$meClosed; ?></div></h1>
2. forum.php add <h1 class=”display-title-forum”>
echo '<h1 class="display-title-forum"><div class="title-element">'.esc_html(stripslashes($this->get_name($this->current_forum, $this->tables->forums))).'</div></h1>';
#af-wrapper .display-title-forum {
font-weight: normal;
font-size: 20px;
margin-bottom: inherit;
margin-top: inherit;
}
#af-wrapper .display-title-thread {
font-weight: normal;
font-size: 20px;
margin-bottom: inherit;
margin-top: inherit;
}
I hope it will be useful 🙂