이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Restriction

설명

Restriction is a wordpress restrict plugin to restric wordpress site, or wordpress posts, or restricted content section in posts to non-member users.

When non-member users view your wordpress pages, they will be redirected to your register page or landing page, you can set up the URL of register page or landing page in “Restriction Global Setting” panel

In “Restriction Global Setting” panel, you can set up opened pages that will opened for guest, guest can view these pages and will not be directed to landing page.

In “Restriction Global Setting” panel, you can enable “page lLevel protect” option, if you enabled this option, in page / post editor, you will find “Members only for this page?” meta box at the right top of the wordpress standard editor.
If you checked “Allow everyone to access the page” checkbox in meta box, the post will be opened to all guest users
By this way, you do not need enter page URLs to ppened Pages panel always.

If you want to open your wordpress site to guest users, you can one click to open your site via “Temporarily Turn Off All Featrures” option

If you just want to restrict a few private message, you can use shortcode [restriction]hi, this is private content[/restriction]

Also you can restirct post private content based on users via restriction shortcode, you can use it like this:
[restriction roles=’editor,administrator’]hi, we are private content[/restriction]
or
[restriction roles=’editor’]hi, we are private content[/restriction]

And you can redirect users which have no permission to view the wordpress restricted content to a customized URL with this way:
[restriction roles=’editor,administrator,admin’ link=’https://tooltips.org/shop/’]hi, we are private content[/restriction]

If you do not want to restrict post private content with user roles, just use restricted shortcode like this:
[restriction]hi, we are private content[/restriction]

How To Use

Once installed the restriction plugin, please click restriction menu in back end, we have detailed step by step notes for each option
If you just want to restrict a few private message, you can use shortcode [restriction]hi, this is private content[/restriction]

Download

https://www.wordpress.org/

설치

1:Upload the restriction plugin to your blog
2:Activate it
3:Finish setup in restriction menu

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Restriction”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Restriction”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.9

Support Custom Login Link Redirection for Restricted Content Access and enhanced code security

1.0.5

Now you can restirct post content based on users via restriction shortcode, you can use it like this:
[restriction roles=’editor,administrator’]hi, we are private content[/restriction]
or
[restriction roles=’editor’]hi, we are private content[/restriction]
If you do not want to restrict post content with user roles, just use restricted shortcode like this:
[restriction]hi, we are private content[/restriction]

1.0.0

Initial release