• Resolved douguiii

    (@douguiii)


    Hello everybody , I need a help! Use the Front End Only plugin Users need to understand how to restrict my website , access only with login, for example created a User and I want to try to enter the home page (index ) it redirect to a page I created login, how do this? please help me
    thank you

    https://wordpress.org/plugins/front-end-only-users/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter douguiii

    (@douguiii)

    Hello everybody , I need a help! Use the Front End Only plugin Users need to understand how to restrict my website , access only with login, for example created a User and I want to try to enter the home page (index ) it redirect to a page I created login, how do this? please help me
    thank you

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Douguii,

    Content can be restricted using the [restricted][/restricted] tag. Any content between the opening and closing tags will only be visible to those who are logged in. To login, users will need to register.
    To implement the registration form insert the [register] shortcode on the page you want to the registration form to display.
    The ‘redirect_page’ field gives you the option to redirect the user to a specific page. This code would look something like [register redirect_page= “your redirect URL”]

    You could set your redirect URL to be your Index page.

    Another great feature is the built in Login form. To add the Login Form, insert the [login] shortcode on your Login Page. You can also add the ‘redirect_page’ field to redirect to another page.
    To insert the form, create a wordpress page and write [login redirect_page=”YOUR URL”].

    Hope that helps a bit with getting started.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘restrict my site’ is closed to new replies.