arkadaşlar en sonunda istegim eklentiyi buldum ama ayarlarının yapamıyorum çünkü ingilizce bu eklenti konusunda bana yardımcı olabilecek arkadasım var mıdır?
TEŞEKKÜRLER
İYİ ÇALIŞMALAR...
İYİ ÇALIŞMALAR...
7
●591
ayrıca site boş görünmesin maksat.


/*tag*/
.st_tag a:link{
color:blue;
text-decoration: line-through;
font-weight: bold;
}
.st_tag a:hover{
color:yellow;
text-decoration: none;
font-weight: bold;
}----$substitute = '<a href="'.$term_link.'" class="st_tag internal_tag" '.$rel.' title="'. attribute_escape( sprintf( __('Posts tagged with %s', 'simpletags'), $term_name ) )."\">$0</a>";aşağıdakiyle değiştirin$substitute = '<span class="st_tag"><a href="'.$term_link.'" class="internal_tag" '.$rel.' title="'. attribute_escape( sprintf( __('Posts tagged with %s', 'simpletags'), $term_name ) )."\">$0</a></span>";Bu ayarları yaptıktan sonra çalışacakdır. (ben denedim.)