My theme doesn’t provide any differentiation when I’m logged in between public posts and private posts so I’ve gone into the CSS and added the following snippet which then adds a simple light gray background to my private posts. It’s a simple visual way to indicate which posts are private or not.

.status-private{
        background-color: #​e7e7e7;
}
Home

Published by

Chris Aldrich

I'm a biomedical and electrical engineer with interests in information theory, complexity, evolution, genetics, signal processing, IndieWeb, theoretical mathematics, and big history. I'm also a talent manager-producer-publisher in the entertainment industry with expertise in representation, distribution, finance, production, content delivery, and new media.

Leave a Reply

Your email address will not be published. Required fields are marked *