İşine yarar umarım.Functions.php ye ekle.
function cudjex_degistir($yazi){
$yazi = str_replace('[css]', '
', $yazi); 
$yazi = str_replace('[/css]', '
', $yazi);
return $yazi;
}
add_filter('the_content', 'cudjex_degistir');



[css] tagı yerine kendi blogunda kullandığın php,js vb tagları yazarak aynı işlemi çoğaltmalısın. ;)