Skip to:
Content
Pages
Categories
Search
Top
Bottom

remove Titel on forum main page

Viewing 2 replies - 1 through 2 (of 2 total)

  • mithrandir
    Participant

    @mithrandir786

    You would have to use a conditional statement comparing against, if it is the forum archive. Depending on your theme and how bbPress has been implemented, the location of the title may vary. I am by no means an expert, but I can try my best to help out if you could provide more information.

    <h1 class="entry-title main-title">
        <?php
        // Display title on all pages except forum archive
        if (!bbp_is_forum_archive()) {
            the_title();
        }
        ?>
    </h1>

    TheDream18
    Participant

    @oanhtran1804

    .forum .entry-title {display: none}

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar