Skip to:
Content
Pages
Categories
Search
Top
Bottom

Last peice of jigsaw – removing voices


  • shauny007
    Participant

    @shauny007

    I managed to remove the area at the header of the forum which states this topic has x amount of details etc by placing this code in functions.php

    add_filter( ‘bbp_get_single_forum_description’, ‘ja_return_blank’ );

    add_filter( ‘bbp_get_single_topic_description’, ‘ja_return_blank’ );

    function ja_return_blank() {

    return ”;

    }

    Is there a similar method to now remove voices. I just want post count to show in this area.

    Thanks, Shaun.

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