[Wordpress] How to show posts from category?

Discussion in 'WordPress' started by Ruriko, May 29, 2008.

  1. #1
    How do I make my front page to show posts from a certain category instead of it showing posts from any category?
     
    Ruriko, May 29, 2008 IP
  2. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    406
    Best Answers:
    21
    Trophy Points:
    295
    #2
    Nigel Lew, May 29, 2008 IP
  3. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    406
    Best Answers:
    21
    Trophy Points:
    295
    #3
    Nigel Lew, May 29, 2008 IP
  4. tmeyer45458

    tmeyer45458 Peon

    Messages:
    355
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #4
    try:

    <?php query_post('cat=id')>

    Inserting this right before the loop with display ONLY the category shown in bold

    Example: <?php query_post('cat=4')> - 4 being the category id number
     
    tmeyer45458, May 30, 2008 IP
  5. godsofchaos

    godsofchaos Peon

    Messages:
    2,595
    Likes Received:
    124
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The best is to use a magazine styled theme, otherwise it just looks dysfunctional honestly.
     
    godsofchaos, May 30, 2008 IP