Have you ever wanted to change you boting gray default gravatar to something more catchy? Here is a code that implements your own avatar image. Just copy and paste it into functions.php. Don’t forget to name your new avatar image custom_avatar.gif. Now you can go to your admin panel Settings->Discussion and change the icon of [...]

Customizing WordPress login page is a pretty easy issue. We just have to hook our code into login_head function. Here is how to do it: The first create custom-login.css: Then place this code into the functions.php file. When you hover over the WordPress logo of the login page, you’ll see that it links to official [...]

A client asked me to implement function that allows to change background image randomly after each refresh. After some time of messing with rotation scripts I decided to create something myself. Here is my solution. The first we have to prepare CSS. We will use an image with fixed position and 100% width and height. [...]

My clients love when everything is moving upside down, from left to right and back. This script implements nice effect so-called link nudging: Of course, this script requires jQuery loaded previously. Put this code between HEAD tags: If you want to implement jQuery into WordPress CMS do it like this: