Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I show something just if the user is *not* logged in?


@mercime
Participant

@mercime

Something like this –

`

Sorry, your are not currently logged in. You may do so here ..

`

then add styling in stylesheet e.g.

`p.not-logged-in {
color: #000066;
font-weight: bold;
}`

Adjust to taste.

Skip to toolbar