Members only Content

Lots of churches use the [church_admin type=”register”] shortcode or block to allow people to register and login to edit their household entry.

If you have other content that you want to restrict to logged in users only. I have two shortcodes for that.

[church_admin type=”not-logged-in” login_form=1]

Put the content that is shown to not-logged in users here. The login_form=1 appends a login form to the end

[/church_admin]

Then you can have another shortcode to only show content to logged in users.

[church_admin type=”logged-in”]

This content is only seen by logged in users. You can go even more specific and restrict it to certain member types by adding member_type_id=”1,2,3″. Don’t forget to close the shortcode…

[/church_admin]