Rating: 5 stars
The plugin works! Just look at the FAQ, everything is written there in clear language!
The usernames may match (my case), so insert in functions.php code below to see user IDs:
function true_user_id_column( $columns ) {
$columns['user_id'] = 'ID';
return $columns;
}
add_filter('manage_users_columns', 'true_user_id_column');
function true_user_id_column_content($value, $column_name, $user_id) {
if ( 'user_id' == $column_name )
return $user_id;
return $value;
}
add_action('manage_users_custom_column', 'true_user_id_column_content', 10, 3);
function true_user_id_column_style(){
echo '<style>.column-user_id{width: 5%}</style>';
}
add_action('admin_head-users.php', 'true_user_id_column_style');
Then just select the ID of the desired user or users, use the plugin shortcode and that’s it!
P.S. The code for displaying user IDs in the WP user menu is not mine. Unfortunately I can’t attach a link to the source. I will only say that this is the misha.agency website.
Rating: 1 star
It does not work correctly when user role name and role slug are different for example Role name is ‘Member’ and slug is ‘abc_member’.
]]>Rating: 5 stars
It does what I needed – restrict post read access to specific users
]]>Rating: 5 stars
Initial problem, as my template wrote content from outside the the WP $content variable, which wasn’t secured.
Sorted it out with output buffering.
All is good now.
Rating: 5 stars
It’s all ??
]]>Rating: 5 stars
Thank you!
]]>Rating: 5 stars
it works great
note that role name must match role id/slug or else no match – ideally slug should be used for matching and name for display only.maybe have 2 meta data fields and use one for display and one for compare.
thank you for the plugin.
]]>Rating: 5 stars
works very good.
I wish supports the whole custom post type for different user roles.
]]>Rating: 5 stars
Doesn’t work with this version.
The shortcode are shit. How can i manage to put several HTML/PHP content withing the shortcodes?
]]>Rating: 1 star
This plugin was amazing, but doesn’t work with 4.2.4 WP as of Version 1.0.5. Hope the author will fix it soon.
]]>Rating: 1 star
This plugin Doesn’t work! I Waste MY Time!!
]]>Rating: 5 stars
Great!
The best!!!
]]>Rating: 5 stars
Like most of you, you scoured WP php insert plugins but none did the job.
Don’t get me wrong, custom PHP sometimes is the fastest sweetest way to get precise jobs down. But in this case, to have this conditional content option on every page available to me, is awesome.
..now if I can just have a redirect page as an option.. well, I’d have to just blow my brains out because it would make my day… the final stretch.. but I’m confident that the finishing touch is near.
PS it works with 4.2.2
btw for those interested.. I tried adding JS into the body of the ‘blocked’ message, and User Specific Content or WP would have none of it. Stripped off as a security measure I’m sure.
]]>Rating: 5 stars
With great plugins like this one, users depend on the maintainance cycle of the developer more than with other (non-content related) plugins. I hope that this developer will maintain the plugin at least to stay up to date with future WordPress versions.
Kind Regards
Peter Luit
]]>Rating: 5 stars
great support
easy to use
advance controls…
thank you.
]]>Rating: 5 stars
I have been using this plugin since 2012, you forget how much you use something until it stops working! Good to have the short code working again.
It does what is says on the box in a simple but effective manner.
Thanks so much.
Rating: 5 stars
Very useful if you have to manage an e-commerce with specific user content !!
]]>Rating: 5 stars
THANKS
]]>Rating: 4 stars
Please add the same functionality to WooCommerce entries. Would really help with user specific products that you want to allow them to reorder easily.
]]>Rating: 1 star
Not working for WP v4.
Anyone know any plug in that is like this and is working?
]]>Rating: 1 star
Not working for WP v4.
Anyone know any plug in that is like this and is working?
]]>Rating: 5 stars
Does what it says with no hassle. User friendly functionalities.
]]>Rating: 5 stars
Great plugin does exactly what it says.
]]>Rating: 1 star
This plugin not working properly in wp v4.
]]>Rating: 4 stars
Because of the current structure of WordPress (4.0), designing a plugin that can allows you to restrict access to some pages is a surprisingly difficult task.
Nearly every other plugin that can do this is very complicated: they nearly all require you to implement major changes such as custom post types. While many of the other plugins have powerful features with many options, that is exactly why most people do not need those complex plugins.
This plugin is minimally intrusive, does not require you to modify your themes, templates, custom post types, user roles, or anything at all. But, if you want, you can make some simple changes, such as adding user roles, and that gives you more options.
My guess is the majority of people should use this plugin rather than the ultra-complicated plugins available. Remember: a sledgehammer is a powerful tool, but it is not good for killing mosquitoes.
I rate it 4 stars because:
Nevertheless, this is an excellent plugin. One if its best attributes is that it is simple, so I am not asking for dramatic changes that will make it too complicated. Also, I greatly appreciate that the developer took the time to think about where the plugin should be located–on the User menu–and not crammed into the Settings menu with everything else.
Rating: 5 stars
this plugin is really complete for restrict role or user to edit content of pages or posts.
thank you!
Rating: 5 stars
Covered all my needs for user specific content. Great plugin.
]]>Rating: 4 stars
simple plugin, does as it says and doesn’t cause a conflict with Developer plugin.
]]>Rating: 5 stars
exactly what i needed
]]>Rating: 5 stars
I love the ability to control the content on my site for logged out users as much as logged in. The seems to be the only solution. ??
]]>