/ Published in: PHP
Add the following code to functions.php 1: WP backend 2: Appearance -> Editor 3: functions.php
Expand |
Embed | Plain Text
function add_nofollow_tag($sLink) { } add_filter('wp_tag_cloud', 'add_nofollow_tag');
You need to login to post a comment.
