Home/ Journal Bens Projects Binary Moon Archives About Ben Gillbanks Subscribe to Binary Moon Updates

Subscribe to Binary Moon Website Updates, it's Free and Easy to Stay in Touch

Search Binary Moon

Search Binary Moon

WordPress Tips and Tricks – Custom Login Page

It's cool to have the WordPress login page customized to fit your own website branding. This is even more significant for multi author blogs, or sites you have set up for clients as it adds that little extra something.

Since writing this post in 2007 I have released a plugin called BM Custom Login which does everything described below

I was actually inspired to write this post because of a 9rules note I started. David Airey beat me to the punch with his own version and credit should go to Ayushsaran for starting the thing but here is mine at last.

The process is very simple. Create two images (login-bkg-tile.gif and login-bkg-bottom.gif) and then stick them in the wp-admin/images/ folder from your WordPress installation. With a bit of effort you can create something nice.

The problem with this is two-fold, first how do you create the images? Secondly what happens when you upgrade?

Wordpress Custom Login screen samples

How do you create the images?

This isn't overly challenging. All you need to do is make a picture based on the default template. But wouldn't it be nice if there was a template file you could base your image on? It would save so much time!

You'll also need to create a new footer image... but I've solved that problem too.

What happens when you upgrade?

One of the things I have tried to do with my WordPress tips and tricks is stick to things that don't require changing core files. I don't like the idea of having to change things every time I upgrade the software, and in this case the images will get overwritten when you install new versions of the software.

The Solution? Ben to the rescue!

Ok, so it's not the most complicated of problems, or solutions for that matter, but I have an answer to both.

The image template was easy... I made one.

The upgrade issue was a little more challenging, and took me about 10 minutes longer to put into action. I give to you, my first WordPress plugin (and how useful it is), the Binary Moon Custom Login plugin - as seen in action on the Binary Joy login screen.

The plugin itself sits in the plugins folder alongside the images - which you can change as required. The footer image has been changed to a gif with a transparent middle which means you can use any images you like for the main background and they will fit seamlessly.

Because this is a plugin and the images are kept separately from the admin folder upgrades are nice and easy. Just upgrade as normal. This is particularly handy for client sites where they may not be aware of what you have done to customise things.

Let me know what you think.

396 Responses to “WordPress Tips and Tricks – Custom Login Page” Leave a reply ›

  • He issue with the wordpress logo overlaping is related to the WP security Scan plugin.

    • It appears to be. I have the same issue. When I deactivate the WP Security Scan plug-in the login looks like what we have designed but with the WP Security Plug in active there is an overlap. Any suggestions as we would like to keep the Security Plug in installed.

      • Found a solution - loaded on WordPress 2.9 with WP Security Scan

        It appears that the "WP selection" array in the bm-custom-login.php does not select the proper css file. The plug in was using the bm-custom-login.css file. I copied the css from bm-custom-login-3.css to the bm-custom-login.css file and now it works fine.

  • Hi there! Thanks for an awesome plugin. I was wondering if it is possible to change the hyperlink so as not to cover the entire logo but only a part of it.

  • Simple and it works. Oh if all plugins could be this straightforward. Thanks :)

  • try it and it works perfectly, Thank you for this great plugin !

  • This is fantastic! Exactly what I was looking for. I will be adding a screenshot to my flickr group shortly. Thanks!

  • Great info. Hey I was wondering if you had insight on a plug-in which would allow only my main to be view. If your not a registered user I would be able to force the potential user to subscribe and login...please advise.

  • I will be trying the baby out thanks!

  • Hi, works great, very slick!

  • This is awesome! Works terrific! Easy to implement! Thank you so much!

  • Sorry, this did not work :-( ( All I get is HTML lines! HELP!

  • Does this plugin work with WP 2.9.2?

    I'm having some compatibility issues... Just seems to have broke when I did the upgrade today.

    Any help is appreciated.

    Thanks!

  • Hi, The plugin is awesome!!!!! Thanks very much!

    One Question: I'm using wordpress in spanish, so I wondering if is it possible to change the plugin's language because, now the login page messages are all on english...

    Thanks again.

  • I have made the area around the border transparent but now it shows the background image below the footer image. How can I make it so the background image from the top part stops and lines up with the footer instead of bleeding through the bottom where it's transparent?

  • Heya... you are aware that your "login" example is not working, aren't you? Your own login screen seems to be missing the top image, resulting in an unreadable form.

    Guess you should know. ;)

  • Great plugin! I have successfully modified and uploaded the image file and my login screen looks great.

    There is one small error, though, and that is with the 'Remember Me' section of the login.

    The checkbox to click is visible, but the text 'Remember Me' accompanying the checkbox is missing.

    How can I rectify this?

    Thanks.

    • Hi there DT!

      I am having the exact same issue, but in my case the "Username" & "Password" no longer appear either... :(

      Were you able to solve the issue in the meantime???

      Thanks for getting back to me! ;) :)

      Michael

      • Hi Michael,

        It appears the username & password also wasn't appearing for me either.

        No, I'm afraid I wasn't able to solve the issue. In fact, I have now disabled this plugin because I couldn't afford to have my members unable to reset their passwords etc.

        I am wondering if the plugin is clashing with the WP theme that I'm using? I will be applying a new theme shortly and will be able to see if that is indeed the issue.

        In the meantime, I am diasppointed that the plugin author seems to have given up on this comments section and doesn't address any of our issues. :(

        Maybe there's another plugin out there that will do a similar thing?

        Sorry I could be much help to you.

        DT

    • Did you ever find the answer to this? I posted on here a couple weeks ago and no one has gotten back to me.

      • By the way, I found the answer to this........ Very embarrassing. If anyone looks in the css-3 file the reason you don't see the "remember me" and "lost my password" is because the default for the plugin is to be on a dark background. So both these are set as white at the start. To make things easier Ben or whoever the author is even spells out in the css what the different code goes to.

        So to fix these go to plugins -> edit -> select BM custom login and pull up css sheet #3. Then:

        at line #28 you will see this css code

        #login label {

        color:#FFFFFF;
        }

        change #FFFFFF to whatever font color you like

        the other line is the folliwing
        line #54

        .login #nav a, .login #nav a:hover {
        color:#FFFFFF !important;
        }

        The plugin works perfectly. Thank you for the nice plugin.

  • I cannot seem to get this to show on my main page. I have activated it. I am new to WordPress so that may be my issue but I have followed everything you said and I do not see the login screen at all.

  • than's a lot! That the exact thing i was looking for !!
    :)

  • Good one I've been looking for this. But Can you tell me how ti embed login form in a page and I also have a request for you.

    There are many multi-author blogs out there, and all would love a Author Adsense plugin!!! There are few already but non of them work with 2.9

    I hope I'll be a good response from you.

  • The same problem like Darrin explained! GIF is "overlapping" PNG which looks very ugly if working with transparent pictures!!! Any idea???

  • Hi there! Thanks for an awesome plugin. I was wondering if it is possible to change the hyperlink so as not to cover the entire logo but only a part of it.

    Imran14826
    http://www.livetv.pk

  • This is such a great way for admins to login to wordpress! I have seen this on quite a number of blogs, and soon to implement on mine! Fantastic post!

  • Hi, I notice there are a few people with my problem but the answer isn't posted here. There isn't a "remember me" anymore, and the link for "lost my password" is missing.

    http://gethiredasap4her.com/wp-admin/

    Is there an answer somewhere, I have looked through your site a couple times and don't see anything with the answer.

    Thanks for any help.

    Jodi

    • @Jodie
      The text in your labels is currently in white on the CSS - so look for the part in the bm-custom-login-3.css file and change from white (#fff) to another darker colour - #000 is black for example

      #login label {
      color:#000;
      }

      .login #nav a, .login #nav a:hover {
      color:#000 !important;
      }

  • Is this website abandoned??? I still haven't found an answer to this problem. Has anyone else?

  • Got the plugin to work great! Just wondering how to change the background fill color BEHIND the login from the generic white, to either a picture or a gradient fill. Any help would be appreciated. Thanks.

    • I want the same, background behind the login form, please.
      A graphic or a bg color, cheerrrrrs, David

  • Mitico! Thanks for your great job, it works fantastic!
    Here's my screen capture: http://goo.gl/EQqP
    Beautiful!!

  • works nicely to me on WP 3.0.1 , without any problems or errors..

    thanks a lot! :)

  • perfect!!! thank you bro

  • Just wondering how to change the background fill color BEHIND the login from the generic white!!

  • Nice work dude.

    My clients are singing my praises.

    So I will hand a large proportion of that praise over to you. Only, of course, after I have taken a small piece for myself.

  • Great plugin I must say, I've been using it since 2008.. any updates for WP 3.0.5 version yet? as there got some errors for WP 3.0.5 version..

  • I've been looking around for a solution to this for a while, as I have never l¡ked (hated in fact) the standard wordpress log in, so this is great. Thanks!

  • Hi Ben,

    Thanks for the plugin, it works great !!

    I have one questions

    1. When I go to the login page the error message is shown saying that the login fields are empty and also the login form shakes. It happens only when i use the plugin, IF I dont use the plugin it is like normal wordpress login. But I need this plugin to style the login page, which is very good. But I would like to remove this shaking effect and error message when the login page is loaded for the first time. I hope you know what I mean, I can show you the site since its an intranet, I dont have a web url.

    Please let me know if this is from the plugin or something else
    Jeffy

  • Hi Ben, Awesome plugin...I'm having a bit of a problem with it. I am using wp-member so I hope that it's not conflicting...
    A few questions:
    1. Are the files supposed to be gif's or jpg? cause there's a mix between your instructions and the examples.
    2. Are the files to be uploaded to wp-content/plugins/bm-custom-login/images or wp-admin/images. Again the instructions say the later, but your files show the former.
    3. This is what my source code looks like when I view the page: http://tsm.s3.amazonaws.com/viewsource.png

    This is the url I'm having problems with: http://www.thedecoratingandstagingacademy.com/...egister
    Thanks so much for your help :) Tracy

  • Canthis procedure be updated for WP3.1?

    Thank you.

  • Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/wp-content/mu-plugins/) is not within the allowed path(s): (/f5/binaryjoy/:/nfsn/apps/php5/lib/php/:/nfsn/apps/php/lib/php/:/nfsn/content/content/nfsn/:/usr/local/php/lib/:/usr/local/php/5.2.17/lib/:/usr/local/php/5.3.5-nfsn1/lib/) in /f5/binaryjoy/public/wp-content/plugins/bm-custom-login/bm-custom-login.php on line 19
    Binary Joy

  • its giving an error on ur login page #fail :P

  • Hi Ben,
    Thanks for the beautiful plugin.
    Wordpress 3.2 is out and and there is some glitch with picture maybe the changes of size, i don't know.
    Will you make update for the new version?

    thank you.

  • login-bkg-tile.jpg is showing up below log in panel - is now a background for message such as "back to yoursithttp://www.binarymoon.co.uk/2007/07/wordpress-tips-and-tricks-custom-login-page/#e blog." Anyone know why this is happening? Thank you.

  • Simple and it works. Oh if all plugins could be this straightforward. Thanks

  • Hi, you released new version and it doesn't work.

  • I'd forgotten how much I tweaked version 1.4 so I could have a larger, especially wider, background image. Can I request that as a future upgrade?

  • After upgrading to WordPress 3.2.1. my custom image is no longer presented.
    I have downloaded the version today from your website but my image is still not presented. Where do we get your test version?

    Thanks in advance. I have also posted at WordPress Plugs.

    • Profile

      There's now a settings page where you can specify the image to use as the login background. I have a few things to do this weekend to improve it further.

      • ouh ok...that's why my image doesn't appeared. I'll have to test right now.
        thanks!

  • I created image 312px x 600px with a little mod from your template file, but it doesn't seem right. Not as slick as previous image. I hope you can provide us with the new version of psd template file for the next release. thank you

  • I've downloaded and installed the Plugin as the tutorial showes me.
    Also i made a new Background and uploaded all Files to ftp in the right Folder.
    Finally the custom Login isn't shown - default Login only.
    I run latest WP 3.2.1 Any Suggestions?

  • hey your Binary Joy login screen login plugin have some bugs of is_dir().

  • My site looks cool with these custom Login Page ;)

  • first off, nice platform for doing the custom login.

    As you've probably seen, there are several users who also like to update the page background in addition to a customized loginform background. For instance my own: http://www.graphicdistortions.com/wp-login.php

    currently though, this incarnation does not allow for that without some minor hacking of the PHP and CSS file.

    Is there an update coming out to address this?

    FYI: the PSD file that you included with the plugin is defaulted to 390px width, but the default defined in the CSS section "#login h1 a" is 312px, so you lose all the nice rounded edges from the template.

  • Hi Ben,

    First of all, thanks a lot for your plugin. It has been working great in the past. Unfortunately ever since I've updated it, the format of the psd doesn't work anymore.
    Could you please adjust this, or give me some hints on how to do it myself?
    *prettyplease*

    Thanks!

  • This is Good Plugin!
    Maybe I'm Translate To persian & Publish For Iranian People!!
    Thanks

  • Thanks for the tutorials about wp login but please fix you http://www.binarymoon.co.uk/wp-admin.php page

  • We just customized our login page with some great CSS3 styles. Check it out live on our wp-login page http://www.destinyislands.com/wp-login.php

    • What is the size image you used? When I set mine up the image at top gets blocked by a message saying "you are logged out". How can I get rid of that message?

  • In order for it to work, I had to edit the wp-login.php page to make it all fit in the image, by adding an inline style to the URL.
    Line:690
    <a style="float:right; padding-right:26px;" href="/" title="">

  • Hi Ben,
    First, let me say thanks for the great custom login plugin. It really was easy for us "Newbies" not familiar with WordPress. I am having one problem though. I can't get my logo to appear on my new image background. I went into my FTP and uploaded a custom logo and put it into the wp-admin/image .gif file.
    Can you please tell me what I am doing wrong??
    Your help would be greatly appreciated.
    Thanks!!
    Geralyn

  • Excellent post. Never thought that customizing your Blog will go up to this level. The WordPress custom login is very useful, especially when you have a lot of Guest Bloggers. Thanks for sharing:)

  • i tried to used in wordpress ver:3.2.1 but its not working properly. i just upgrade my site and reinstall it but same problem. plz help to fix it asap.

    thanks

  • This is AMAZING, thanks so much. My login page looks a million times better Ben your a Star.

    Is there a way to add an image to the page background? That would make it PERFECT.

  • Hey Ben. After I installed the plugin I lost all contact with my wp. any idea what might be the problem?

  • Hey Ben,

    I love this plugin! It's nice to have a custom login as finishing touch for your website.

    With the upgrade to WordPress 3.3 I noticed there was a change in CSS. The background image is now at the top of the screen, instead of on top of the loginbox.

    I've added 1 lines of CSS to your plugin's CSS file (to #login to be precise) to correct this. Could you please check it out and update the plugin?

    #login {
    padding: 0 0 20px;
    margin: 114px auto 0;
    }

    Thanks!

    Sander

  • you could actually customize your login page in wordpress (wp-admin) by editing the wp-admin.css and color-fresh.css.

    • Profile

      you could indeed, but then when you update WordPress you lose the changes and have to re-apply them. This is why WordPress plugins are great - they remove this requirement and keep things working longer.

  • I just downloaded this plugin. So excited I found it. None of the image template files are in the folders? Any suggestions?

Leave a Reply

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Posts linking here

  1. Favicon for http://www.google.com/s2/favicons?domain=binarymoon.wordpress.com My first wordpress plugin « binarymoon
  2. Favicon for http://www.google.com/s2/favicons?domain=www.bloggingpro.com WordPress Tricks and Tips: Custom WordPress Login
  3. Favicon for http://www.google.com/s2/favicons?domain= 自定义 WordPress 登录界面 - Nicky's blog
  4. Favicon for http://www.google.com/s2/favicons?domain= DeDestruct - A Web Design Journal » Blog Archive » Customizing the Wordpress Login Screen - Pt 2
  5. Favicon for http://www.google.com/s2/favicons?domain=www.davidairey.com David Airey :: Graphic Designer » Creative resources 26 July 2007
  6. Favicon for http://www.google.com/s2/favicons?domain=www.cssgirl.com 34 Insanely Useful Wordpress Plugins for Admins
  7. Favicon for http://www.google.com/s2/favicons?domain=birosketchbook.com links for 2007-07-27
  8. Favicon for http://www.google.com/s2/favicons?domain=contents-magic.com Keep A Test Site Of Your WordPress Blog
  9. Favicon for http://www.google.com/s2/favicons?domain=www.focusminded.com Bookmarkables for 30 July 2007 : FocusMinded.com
  10. Favicon for http://www.google.com/s2/favicons?domain=nonimage.com Customise Your Wordpress Login Page at Nonimage Blog
  11. Favicon for http://www.google.com/s2/favicons?domain=www.webmaster-source.com BlogBuzz July 30, 2007 » Webmaster-Source
  12. Favicon for http://www.google.com/s2/favicons?domain=sw-guide.de WordPress Ticker (10) — Software Guide
  13. Favicon for http://www.google.com/s2/favicons?domain=pixeldrama.de Rund um Wordpress » Pixeldrama
  14. Favicon for http://www.google.com/s2/favicons?domain= www.ben-inside.de
  15. Favicon for http://www.google.com/s2/favicons?domain=grochtdreis.de F-LOG-GE » Blog Archive » Wordpress-Login individualisieren
  16. Favicon for http://www.google.com/s2/favicons?domain= 10 Links für ein besseres WordPress-Blog | NanoPub
  17. Favicon for http://www.google.com/s2/favicons?domain= Review: Binary Moon > thepinkc
  18. Favicon for http://www.google.com/s2/favicons?domain=www.shankrila.com Binary Moon Links Competition - Get Free PR7 Links for Entering | ShanKri-la
  19. Favicon for http://www.google.com/s2/favicons?domain=nonsmokingarea.com del.icio.us bookmarks for August 9th through August 11th » nonsmokingarea.com » Blog Archive
  20. Favicon for http://www.google.com/s2/favicons?domain=wpbits.wordpress.com Having fun with WordPress login. Box or not. « WordPress Bits
  21. Favicon for http://www.google.com/s2/favicons?domain=www.chnorton.com.au Site Mod: Login Page » Chris Norton
  22. Favicon for http://www.google.com/s2/favicons?domain=muiomuio.net » Speedlinking 18-08-2007 Ganha dinheiro online com MUIOMUIO.NET: Dicas para fazer dinheiro com blogs
  23. Favicon for http://www.google.com/s2/favicons?domain= two.five.three.two » Blog Archive » Custom WP Login
  24. Favicon for http://www.google.com/s2/favicons?domain=www.bloggeries.com Have a custom log in page - Bloggeries Blog Forum
  25. Favicon for http://www.google.com/s2/favicons?domain=kahi.cz Even better login customization | Kahi’s WordPress Notes
  26. Favicon for http://www.google.com/s2/favicons?domain=hjwashington.com hjw » Blog Archive » fresh new site.
  27. Favicon for http://www.google.com/s2/favicons?domain= momworx » Schöner anmelden.
  28. Favicon for http://www.google.com/s2/favicons?domain=www.sinidaily.com The Unofficial Wordpress Quickstart Guide: From Start to Publish | SiNi Daily
  29. Favicon for http://www.google.com/s2/favicons?domain= FlipMix.NET - Жизнь в стиле WEB, Media & Tech » Blog Archive » Изменяем Login Screen с BM Custom Login Plugin
  30. Favicon for http://www.google.com/s2/favicons?domain=imod.co.za iMod - Blogging, Chatting, Coding, Marketing and lots more..
  31. Favicon for http://www.google.com/s2/favicons?domain=www.starstreet.us Tukar Ruangan Login WP Anda | Blog Konsep Terbuka
  32. Favicon for http://www.google.com/s2/favicons?domain=cadudecastroalves.com   Tutorial: formulário de login no Wordpress by Cadu de Castro Alves
  33. Favicon for http://www.google.com/s2/favicons?domain=justcreativedesign.com Customise Your Wordpress Login Screen | Just Creative Design | Jacob Cass
  34. Favicon for http://www.google.com/s2/favicons?domain=bentrem.wordpress.com Buffer dump 15DEC07 « Feet up, eyes closed, head back
  35. Favicon for http://www.google.com/s2/favicons?domain=www.getografik.com gt.grf » Blog Archive » Wordpress 커스텀 로그인 플러그인
  36. Favicon for http://www.google.com/s2/favicons?domain= login screen change : Steven Macintyre
  37. Favicon for http://www.google.com/s2/favicons?domain=www.macobex.com Customize your Wordpress Login Page. | macobex : infohunter
  38. Favicon for http://www.google.com/s2/favicons?domain=www.webz.gr 5 Wordpress Plugins για κάθε Admin | Webz
  39. Favicon for http://www.google.com/s2/favicons?domain=www.trailerblog.net » 12 skin per il login in WordPress » TrailerBlog
  40. Favicon for http://www.google.com/s2/favicons?domain= CreativeBurst.ORG » Hacking Wordpress
  41. Favicon for http://www.google.com/s2/favicons?domain=wp-fun.co.uk Quick n’ Dirty Admin Login Screen
  42. Favicon for http://www.google.com/s2/favicons?domain= Customize Your WordPress : Blog and Web Info
  43. Favicon for http://www.google.com/s2/favicons?domain=www.frogx3.com 8 Templates para la Administración de WP y Plugins | frogx.three
  44. Favicon for http://www.google.com/s2/favicons?domain= Wordpress Plugin Collection and Recommendations | Wordpress Hosting India
  45. Favicon for http://www.google.com/s2/favicons?domain=blogulate.com Custom images on wp-login wordpress login screen
  46. Favicon for http://www.google.com/s2/favicons?domain=www.amorfrancis.com Customized WordPress Login » Amor’s Blog
  47. Favicon for http://www.google.com/s2/favicons?domain=www.kerrywebster.com Kerry Webster - ‘Branded Login Screen’ Plugin
  48. Favicon for http://www.google.com/s2/favicons?domain=aangsupriatna.com Custom Wordpress Login Plugin | The Aang Supriatna's Blog Area
  49. Favicon for http://www.google.com/s2/favicons?domain= Customize your Wordpress login
  50. Favicon for http://www.google.com/s2/favicons?domain=www.spidermarket.com SpiderMarket » Great Wordpress Plugins for Magazine Developers
  51. Favicon for http://www.google.com/s2/favicons?domain=www.hongkiat.com 40+ Most Wanted Wordpress Tricks and Hacks
  52. Favicon for http://www.google.com/s2/favicons?domain= 9月森林 » 40+ Most Wanted Wordpress Tricks and Hacks
  53. Favicon for http://www.google.com/s2/favicons?domain=dreamcolor.net WordPress 后台主题赏析 | Dreamcolor's Cote
  54. Favicon for http://www.google.com/s2/favicons?domain=www.pboza.com Mas de 40 trucos y hackeos para Wordpress | Pboza
  55. Favicon for http://www.google.com/s2/favicons?domain=purnomo.name 40+ Most Wanted WordPress Tricks and Hacks | Blogging Tips
  56. Favicon for http://www.google.com/s2/favicons?domain= 40 Consejos para optimizar tu Wordpress » Comenta o Muere | Actualidad, Humor, Tecnología, Política, Ciencia, Música… y otros muchos temas de los que merece la pena hablar.
  57. Favicon for http://www.google.com/s2/favicons?domain=wp-magazin.ch Schweizer WordPress Magazin » Anleitungen CSS und XHTML » WordPress Login Gestaltung
  58. Favicon for http://www.google.com/s2/favicons?domain= Wordpress Plugin Centre - Wordpress tips - WordPress Tips
  59. Favicon for http://www.google.com/s2/favicons?domain= 谷歌客 » 30个优秀Wordpress技巧
  60. Favicon for http://www.google.com/s2/favicons?domain=wpchina.org WordPress 常用技巧40+则,诚邀您的参与翻译 - WordPress中文站
  61. Favicon for http://www.google.com/s2/favicons?domain=einchi.com Einchi » Blog Archive » Custom Your WordPress Login
  62. Favicon for http://www.google.com/s2/favicons?domain= 25 Brilliant WordPress Tips, Tricks and Plugins to Make Your Blog Stand Out | Oragle
  63. Favicon for http://www.google.com/s2/favicons?domain= RCDM » Blog Archive » 40 consejos y trucos para Wordpress (muy interesante)
  64. Favicon for http://www.google.com/s2/favicons?domain=wp-magazin.ch Schweizer WordPress Magazin » Beitrag: WordPress Login Gestaltung
  65. Favicon for http://www.google.com/s2/favicons?domain= How do I remove the wordpress logo from the login and register pages? | wp-Member.com Advanced Wordpress Membership Plugin
  66. Favicon for http://www.google.com/s2/favicons?domain= WordPress 常用技巧40+则 : 从1981年2月开始的人生
  67. Favicon for http://www.google.com/s2/favicons?domain=searchportal.information.com WordPress 常用技巧40+则 - 从1981年2月开始的人生
  68. Favicon for http://www.google.com/s2/favicons?domain= Customize Your Wordpress Login Screen With ‘Branded Login Screen’ Plugin
  69. Favicon for http://www.google.com/s2/favicons?domain=www.sugarrae.com Pimping Your Wordpress Theme for Humans - Sugarrae
  70. Favicon for http://www.google.com/s2/favicons?domain= Branding Login Screen Wordpressmu! | ayo ngeBlog!
  71. Favicon for http://www.google.com/s2/favicons?domain=senteevs.lv Vizuālie sīkumi | Senteevs.lv
  72. Favicon for http://www.google.com/s2/favicons?domain= Adding The “Cool Factor” To Your Website - Web Development
  73. Favicon for http://www.google.com/s2/favicons?domain= Branding Login Screen Wordpressmu! | sigidnugroho.com
  74. Favicon for http://www.google.com/s2/favicons?domain= Blog Roundup for the 25th of July 2007 :: Christopher Ross
  75. Favicon for http://www.google.com/s2/favicons?domain=www.scottfish.com My Favorite Community Building Wordpress Plugins | Scott Fish
  76. Favicon for http://www.google.com/s2/favicons?domain=www.aronil.com Aronil - Custom Wordpress Login
  77. Favicon for http://www.google.com/s2/favicons?domain= DNyap » Blog Archive » My Favorite Community Building Wordpress Plugins
  78. Favicon for http://www.google.com/s2/favicons?domain= Wordpress - Custom login page « Motikhavdi
  79. Favicon for http://www.google.com/s2/favicons?domain= Mommy’s Idea Book » Blog Archive » Custom Login Page
  80. Favicon for http://www.google.com/s2/favicons?domain= Complete Wordpress Theme Tutorial « Kolmex
  81. Favicon for http://www.google.com/s2/favicons?domain=wpbloghost.com Adding The “Cool Factor” To Your Website | WpBlogHost
  82. Favicon for http://www.google.com/s2/favicons?domain=www.techzoomin.com Plugin To:Customize/Change Your WordPress Login Page! | TechZoomIn
  83. Favicon for http://www.google.com/s2/favicons?domain= 40+ Most Wanted Wordpress Tricks and Hacks | Overflowed Media
  84. Favicon for http://www.google.com/s2/favicons?domain= WP Plugin: Customize Your Wordpress Login Page « iNK
  85. Favicon for http://www.google.com/s2/favicons?domain=www.bestwpthemez.com Plugin: custom login page by Binary Moon | Best Wordpress Themes | Free WordPress Layouts
  86. Favicon for http://www.google.com/s2/favicons?domain=www.themeflash.com Unlimited New Useful Wordpress Tips,Tricks & Hacks - Themeflash : One Stop For All Your Web Resources
  87. Favicon for http://www.google.com/s2/favicons?domain=www.problogdesign.com 10 Ways to Customize and Personalize your Wordpress Blog | Pro Blog Design
  88. Favicon for http://www.google.com/s2/favicons?domain=amberseree.com Case Study: Creating a branded WordPress registration & login process
  89. Favicon for http://www.google.com/s2/favicons?domain=www.ndedesigns.com January – Hopefully the start of a good year | NDE Designs
  90. Favicon for http://www.google.com/s2/favicons?domain=www.junkiee.net 65 Of The Best WordPress Tutorials « Junkiee.Net
  91. Favicon for http://www.google.com/s2/favicons?domain=technoweblog.com | Technoweblog
  92. Favicon for http://www.google.com/s2/favicons?domain=www.binarymoon.co.uk An Easy Way to Add Website Favicons to Your WordPress Website
  93. Favicon for http://www.google.com/s2/favicons?domain=wordpress.themeshq.net The Restaurant Wordpress Theme | Premium Wordpress Themes
  94. Favicon for http://www.google.com/s2/favicons?domain=radicaldevelopment.net 10 Plugins For WordPress To Help Administrative Duties

About me

About BenMy name is Ben Gillbanks. I'm a lover of Video Games, WordPress, Web Development and everything in between.

I have been working on the internet since 1998, and working with computers even longer. I am a hardcore Nintendo fanboy and have owned most of their consoles at one stage or another.

Read more about me on my about page.


Follow Me


Random Link-outs

The Binary Network links to all my websites
bengillbanks.co.uk - Ben Gillbanks

Ben Gillbanks

All my websites under 1 roof, the easiest way to find out what I do

Pro Theme Design - premium WordPress themes

Pro Theme Design

Premium WordPress themes by web design pros (erm... that includes me)

Binary Joy - gaming news and reviews

Binary Joy

Gaming news and reviews

Binary Sun - play free online games

Binary Sun

Play and download free and paid games (many made by me)

Gaming Angel - download and play games online

Gaming Angel

Stacks of shareware games, free to try and cheap to buy