Title: Mark Protected Posts
Last modified: November 7, 2023

---

# Mark Protected Posts

 *  Resolved [vivigonzab](https://wordpress.org/support/users/vivigonzab/)
 * (@vivigonzab)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/mark-protected-posts/)
 * Hi! I wanted to mark with an specific icon or symbol the posts that are protected.
   So users know that they have to pay to view that post before they click to open
   the post. Maybe add an icon or symbol to corner of the post image?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Caseproof LLC](https://wordpress.org/support/users/caseproof/)
 * (@caseproof)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/mark-protected-posts/#post-17209694)
 * Hi [@vivigonzab](https://wordpress.org/support/users/vivigonzab/)
 * Unfortunately, we don’t provide such a feature at the moment. What you will need
   to do is to edit the theme template with main loop and use this condition to 
   check if a user has access to the post:
 *     ```wp-block-code
       if ( ! members_can_current_user_view_post( $post->ID ) ) {
         // Add icon
       }
       ```
   
 * I hope that helps.

Viewing 1 replies (of 1 total)

The topic ‘Mark Protected Posts’ is closed to new replies.

 * ![](https://ps.w.org/members/assets/icon-256x256.png?rev=3508404)
 * [Members - Membership & User Role Editor Plugin](https://wordpress.org/plugins/members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/members/)
 * [Active Topics](https://wordpress.org/support/plugin/members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/members/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Caseproof LLC](https://wordpress.org/support/users/caseproof/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/mark-protected-posts/#post-17209694)
 * Status: resolved