Forums

Need latest 10 sticky posts code (1 post)

  1. elking10
    Member
    Posted 2 years ago #

    Hi guys,

    As i mentioned in the title, i try to grab the latest 10 sticky posts at index.php of atemplate, and after some searches i found a code near to what i hope, that is it..

    <?php if( is_sticky() ) ?>
    <?php else ?>
    <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
    <?php if( is_sticky() ) ?>
    <?php else ?>

    the problem is that code only grab last (one) sticky post, and what i looking for is to customize it to grab more than one sticky post.

    Any help will be appreciated.

Topic Closed

This topic has been closed to new replies.

About this Topic

  • RSS feed for this topic
  • Started 2 years ago by elking10
  • This topic is not a support question
  • WordPress version: 2.8.5