hello,
would be nice to get more informations. do you get a 404 page?
how are your permalink settings?
i do support on http://saquery.com/wordpress/
best regards.
Thread Starter
s a
(@osexpertnet)
Ive used add_action(‘admin_menu’, … and add_action(‘favorite_actions’, to stop admin pages display those options. But professional users are not prevented from access this php page direct.
I’ve tried to cancel the save_post, but it seems that is not possible.
Ive thought about a redirect with add_filter(‘wp_head’, but this one will not fire in admin panel.
At this time I Guess the best solution would be to change the base permission after login if possible and let the wordpress functions let do the work. For registered readers will appear a error message after calling post-new.php. Ive read some wordpress codes and Im not sure if I can hook into the current_user_can methode.
However, I guess prevent the page from being loaded will solve the problem.