Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Getting rid of ?replies=#

Make a new file in your my-plugins/ directory with the following code in it. Then activate the plugin in your bbPress’ admin panels.

<?php
/*
Plugin Name: No ?replies
Description: Get rid of the ?replies=# ugliness in topic links
Plugin URI: https://bbpress.org/forums/topic/getting-rid-of-replies
Author: fel64
Version: 1.0
*/

remove_filter( 'get_topic_link', 'bb_add_replies_to_topic_link' );

?>

Skip to toolbar