Reply To: Remove sticky posts from Blog Page Template?

#7383
Alexander
Participant

Ok, here is the solution:

1) Install “WP Hide Post” plugin
2) Create a blog page with an image for the slider
3) Set the blog page to sticky to be shown in the slider (somewhere on the blog creation page)
4) Set the page to “hide everywhere” (somewhere on the blog creation page)
5) Publish the blog page as usual
6) Add this to your CSS file:
#slider .hentry a {
display:none;
}

and you’re good to go !!!

Repeat step 1-5 for additional blog page. No one will ever see or find your blog page where the image for the slider came from nor can he click on the slider anymore.

Alexander @ http://www.mouseclick.com