Forums

Join
bbPress Support ForumsRequests and FeedbackRemoving 'latest discussions' on front page

Info

Tags

Removing 'latest discussions' on front page

  1. Hello, as per post title, is it possible to remove this section from the forum frontpage? I'm using 1.0 alpha.

    I'm also hoping to remove / disable / hide the following areas:
    o 'Views' section on the front page
    o tag clouds

    Thanks for any assistance! This seems like a very powerful and scalable forum - wordpress integration is just icing on the cake. I'll be poking this more over the coming weeks.

  2. To answer my own question. You can comment stuff out from front-page.php to remove them.

    I would still like help totally hiding tag stuff though, like in new post forms.

  3. Take a look at http://bbpress.org/documentation/themes/#templates

    That is a list of all the template files and when each of them is called. You'll have to edit each applicable file to hide the things you want to hide.

  4. see at <h2><?php _e('Latest Discussions'); ?></h2> section :p

    in front-page.php of the theme

  5. You must log in to post.