이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

FAQ

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.