function link_shortcode($atts){
extract(shortcode_atts(array(
'kelime' => 'Dışarı Link',
), $atts));
return '<a href="'. do_shortcode($content) .' " target="_blank">'.$kelime.'</a>';
}
add_shortcode('link', 'link_shortcode');bu şekilde kullanabilirsiniz.
hocam bu kodu bendeki ile değiştirdikten sonra;
[link kelime="deneme url"]http://r10.net[/link] şeklinde ekleme yapıyorum ama sonuç alamıyorum.