Expire message when user is unpaid

Hi All,

Is there a way to redirect a user to an expire page with a clear message they need to rejoin? Or a shortcode that shows its expired.
I tested it and they can still login, which is good, but I want them to get redirected to a page or see a clear expired message.

Thoughts?
A
xo

You could add some text to the Login Welcome Page, wrapped in a shortcode conditional that makes it visible only to those with the subscriber role.

Thanks Tim!
Can you point me to how to do that? I appreciate the help!
A

Alexa, try something like this:

[s2If current_user_is(subscriber)]
    Some content for Free Subscribers.
[/s2If]

Details can be found at API/Scripting -> Simple/Shortcode Conditionals