• Resolved Yworld

    (@yworld)


    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 ??

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘A proposal for SEO’ is closed to new replies.