How to get latest Video and Game onto Main Page

Discussion in 'WordPress' started by leelaprasad, Nov 27, 2010.

  1. #1
    Hi friends,

    I have a wordpress blog and it has subpages with names games and vidoes

    Blog url: xyz.com
    Video: xyz.com/videos
    Games: xyz.com/games

    I will post the games and videos in the respective pages only. I want the latest video and game to be appeared in the main page.

    Can someone please tell me if there is any plugin for this feature? Should I tweak the template?

    Thanks,
    leela
     
    leelaprasad, Nov 27, 2010 IP
  2. zinruss

    zinruss Notable Member

    Messages:
    3,288
    Likes Received:
    237
    Best Answers:
    0
    Trophy Points:
    270
    #2
    Why not seperate them into category?

    You can get posts from a particular category using the magic code below

    <?php query_posts('category=category-name'); ?>

    Where category-name is the name of the category itself.
     
    zinruss, Nov 27, 2010 IP
  3. leelaprasad

    leelaprasad Active Member

    Messages:
    672
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #3
    I will create a separate category for both of them and also separate pages for each of it, I want only the latest post (1 post ) from these categories into my main page

    Thanks for your response
     
    leelaprasad, Nov 27, 2010 IP
  4. zinruss

    zinruss Notable Member

    Messages:
    3,288
    Likes Received:
    237
    Best Answers:
    0
    Trophy Points:
    270
    #4
    zinruss, Nov 27, 2010 IP
  5. lavan80

    lavan80 Greenhorn

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    you need to specify particular category in the options page. then games/vedios will appear on the main page...
     
    lavan80, Nov 28, 2010 IP