Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
Matt Abrahams
0 points
Beginner
Hi,
I think its annoying that an admin has to login through the my account section and it doesn’t redirect them to wp admin so your basically logging in twice.
In the old directorypress theme an admin was redirected to wp admin.
Is there an easy way to add this to the new theme?
I tried the following code in class_white_label_themes line 5943, but it didn’t work.
Hi,
I think its annoying that an admin has to login through the my account section and it doesn’t redirect them to wp admin so your basically logging in twice.
In the old directorypress theme an admin was redirected to wp admin.
Is there an easy way to add this to the new theme?
I tried the following code in class_white_label_themes line 5943, but it didn’t work.
if (current_user_can( ‘manage_options’ )) {
<input type=”hidden” name=”redirect_to” value=”/wp-admin/” />
}
Appreciate any help.
Thank you!
Members Only Content
This reply is for PremiumPress customers only.
Login Now