1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

WP - full post not showing

Discussion in 'PHP' started by Remo, Nov 24, 2008.

  1. #1
    Hi There

    I stuck this in PHP instead of WP section as I thought more appropriate! And its very noob question

    I am running a blog here

    For all posts its just showing the post title and not the contents of the post. Now this is the way it was designed! but I want to show the full content for every post.

    I looked in functions php and index.php but I cant see what is causing it not to display the full post.

    Im sure its something simple but any help is really appreciated as driving me nuts!

    Thanks in advance

    Remo
     
    Remo, Nov 24, 2008 IP
  2. qualityfirst

    qualityfirst Peon

    Messages:
    147
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    0
    #2
    You should have something like this after your title in your index.php file. If you don't add it in below the title and see what happens.

    <?php the_content('Read the rest of this entry &raquo;'); ?>
    Code (markup):
     
    qualityfirst, Nov 24, 2008 IP
  3. Remo

    Remo Peon

    Messages:
    134
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thank you! I knew it had to be something simple and yes it was!
     
    Remo, Nov 24, 2008 IP