Please help me regarding wordpress theme

Discussion in 'HTML & Website Design' started by Kirans, Apr 10, 2009.

  1. #1
    hai friends i want to put some information about the post.example see the pic below

    with the post title

    [​IMG]

    Note: the information will come above the comment section.

    please give me any word press pluin or word press code.

    where i have to place the code

    thank you
    quicktract.info
     
    Kirans, Apr 10, 2009 IP
  2. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #2
    Edit single.php in your WP template directory.

    Post your text above the <?php comments_template(); ?> line.

    e.g

    blablablabla
    <?php comments_template(); ?>
    Code (markup):
     
    Kerosene, Apr 11, 2009 IP