• Resolved vivigonzab

    (@vivigonzab)


    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

    (@caseproof)

    Hi @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:

    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.