wordpress help?

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

    #1

    wordpress help?

    Hey
    I am not the big wordpress tech, so I need a bit of help if anyone knows the answers to my questions

    In the categories section of my wordpress blog, when I hit that it shows all the full length posts on that page... But I just want a simple list over all the posts on the blogs... maybe including which date they were posted?

    Anybody can help me with that?
  • The Duck
    Adult Content Provider
    • May 2005
    • 18243

    #2
    Use this:

    <div class="excerpt">
    <?php the_excerpt(); ?>
    </div>
    Skype Horusmaia
    ICQ 41555245
    Email [email protected]

    Comment

    • TommyM
      Confirmed User
      • May 2001
      • 1147

      #3
      Where to input that, if you would be so kind?

      Comment

      • cyber
        Confirmed User
        • Jan 2004
        • 182

        #4
        Just go through and remove the_content. Then it won't print our a posts content.

        You can then take the rest of the variables that are probably already present in the template to make a nice looking list.

        Comment

        Working...