Thiết đặt tag cloud trong wordpress sang nofollow
Bạn hãy vào trong thư mục chứa theme, tìm đến file functions.php và thêm hàm bên dưới vào trong file trên là xong.
function add_nofollow_tag($sLink) { return str_replace('<a href=', '<a rel="nofollow" href=', $sLink); } add_filter('wp_tag_cloud', 'add_nofollow_tag');Ảnh dưới đây là kết quả
Sign up here with your email

ConversionConversion EmoticonEmoticon