Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brecht

    (@brechtvds)

    Hi there,

    Try adding the following code to your theme’s functions.php file:

    function eafl_capabilities ( $args ) {
    	$args['capability_type'] = 'page';
    	return $args;
    }
    add_filter( 'eafl_register_post_type', 'eafl_capabilities' );

    Since contributors can’t see pages they won’t see links anymore either.

    Brecht

    Thread Starter Devang Nagda

    (@devangnagda)

    Worked Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘User Roles Permissions’ is closed to new replies.