Howdy!
Is there a way to customize the admin dashboard and menu links on the left so that they are different then the user admin blog dashboard? I've been trying to modify the index.php, admin.php and menu.php by creating duplicates and appending the file names with -admin so that admin would login with index-admin.php that uses the admin-admin.php file and the menu-admin.php but keep getting errors because of this line in the index-admin.php...
/** Load WordPress Bootstrap */
require_once('admin-admin.php');
Fatal error: Cannot redeclare add_cssclass() (previously declared in R:\Data\www\wp-admin\menu-admin.php:194) in R:\Data\www\wp-admin\menu.php on line 197.
Am I going about this the wrong way? I've tried plugins but they don't have the control I want.
Thanks!