Remove entry-utility from sticky post
-
Recently, i have found out how to remove meta-data from a static post by using the following code (kindly provided by esmi here) in the loop (loop.php) :
<?php if( !is_sticky() || !is_home() ) :?> <div class="entry-utility"> [...] </div><!-- .entry-utility --> <?php endif;?>
I’m not sure how this code works as i am now trying to remove the cat-links, meta-sep, comments-link and edit-link contained in the entry-utility and i can’t figure it out.
Hope that is clear, can anyone help or point me in the right direction.
First post is sticky https://www.mijasguide.com/
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Remove entry-utility from sticky post’ is closed to new replies.