I’ve been playing with Sandbox theme and WordPress Widgets this past week. I kind of like the idea where every customization is done without touching the theme code base. By using the available WordPress API hooks, let’s play with Gravatar.
Get our hands dirty
Below is the same code that I use to add Gravatar here. If [...]
I just noticed that Crazy Egg stop collecting my blog stats a while ago. It’s my fault because I switched my theme and forgot to embed the Crazy Egg codes back.
As a result, I’ve made a WordPress plugin so that the codes will be automatically added to my theme. With a condition that the [...]
Thanks to Lorelle’s comprehensive list of almost all available Sandbox theme CSS selectors, my Sandbox K2 skin now is officially my Sandbox’s lab rat. The style sheet itself turn to 18kb in size and half of it are selectors with empty properties.
So today lesson is ‘Forget is_ use display: none’.
It sounds lame alright, [...]
UPDATE: Check out Sandbox K2 theme.
Based on the popular K2 theme, Sandbox K2 is a skin for WordPress Sandbox theme. As a result of 1 hour and a half attempt without any proper documentation, Sandbox K2 is now available for download and ready to rock your WordPress.
Please pardon the mess in the style [...]
I’ve backported the new WordPress login page to be used in 2.0.4 or maybe previous version WordPress. The new login page currently available only on WordPress.com and 2.1.
Grab the files
You can either download the files containing the CSS style sheet and background image or the diff file which both are based on WordPress 2.0.4.
Choose [...]
UPDATE: In WordPress 2.1, there’s a Autosave feature that will saved the draft of the post or page in x second.
It isn’t Firefox or Flock if it doesn’t crash. There is nothing more frustrating than watching it happens while you’re writing for your next entry. Thankfully, it never happens to me yet. If you use [...]
Each time a visitor leaves a comment on your WordPress blog, it automatically stores a cookies - comment_author, comment_author_email and comment_author_url. So each time that particular visitor returns and want to leave another comment, the person don’t have to fill out those necessary ‘Personal Information’ (Name, E-mail and URL) again on the comment form.
According [...]