Ghost Pro - How do you hide articles from code injection?

If you mean post-cards then you can do it like this:

<style>
.post-card.tag-getting-started {
    display: none;
}
</style>

In this example, the post-cards with the tag “Getting started” will be hidden.

1 Like