Popis
Plugin for restricting posts from public view that are posted in a category called ‚private‘, Does this by requiring the user to be logged in to view.
To use just create a category called ‚private‘ then any posts posted into this category will be hidden from public view (not logged in users).
Instalace
This section describes how to install the plugin and get it working.
-
Upload
PostRestrictor.php
to the/wp-content/plugins/
directory -
Activate the plugin through the ‚Plugins‘ menu in WordPress
-
Create a category called ‚private‘
-
post your „private“ posts into the category ‚private‘
Nejčastější dotazy
Q: Can I change what category is hidden?
A: Yes, however this can only be achieved by editing the plugins source code.
Q: Does this plugin hide posts from the category private on every page (e.g. front page, single post view, category view etc)
A: Yes this plugin takes effect on every page.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Post Restrictor je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Post Restrictor” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.0
This is the first released version
1.1
Added collision check – CygnusH33L
Added comments – CygnusH33L
1.2
Fixed major issue with hidding posts in widgets (sidebar), plugins and single page view. – CygnusH33L