sticky check 3
This commit is contained in:
parent
aa3d6e0e53
commit
aff32c4755
|
@ -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; ?>
|
||||
|
||||
|
|
Reference in New Issue