sticky check 3

This commit is contained in:
Holger Könemann 2015-08-12 13:09:30 +02:00
parent aa3d6e0e53
commit aff32c4755
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
<?php while (have_posts()) : the_post(); ?>
<?php if (!is_sticky()) continue; ?>
<!-- ******************* The Sticky Area ******************* -->
<div class="wrapper" id="wrapper-sticky">
<div class="container">
@ -18,5 +20,5 @@
</div>
</div>
</div>
<?php endwhile; ?>