Viewing 2 replies - 1 through 2 (of 2 total)
  • I need this too!!!

    Hi, i found solution so i want to share with you.

    Just replace “manage_options” by “edit_pages”.
    In reorder-posts-within-categories.php

    $the_page =  add_submenu_page('edit.php?post_type='.$post_type->name, 'Re-order', 'Reorder', 'manage_options', 're-orderPost-'.$post_type->name, array(&$this,'printOrderPage'));
    			}
    			else
    			{
    			    $the_page = add_submenu_page( 'edit.php', 'Re-order', 'Reorder', 'manage_options', 're-orderPost-'.$post_type->name, array(&$this,'printOrderPage'));

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Grant Permission to use to other Users’ is closed to new replies.