X

Cómo forzar el área de administración a utilizar el esquema de color clásico de administración

Snippets by IsItWP

¿Está buscando una manera de utilizar el esquema de color clásico de administración? Este fragmento forzará el área de administración para utilizar el esquema de color clásico.

Instrucciones:

Todo lo que tienes que hacer es añadir este código al archivo functions.php de tu tema o en un plugin específico del sitio:

add_filter('get_user_option_admin_color','change_admin_color');
function change_admin_color() {
    return 'classic';
}

Nota: Si es la primera vez que añade fragmentos de código en WordPress, consulte nuestra guía sobre cómo copiar / pegar correctamente fragmentos de código en WordPress, para no romper accidentalmente su sitio.

Si te ha gustado este fragmento de código, por favor, considere revisar nuestros otros artículos en el sitio como: Revisión de CSS Hero.

Comentarios   Deja una respuesta

  1. Terence Milbourn junio 7, 2014 en 8:07 am

    Admin Color Schemes ~ they should be switchable NOT by user but by site. Think how much swearing and shouting that would save!

    Seriously though, what donut thought that making it switchable by user profile was a good idea? I guess there’s some things about WordPress and WP developers I will never understand.

    By the way, if you ever come across a code snippet that I can add to my functions.php and give me a choice of selecting admin color scheme by site, rather than user, I will be forever in your debt.

      1. Terence Milbourn junio 7, 2014 en 10:13 am

        Hi Kevin,

        Thanks for the comeback. But I don’t want to stop a color being selected, I want to make it specific to a site, so that I can have one site in one color set and another in something different, rather than it is at the moment, linked to the user profile.

        1. Hi Terence,
          If you want to define things by site but not let users change their own color settings. Use the above snippet to define the theme to use and one of the others I provided to remove the controls for users. This should work great,

          1. Terence Milbourn junio 9, 2014 en 6:57 pm

            Thanks, I can see how that would work. I’ll go try it.

          2. Hi Terence,
            Does this mean that you will forever be in my debt? At some point in the future I will ask you for a favor. 😉 just kidding! glad I could help, enjoy the snippets!

          3. Terence Milbourn junio 10, 2014 en 10:39 pm

            Absolutely. Whatever you want. You just have to name it.

      2. Never did get to the bottom of this.

        My goal is to be able to switch the color scheme for the super-admin dependent upon which blog he visits in a multisite setup.

        In other words, if he is the dashboard on the primary blog (#1), its “flat”, and if in blog #2 its “blue”.

        And what would be ideal is if that the color scheme went to “red” in any option in the Network Admin dashboard was selected.

        To me that’s clean, clear and logical. Unlike the single color scheme, at the moment, which follows the admin around the site.

        Do you see what I mean?

  2. Brand Dedication marzo 7, 2014 en 1:41 am

    @wpsnipp:disqus Hey, still loving your site! This snippet still work and this was the first place I came to find this handy snippet! ~Thanks

    1. Glad to hear it, still lots more snippets 🙂

  3. Tried this method on WP3.2, but it doesn’t seem to work. Any idea?

    1. Somehow it takes time to go in effect, not sure why, but it works. Thank you.

      1. I Juts tested it out and had no issues could have been cache, but should work fine.

  4. Hi, thanks for this, It’s been a big help. I was just wondering, what is the purpose of the $results variable, when it doesn’t seem to be used?

    It’s been confusing me for a while.

    Cheers

    1. Hi David it’s not required, as you may already know. Ill make and update to remove this it was a mistake.

  5. Tweets that mention Wordpress Force admin color scheme – wpsnipp.com Wordpress code snippets for your blog -- Topsy.com diciembre 23, 2010 en 12:16 pm

    […] This post was mentioned on Twitter by Marcel Bootsman. Marcel Bootsman said: RT @wpsnipp: #wordpress Force admin color scheme http://bit.ly/i98TsF #blog please RT 🙂 […]

Añadir un comentario

Nos alegra que haya decidido dejar un comentario. Tenga en cuenta que todos los comentarios se moderan de acuerdo con nuestra política de privacidad , y que todos los enlaces son nofollow. NO utilice palabras clave en el campo del nombre. Tengamos una conversación personal y significativa.

WordPress Launch Checklist

La lista definitiva para lanzar WordPress

Hemos recopilado todos los elementos esenciales de la lista de comprobación para el lanzamiento de su próximo sitio web de WordPress en un práctico ebook.
Sí, envíeme el ¡gratuito!