Skip to content

This is a Wordpress plugin and it is for the Contributors/Writers alone who make contributions to our site in the form of posts or any writings etc., Hence they can view only the contributions what they make unable to see what others have contributed. It can be used for the posts as well as the Custom Post Type also.

Notifications You must be signed in to change notification settings

Nareshkumar979/View-My-Posts-Alone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

=== View My Posts Alone ===
Contributors: nareshkumar1516
Tags: multiple authors,blog writers, custom user roles, contributors, blogs, dashbaord
Requires at least: 3.0.1
Tested up to: 4.7.3
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

It will display only the concerned contributor posts and other details of that contributor for the posts types and the Custom Post Type.

== Description ==

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.

== Installation ==

  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.

== Screenshots ==

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

== Frequently Asked Questions ==

= 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.

== Changelog ==

= 1.0 = Initial release.

== Upgrade Notice ==

= 1.0 = This is the First Version of the Plugin

About

This is a Wordpress plugin and it is for the Contributors/Writers alone who make contributions to our site in the form of posts or any writings etc., Hence they can view only the contributions what they make unable to see what others have contributed. It can be used for the posts as well as the Custom Post Type also.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages