Hide Sticky Post
-
Hi, first I want to say this is a great plugin.
I have an online store and I use this plugin to show specific related products by using [ic_add_posts ids=’1,2,3′].
However the problem is every time I do that, my post also display my sticky post. So it will shows post ID 1, ID 2, ID 3 + sticky post.
I’m wondering how to get rid the sticky post.
Anyway, I change
<?php the_excerpt(); ?>
to
<?php
global $more; // Declare global $more (before the loop).
$more = 0; // Set (inside the loop) to display content above the more tag.
the_content(“More…”);
?>in post_loop_template.php.
Thanks in advance and sorry for my bad english.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hide Sticky Post’ is closed to new replies.