Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 67836

Display featured posts as the first?

$
0
0

Replies: 0

How to display featured posts as the first in a standard loop?

I noticed the posts have class <li class = "jsFeatured">. I would like to always show up at the top of the list.

My code:

<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

<li <?php post_class(); ?>>
<?php the_title(); ?>
</li>

<?php endwhile; else : ?>
<li><?php _e( 'No posts' ); ?></li>
<?php endif; ?>

Thanks.


Viewing all articles
Browse latest Browse all 67836

Trending Articles