Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi,
    At the moment, the plugin does not support to change or add new Staff.
    If you want to edit or add new, you can open the User.php file in the inc folder of plugin:
    then find the following code in the file (About line 239):

    
    	$badges = array();
    	if ( user_can( $user_id, 'edit_posts' ) ) {
    		$badges['staff'] = __( 'Staff', 'dwqa' );
    	}

    Regards,
    DesignWall Team.

    Thread Starter Dhananjay Satanure

    (@dsatanure)

    @designwall,
    Thanks for responding, I’ve found Code you’ve Given. But How can I add new value/label there? And if possible how can I edit the color of that Label.

    And I also request you to please update this feature.

    Thread Starter Dhananjay Satanure

    (@dsatanure)

    Thanks, I’ve done it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add new Posts as Staff’ is closed to new replies.