该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

View My Posts Alone

描述

This is a very simple and easiest of all the plugins. The View My Posts Alone plugin is specially designed for those who have many authors(contributors) or allow guest posts, custom user roles to acces their blogs/articles. In WordPress, a contributor can write as much blogs and articles as they can and submit it and wait for review (i.e) to be published from the administrator or the Person who is incharge of doing these things. But at the time when the contributor or the custom user role member visits the posts section or the custom post type he/she can see all the posts that has been presented in that site. If that happens there is no privacy for the contributors to write up their article and put up in the blog.

Inorder to overcome this type of problems alone this plugin has been written and it is very successfull even for lots of users in that blog. It will restrict the posts or the CPT to view only the posts that has been published or which has been saved as draft by that user alone. It will never display other persons writeups onto the Dashboard of the Others.

The Administrator and the Blog Author can view all the posts that are being contributed to their site and confirm what are all the posts that can be published and what not to be published.

On the whole this will be fantastic for the Users who are onto the Blogging and make things secret from the other writers.

I wrote this plugin since I am in search of this plugin desperately but very unfortunate am unable to find the plugin which satisfy my needs and requirements and that has ended up me in creating this plugin.

Plugin Features

  • Easy to Install.
  • No Settings Required.
  • It can be used for both the Normal Post type as well as the Custom Post Type too.
  • For Custom post type you have to add the CPT to the Plugin file.
  • Ease of Use in Multi Blogging Sites.
  • Very Effective.

屏幕截图

  • Plugin being Installed in the List of Plugins Page
  • Admin Dashboard after the plugin is Installed.
  • Contributor Dashboard after the plugin is Installed.

安装

  1. Direclty Download the plugin from the WordPress Plugin Repository itself by Downlaoding the Plugin through the Direct Plugin Download available in the Plugins Section by searcing the plugin’s name. From there itself you can Install and Activate the Plugin.
  2. Second Method is that you can direclty place the plugin in the extracted format with the plugin folder to the ‘/wp-content/plugins/’ folder and then navigate to Plugins Menu and you will see the plugin and you can click Activate using that Section also.

常见问题

Installation Instructions
  1. Direclty Download the plugin from the WordPress Plugin Repository itself by Downlaoding the Plugin through the Direct Plugin Download available in the Plugins Section by searcing the plugin’s name. From there itself you can Install and Activate the Plugin.
  2. Second Method is that you can direclty place the plugin in the extracted format with the plugin folder to the ‘/wp-content/plugins/’ folder and then navigate to Plugins Menu and you will see the plugin and you can click Activate using that Section also.
Will the Author and Administrator be able to view all the Contributor’s / Custom Role Users posts?

As in WordPress the Administrator and the Authors have access to all the posts that are being written or published in the site, the only reason is that the contributor\’s or the other custom role users will never have access to the others posts/write ups.

How to add this plugin for the Custom Post Type including Normal Post types?

We have to make up the seperate condition in the plugin\’s core file. In the (view_my_posts_alone.php) . There will be a IF condition with this line if (strpos( $_SERVER[ ‘REQUEST_URI’ ], ‘/wp-admin/edit.php’ ) !== false). You have to add the OR Condition and add as much as CPT that you need.
(E.g) if (strpos( $_SERVER[ ‘REQUEST_URI’ ], ‘/wp-admin/edit.php’ ) !== false) || (strpos( $_SERVER[ ‘REQUEST_URI’ ], ‘/wp-admin/edit.php?post_type=[YOUR_CUSTOM_POST_TYPE_SLUG]’ ) !== false).

Does this plugin conflict with any other plugins that we have installed in our blog?

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

评价

2017 年 4 月 26 日
Great Work. It works well for the Custom Post Type also and we can add multiple Custom Post Type in the same plugin. Thanks.
阅读所有1条评价

贡献者及开发者

“View My Posts Alone” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“View My Posts Alone”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

Initial release.