Toggle Post Type Visibility

설명

Toggle the visibility of any custom post type between public and restricted to logged-in users. This simple plugin can be paired with account management strategies to create membership-only content restrictions.

설치

  1. Take the easy route and install through the WordPress plugin installer, or,
  2. Download the .zip file and upload the unzipped folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to the Toggle Post Type Visibility page under Settings to set the visibility of each post type.

FAQ

Where are the options?

See the sub-page under the settings menu. Options will only show up for custom post types registered with public => true.

Inconsistent behavior for logged out users?

Logged-out users may see inconsistent behavior when attempting to access content that is hidden. They will likely see the front page, or the post type archive. They may see a 404 error. For best results, avoid including menus or other links to hidden content from public pages.

Access management

This plugin limits access to logged-in users. It does not provide any special handling of user registration management. Anyone at the subscriber level or greater can view all content filtered by this plugin. There is a warning on the settings page when sites allow anyone to register, which will allow anyone to view content restricted by this plugin. There are no plugin options to change the visibility restriction; the only level of access restriction is for logged-in status.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Toggle Post Type Visibility”(을)를 번역하세요.

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

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

변경이력

1.0

  • First publicly available version of the plugin.