Forums

[resolved] Display a certain page or post on home page AND display the current posts below (3 posts)

  1. svsdnb
    Member
    Posted 3 years ago #

    Hello,

    I am trying to display an About Us on the home page as the first entry then display the most current entries below that (the News). I've tried to query the page and was able to achieve that however I could not figure out how to display the current entries below it. Is there anyway to accomplish this?

    Thank you.

  2. svsdnb
    Member
    Posted 3 years ago #

    I am using

    <?php query_posts('p=116'); ?>
    <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>

    But this only shows post 116. How can I combine the two?

  3. svsdnb
    Member
    Posted 3 years ago #

    Can I create and call about.php before the news comes in?

Topic Closed

This topic has been closed to new replies.

About this Topic