Wordpress Add New Post Line

Discussion in 'HTML & Website Design' started by federer38, Aug 22, 2011.

  1. #1
    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.
     
    Solved! View solution.
    federer38, Aug 22, 2011 IP
  2. #2
    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 &raquo;'); ?>
    
    PHP:
     
    Kerosene, Aug 22, 2011 IP
  3. sidebreast

    sidebreast Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The above is correct, and the easiest way to accomplish what you want
     
    sidebreast, Aug 22, 2011 IP