I want to protect every page so that every unregistered user can not view the pages, unless they login.
I know there is a private plugin, but I do not want to use this, I just want to use the login plugin for this.
So, I need to add the following ags to every page:
access:
site.login: true
admin.login: true
But can this be added automatically every time I add a new page? Do I need to change something in the theme? I am using the learn2 theme.
