<?php add_filter('the_content', 'yaziduzelt', 99); function yaziduzelt($content) { str_replace('örnek', '<span style="font-weight:bold;color:green;">örnek</style>', $content); } ?>