Help Creating Featured Post for my Wordpress Blog

Discussion in 'HTML & Website Design' started by Kuriyaki, Apr 23, 2008.

  1. #1
    Can anyone help me out setting up an entry on my front page

    http://talkbinary.com

    That would feature a post from a certain category?

    I want that entry to look like a traditional post since all my other entries appear as blocks with an image and short description.

    Any help would be greatly appreciated.
     
    Kuriyaki, Apr 23, 2008 IP
  2. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try adding this to your index.php:

    <?php
    query_posts('p=5');


    while (have_posts()) : the_post();

    the_content('Read the full post »');
    endwhile;
    ?>

    Change the number 5 to the id of the post you want to show.
     
    wd_2k6, Apr 23, 2008 IP
  3. Kuriyaki

    Kuriyaki Peon

    Messages:
    257
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'll try it out. Thanks.
     
    Kuriyaki, Apr 23, 2008 IP
  4. ilovelinux

    ilovelinux Peon

    Messages:
    285
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    or you can use wp-sticky? just a suggestion ;)
     
    ilovelinux, Apr 23, 2008 IP
  5. Kuriyaki

    Kuriyaki Peon

    Messages:
    257
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Any other suggestions?
     
    Kuriyaki, Apr 23, 2008 IP
  6. ilovelinux

    ilovelinux Peon

    Messages:
    285
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #6
    have you tried wp-sticky?
     
    ilovelinux, Apr 29, 2008 IP