wordpress theme problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TommyM
    Confirmed User
    • May 2001
    • 1147

    #1

    wordpress theme problem

    Hey
    I got a new theme installed on my blog, i just got a little problem. It dosnt show the full posts on the blog, even though I in the admin, have selected that I want the whole post to be shown?

    Anybody know what I am talking about, and how I can fix this?

    Thanks a bunch!
  • JD
    Too lazy to set a custom title
    • Sep 2003
    • 22651

    #2
    open index.php and find <? the_excerpt();?> replace that with <?php the_content('Read more...'); ?>

    Comment

    • TommyM
      Confirmed User
      • May 2001
      • 1147

      #3
      Thanks a bunch, that did the trick

      Comment

      • Fat Panda
        Porn is Dead. Move along.
        • Aug 2006
        • 13296

        #4
        good work JD

        Comment

        • JD
          Too lazy to set a custom title
          • Sep 2003
          • 22651

          #5
          Originally posted by TommyM
          Thanks a bunch, that did the trick
          Originally posted by SAC
          good work JD

          Comment

          Working...