Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Manage/View Your Posts Only

Descripción

This is a very simple and straightforward plugin. The Manage/View Your Posts Only plugin is specially designed for those who have many authors or allow guest posts on their blogs. On WordPress, a contributor can write and submit a post and wait for review until it has been published. But while doing so, when they visit the “Posts” section, that lists all the posts, they are able to see posts by other contributors as well that are under review. While there may be no problem with that if all the authors are closely associated to the website or the company. However, if there are many guest writers contributing to a blog, many webmasters and site owners may not want every one of them view what others are posting and what posts are under review.

The manage your posts plugin is a simple plugin that works out of the box. Simply install the plugin and you’re ready to roll. Once the plugin is installed, a contributor can only view the posts that they have submitted and cannot see what others have been submitting. The plugin also hides the total number of posts and post drafts present on the blog to the contributors.

I wrote this plugin because I wanted this same exact feature on my blog and couldn’t find any plugin that could fix it easily.

Plugin developed by Zibeb Tips and Reviews

Preguntas frecuentes

Will the Author and Administrator be able to view all the Contributor’s posts?

Don’t worry, The Administrator and the Authors have access to all the posts, only the contributors cannot view the posts submitted by the others

Does this plugin conflict with any other plugins?

Not at all, it’s a very simple plugin and there are no issues with other plugins so far.

Reseñas

8 de febrero de 2021
It is incredible that this still functions (for now). It won't be long before this plugin becomes unusable though. If someone wants to take it over and recommend something modern (why WP doesn't make this a native feature....idk). At least, for the moment, it works still 🙂
3 de septiembre de 2016
If you want this to apply to custom post types, simply modify the following line in the plugin: function mypo_parse_query_useronly( $wp_query ) { if ( strpos( $_SERVER[ 'REQUEST_URI' ], '/wp-admin/edit.php' ) !== false ) { To include the endpoint of the edit page for the custom post type, like so: function mypo_parse_query_useronly( $wp_query ) { if ( strpos( $_SERVER[ 'REQUEST_URI' ], '/wp-admin/edit.php' ) !== false || strpos( $_SERVER[ 'REQUEST_URI' ], '/wp-admin/edit.php?post_type=[POST TYPE SLUG]' ) !== false ) { You can add as many custom post types separated by OR operators "||" as you'd like.
Leer todas las 4 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Manage/View Your Posts Only" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0