How do I hide a story from my main feed?
Use the following metadata structure at the beginning of your note:
--- hidden: true --- Your story...
Publish the note to your blog.
You can also hide the body of all your stories from the main feed so that only titles show using CSS:
Follow the steps to create a CSS theme for your blog.
Add the following CSS:
---
metatype: css
---
.author-post .post-body {
display: none;
}
More from Listed
- Creating a Blog From Your Notes with Listed and Standard Notes
- How do I register for a Listed blog?
- How do I publish articles to Listed?
- How do I manage my blog settings, like username and custom domain?
- How do I email my subscribers about new articles and updates?
- What is my Listed guestbook?
- How do I change the colors, fonts, and general layout of my Listed blog?
- How do I specify a custom date for a post, or set the canonical URL?
- How do I add separate pages to my blog?