/ Published in: PHP
Add the following code to functions.php
1: WP backend
2: Appearance -> Editor
3: functions.php
1: WP backend
2: Appearance -> Editor
3: functions.php
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function add_nofollow_tag($sLink) { } add_filter('wp_tag_cloud', 'add_nofollow_tag');