Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Add nofollow to links

Here it is:

<?php
/*
Plugin Name: My own tweak for my forums
Plugin URI: https://bbpress.org/
Description: Fine tuning codes for my forum
Author: Your name
Author URI: http://www.myforum.com/
Version: 0.1
*/

add_filter('post_author_link', 'bb_rel_nofollow');
?>

Basically, you can put many fine tuning codes within one PHP files, and this file is for your forum only. Remember to activate this plugin.

Skip to toolbar