Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Removing the admin bar and backend from normal users like here on CSS Tricks Reply To: Removing the admin bar and backend from normal users like here on CSS Tricks

#167735
WMEric
Participant

Sorry, I mean like hiding the dashboard from logged in users and such.

I pretty much have a general idea using:

methods like current_user_can(‘role here’)

I don’t think there’s a good reason to have a user looking at the dashboard.

Thanks for the reply :)