Wordpress Word Count
September 28th, 2007
No comments
Wordpress Word Count
(pentru scrierea unui articol / post - admin)
Deschideti fisierul \wp-includes\general-template.php cu un editor (notepad de ex)
Cautati urmatorul text: $the_editor = apply_filters('the_editor',
o sa gasiti ceva de genul:
</script>
<?php
$the_editor = apply_filters('the_editor', "<div><textarea class='mceEditor' $rows cols='40' name='$id' tabindex='2' id='$id'>%s</textarea></div>\n");
face'ti urmatoarele modificari:
1). intre ...








