Kevin Stanley

My name is Kevin. I am a 30 year old freelance web designer. I have been working with HTML, CSS, and PHP for 6+ years - And creating websites using Wordpress for 3 years. I enjoy creating websites and also doing some graphic design using Photoshop and Illustrator. I hope everyone enjoys reading my articles and I look forward to your questions, comments, and feedback.

26 responses to “Customize your WordPress Backend for Personal Branding”

  1. ed

    php
    function custom_login() {
    echo ‘wplogin/wplogin.css” />’;
    }
    add_action(‘login_head’, ‘custom_login’);
    ?>

    without the line numbers, of course…

  2. ed

    your code is not working for some reason…everything is red, a tag is not closing or whatever, strange…

    ‘;
    }
    add_action(‘login_head’, ‘custom_login’);
    ?>

  3. Husien Adel

    nice tricks ;) for wp personalization , thanks

  4. Customize your WordPress Backend for Personal Branding « Resources for web design

    [...] how to customize the wordpress Backend [...]

  5. risorse&link | Art&Me

    [...] Customize your WordPress Backend for Personal Branding | Graphic and Web Design Blog We will then take it a step further and create a custom admin panel footer, and also a custom admin header image for our WordPress site. [...]

  6. Ample

    This is what I’ve been browsing for the last two days. By the way do you have a ready made custom login page for sharing – lol.

  7. Mars

    nice article, this is worth doing

  8. Resources and links – 1 June 2010

    [...] Customize your WordPress Backend for Personal Branding | Graphic and Web Design Blog [...]

  9. Liste de plugins, Astuces et Thèmes - Debuter avec Wordpress

    [...] articles similaires Astuces Votre blog sur les appareils mobiles Astuces Bouton twitter sans plugin Astuce Personnalistation de l’administration de wordpress astuce Vider automatiquement la corbeille de wordpress Astuces Le fichier [...]

  10. Customiza tu backend de WordPress | En corto sabe mejor

    [...] customizar tu backend de WordPress, para aquellos que hacen y reparten sitios web hechos con WordPress o para el que quiera disfrutar [...]

  11. oblik

    Hello,

    Great article.

    You forget to close the style for the custom logo function.

    bye

  12. Alex Dimos

    Love it. Yes have given some of the plugins a go and they have broken our site. Will get our dev to look into this.
    .-= Alex Dimos´s last blog ..What’s going on in the Market’s? – Part II =-.

  13. Ejaz

    Great Article Kevin,
    Just a small typo in 2nd paragraph under “Full Breakdown “. ” shoes a link ” should be “shows a link”

  14. matt ryan

    i can’t even consider this a hack. you’ve taken steps to maintain the modular nature of the core wp files. well done!
    .-= matt ryan´s last blog ..File Tracking through Google Analytics =-.

  15. sin2384

    Nice one, good to know. This can be just plus for any theme we do!
    .-= sin2384´s last blog ..Blue Buzz =-.

  16. Web Trend Forum

    I have always been struggling with CSS Issues of my website. Thanks. I hope it works or else i will come back to seek some guidance :)

  17. Mirko

    Nice hack. It is very useful when you customize wordpress login page with client logo and corporate colors.

  18. paul

    very interesting.
    the branding plugins I’ve tried don’t always work with child themes and when the WP installation is in a subfolder.
    this is much more flexible
    .-= paul´s last blog ..Free blank HTML5 WordPress theme =-.

  19. Matthew Schrager

    Great article, definitely gonna try this out!
    .-= Matthew Schrager´s last blog ..The Beginning =-.

  20. Kris J

    Nice and simple!
    I will point out for you that the way you impliment this hack is good due to the fact your adding this to the functions file of your template, so core upgrades won’t effect or erase the changes.
    A differnt route you can take is using plugins that do this exact thing.
    I made one called ‘My Brand Login‘ that customizes your Login/Registration page and Admin panel via a slick options page.
    Anyways good work….
    .-= Kris J´s last blog ..Cmin.us Instant ShortURL – WordPress Plugin =-.

    1. Saad Bassi

      Hey Kris, thanks for your comments. We already covered that plugin in our previous article.:)

  21. Avik

    Thanks for the tips, it would be nice to have a customized login page.

  22. nazcar

    cool.. i am going to try this..
    .-= nazcar´s last blog ..Microsoft boasts new IE9 test, seeks Web standards =-.

  23. alex

    Great! Although there are some plugins for customizations, it’s really good to know how to customize the back end yourself. Bookmarked. Thanks!

  24. dattai
  25. Arun Prasad

    Hi, this is really a useful wordpress hack. Thank you for sharing it. I will now use these tips to give a more personalized experience to my clients.

    Thanks again! :)

Leave a Reply