NSRS
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Hello,
I am not interested to install and an other plugin for Page Speed reasons!
I have install User Role but unfortunately not any customisations for All in One Seo.
I have also try these Snippets without any result :
function wpse_205080() { if( current_user_can( 'contributor' ) ) { $post_types = array( 'page', 'post' ); foreach( $post_types as $type ) { remove_meta_box( 'aiosp', $type, 'normal' ); } } } add_action( 'do_meta_boxes', 'wpse_205080' );And this :
function remove_my_post_metaboxes() { if ( current_user_can('contributor') ) { remove_meta_box( 'aiosp','post','normal' ); // AIOSP Metabox } } add_action('admin_menu','remove_my_post_metaboxes');None of the above works!
Any suggestion?
Please Help!
Forum: Plugins
In reply to: Allow Contributors set Location to PostsI just try GeoMashup and Workd Great!
Thanks, Anyway!
Forum: Plugins
In reply to: [Restrict Widgets] add support for user rolesI have the same exactly problem!
Did you find a solution?
Forum: Plugins
In reply to: [ABASE] Request Drop Down Select Form FieldMe too!
Can you please post PHP Code??
Forum: Plugins
In reply to: [ABASE] Adding a drop down list of DB valuesAny luck with above request. I am facing same problem!
Forum: Plugins
In reply to: [ABASE] How to show specific rows?Above query helped me a lot for single record selection!
Forum: Plugins
In reply to: [ABASE] Request Drop Down Select Form FieldAny luck with above request. I have the same problem. Want to create a drop down list with single record from database..
Viewing 7 replies - 1 through 7 (of 7 total)