Περιγραφή
Private Content provides a shortcode to display a small portion of a post content only to users of a specific role. For example, you can show the hidden text to Editors or to Authors or to any other WordPress role, even a custom role.
Private Content is not intended to be used as a membership plugin management, but instead it should be used to show small parts of a post only to certain users or roles.
For a comprehensive explanation, please see the official Wiki on GitHub. The text of the Wiki is also available as a PDF, that you can download from here.
Συντελεστές
I would like to say Thank You to all the people who helped me in making this plugin better and translated it into their respective languages.
Privacy Policy
This plugin does not collect any user data.
Συντελεστές
Many thanks to:
- Jean Baptiste Jung for the idea behind this plugin;
- Jeff Starr for the initial code.
Στιγμιότυπα
At the center of the screen, the shortcode is used in the WordPress editor. The text inside the shortcode will be displayed only to Authors and above roles. The shortcode in action. On the left, the text revealed to Administrators only; on the right, the page as seen by lower roles (Editors, Authors, etc., or simply readers).
Εγκατάσταση
Αυτή η ενότητα περιγράφει πώς να εγκαταστήσετε το πρόσθετο και να το κάνετε να δουλεύει.
- Upload the
private-content
directory to the/wp-content/plugins/
directory - Activate the plugin through the Plugins menu in WordPress
- Now the shortcode is available and ready to use.
Συχνές Ερωτήσεις
-
This plugin is not intended to be used in such way, but only in order to display a portion of a post to certain readers. Also, the hidden text must remain hidden, without the presence of an alternate text that could reveal the presence of the hidden text. Anyway, as of version 2.2, the plugin can display an alternate text, if it’s necessary: you can use the
alt
option to do that. You can find more information in the Wiki page.Also, this plugin was created only to show a small piece of text (i.e. a couple of lines) as a note to the post for particular readers.
If you need to show the entire post only to certain readers (i.e. readers who pay to read a post), you can use a plugin like Members.
-
Yes, you have to edit the CSS file of your current theme.
The shortcode generates a<p>
HTML tag with some classes, for example:private
to stylize all private contents[role]-content
to stylize the content for that specific [role].[role]-only
to stylize the content for that specific [role] only.
See the official Wiki for more information.
-
Does this plugin work with custom roles?
-
Yes, custom roles are fully supported starting from version 6.0. You can find more information in the Wiki page.
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Ιδιωτικό περιεχόμενο” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΤο “Ιδιωτικό περιεχόμενο” έχει μεταφραστεί σε 4 γλώσσες. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.
Μεταφράστε το “Ιδιωτικό περιεχόμενο” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
6.5.0
- Added
post-author-custom
case forrole
option (thanks to @agenziae20).
The full changelog is documented in the changelog file released along with the plugin package and is hosted also on GitHub.