• Hello, i’m a newbie in www.ads-software.com. I want to make a Headline without use any category (like my theme based). So i change the code to this:

    <?php $recent = new WP_Query(‘showposts=1’); ?>
    <?php while ($recent->have_posts()) : $recent->the_post(); ?>

    I think that code is right. How about you?
    Then, i have a problem (again) to hiding that (headline/recent) post from my regular post, at the bottom of my page. Can some body help me? Thank you.
    https://blog.i4n.co.cc/

  • The topic ‘Display Headline, and hide it from regular posts’ is closed to new replies.