Wordpress - Front Page Category?

Discussion in 'WordPress' started by tressin, May 7, 2008.

  1. #1
    Is there a way to make it so that your blog only displays posts from one category as the front page?

    I'm using Wordpress 2.5
     
    tressin, May 7, 2008 IP
  2. Joomla Dude

    Joomla Dude Banned

    Messages:
    592
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Nopes,its not possible. But you can make a static post to always appear in your frontpage. Also you can use WP-STICKY for making few posts sticky aor announcements.
    So you can select all the posts of that single category and then make all of them sticky,so that all of them appear in your frontpage. Ok dude.
     
    Joomla Dude, May 8, 2008 IP
  3. godsofchaos

    godsofchaos Peon

    Messages:
    2,595
    Likes Received:
    124
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It is possible, but you will need a magazine theme for that. :)
     
    godsofchaos, May 8, 2008 IP
  4. System0

    System0 Well-Known Member

    Messages:
    168
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    128
    #4
    Actually it is and it's fairly easy :)

    If you want to use a plugin then you can try Advanced Category Excluder. Just exclude all catogories except the one you want on the home page.

    You can also just place an if statement inside the wordpress loop. So it would look something like

    if have posts{
    if category=x {

    display posts}

    end if
    end if

    the wordpress codex explains how to do it here
     
    System0, May 8, 2008 IP
    tressin likes this.
  5. tressin

    tressin Active Member

    Messages:
    309
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #5
    thanks a bunch guys, will go experiment a little
     
    tressin, May 8, 2008 IP