Show Sticky Posts in Category Archive

try to use a conditional statement to wrap the first loop, such as:

if( get_option('sticky_posts') ) : //only do the next part if sticky posts

add the corresponding endif; after the endif; of the first loop.

Leave a Comment