Opis
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.
Instalacja
- Take the easy route and install through the WordPress plugin installer, or,
- Download the .zip file and upload the unzipped folder to the
/wp-content/plugins/directory - Activate the plugin through the 'Plugins’ menu in WordPress
- Go to the Toggle Post Type Visibility page under Settings to set the visibility of each post type.
Najczęściej zadawane pytania
-
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
posttype 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
subscriberlevel 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.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Toggle Post Type Visibility” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Toggle Post Type Visibility” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.0
- First publicly available version of the plugin.