How To Add “Resolved” To Closed Topics In bbPress
If you even used WordPress’ support forum, you’ll see the “Resolved” stamp in every closed topic. You can also add “Resolved” to closed topics in your bbPress installation by adding following snippet to the functions.php file of your current theme: add_action( ‘bbp_theme_before_topic_title’, ‘bavotasan_resolved_topics’ ); /** * Add “Resolved” to closed topics * * This function … Continue reading How To Add “Resolved” To Closed Topics In bbPress
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed