adding correct content-single-item class
This commit is contained in:
parent
89a1b3f9d8
commit
188af25210
|
@ -4,7 +4,7 @@
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> class="content-single">
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> class="content-single-item">
|
||||||
|
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<?php while (have_posts()) : the_post(); ?>
|
<?php while (have_posts()) : the_post(); ?>
|
||||||
|
|
||||||
<?php if (!is_sticky()) continue; ?>
|
<?php if (!is_sticky()) continue; ?>
|
||||||
<!-- ******************* The Sticky Area ******************* -->
|
|
||||||
<div class="wrapper" id="wrapper-sticky">
|
<!-- ******************* The Sticky Area ******************* -->
|
||||||
|
<div class="wrapper" id="wrapper-sticky">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<?php
|
<?php
|
||||||
|
@ -19,6 +21,7 @@
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
|
|
||||||
|
|
Reference in New Issue