Skip to:
Content
Pages
Categories
Search
Top
Bottom

How can I hide the form in bbp-single-forum?


  • tecnolhar
    Participant

    @tecnolhar

    Would you like to hide the new form form in bbp-single-forum?

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

  • quix8
    Participant

    @quix8

    yes 🙂


    Robin W
    Moderator

    @robin-w

    find
    wp-content/plugins/bbpress/templates/default/bbpress/content-single-forum.php

    transfer this to your pc and edit

    find line 45

    <?php bbp_get_template_part( 'form', 'topic' ); ?>

    and delete this line and save

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/content-single-forum.php

    bbPress will now use this template instead of the original

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