sizin yazdığınız kodun([link kelime="deneme url"]http://r10.net[/link]) aynısını yukarıdaki kodla denedim sorunsuz çalışıyor. function link_shortcode() ile başlayan kodu tam olarak nereye yapıştırdınız?
temanın "functions.php" dosyasına hocam.
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 13:51:51 -->-> Daha önceki mesaj 13:47:59 --
hocam tamamdır hallettim.
function link_shortcode($atts, $content = null){
extract(shortcode_atts(array(
'kelime' => 'Dışarı Link',
), $atts));
return '<a href="'. do_shortcode($content) .' " target="_blank">'.$kelime.'</a>';
}
add_shortcode('link', 'link_shortcode');böyle yapınca tam olarak istediğim gibi oldu.