Hi can you guys please help me on one thing, i want <adman> word already written on Post body whenever i Click on Add New Post? Sorry for my bad English.
You could edit your theme php files to add your own text before the_content. You'd need to do this in index.php, archive.php and single.php (at least). Hello world! <?php the_content('Read the rest of this entry »'); ?> PHP: