Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#24926 closed enhancement (worksforme)

Login to Frontend, instead Dashboard

Reported by: vyonte's profile vyonte Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

When a user login in a wordpress, by default was redirected to Wordpress dashboard instead the frontend of the site.

who are knowledgeable about wordpress, know how to get to frontend inmediately, but for new users, them lose in the way, and most of them, leave the site.

My suggestion is that new users (at least the suscriptor role) redirect when login to front end instead dashboard, or request them where they can to go after login (frontend or dashboard) and save this parameter for future login.

That's all
Thank You

Valentín

Change History (6)

#1 @ocean90
11 years ago

  • Severity changed from major to normal
  • Type changed from feature request to enhancement

Sounds for me like plugin material.

#2 follow-up: @markoheijnen
11 years ago

This also seems plugin material to me. You can always use wp_login_url( home_url() ); in your theme.

#3 @kpdesign
11 years ago

Another vote for plugin material. And, there are plugins already available that do this, such as http://wordpress.org/plugins/peters-login-redirect/. (See http://wordpress.org/plugins/search.php?q=login+redirect for the full list.)

#4 @ocean90
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

#5 in reply to: ↑ 2 ; follow-up: @vyonte
11 years ago

Hi Markoheijnen, thank's for you repply.

Interesting and basic code, but although this is possible, if you need to upgrade/update the theme, you must to apply again.

I believe (for this reason I publish it), that is more efficient if Wordpress has this feature as a native feature.

Plugins are an option, but not is an optimal solution. this is very basic feature that other r CMS has in theri native codex.

Greetings
Valentín

Replying to markoheijnen:

This also seems plugin material to me. You can always use wp_login_url( home_url() ); in your theme.

Last edited 11 years ago by vyonte (previous) (diff)

#6 in reply to: ↑ 5 @knutsp
11 years ago

Replying to vyonte:

Interesting and basic code, but although this is possible, if you need to upgrade/update the theme, you must to apply again.

Use a child theme http://codex.wordpress.org/Child_Themes

Note: See TracTickets for help on using tickets.