[FONT=Tahoma][FONT=Tahoma]
[FONT=Tahoma]با سلام
توسط این کد میتوانید لینکهای خارجی داخل متن وردپرس رو تبدیل به لینکهای Nofollow کنید.
add_filter('the_content', 'auto_nofollow');
function auto_nofollow($content) {
//return stripslashes(wp_rel_nofollow($content));
return...