How to make post only appear in slider and not blog

Hi, is there any way to only make a post appear in slider and NOT on the main page with the rest of slides?

You can hide posts based on their ID.

Here is a basic example for code that you can add to Theme Options - Other - Custom CSS:

.home #post-1241 {
  display: none;
}

But this code snippet won’t work without modifications and you need to inspect your website source to find what IDs you need to target. If you have no idea what I am talking about, please post your website URL and I will provide with more accurate code suited for your website.

Great Thanks!

Hi Sir Aigars, I also have the same concern. Can you also help me with that?

Here’s the site I’m working on
artistswelfare.org

Thank you very much.

@van92

I see that you have already switched to Meta Slider.

Let me know if there is anything else.