Hello,
I’m using the article blog module to display a grid with articles from categories.
Is there a way to exclude one specific article from the grid ?
Carosch
Hey carosch!
Add this to your custom CSS.
.slide-entry-wrap article.post-entry-3046 { display: none !important; }
Where 3046 is the ID of the post.
Best regards,
Elliott
Thank you
carosch