Revisiting WordPress smilies in a pure CSS way

Last night I was reading something interesting then stumbled, in the comments, on a WordPress smiley. Bleeeh. There's a reason one of the first things I do when I setup a new site is uncheck "Convert emoticons like :-) and :-P to graphics on display": 90's phpBB'esque blocky gifs are *ugly*. WordPress 4.2 Roadmap Wish: update those ugly smilies that…

WordPress plugin banner as a .PSD

I recently felt like making a few banners for my plugins. First questions that came to mind: "what's the name of the file again? what dimensions?". And then, while making stuff: "will this be hidden by the plugin's title?" So, I made this simple banner template as a Photoshop PSD file. Nothing genius but feel free to use. No excuse…

My WordPress plugins are on Github. Fancy a Pull Request?

I released a number of WordPress plugins over the last 10 years ("24 plugins and 1,062,110 downloads", says my fun bookmarklet) and they all mostly fall in one of these three categories: Outdated stuff that are no longer maintained because I don't need them anymore Simple stuff that don't require any maintenance because they just work and will probably work…

Archive your tweets with WordPress

Twitter is fun and catchy, but the thing is: once tweeted, gone forever. Found an awesome link last month, shared it with a relevant #hashtag? Good luck finding it now. Your data now lives and dies on Twitter and you have no hand on it. Four years ago to address this problem I made yet-another-Twitter-to-WordPress plugin, creatively named Ozh' Tweet…

One million !

As of writing, the 26 WordPress plugins I have hosted on wordpress.org have been downloaded one million times. Of course this is mostly due to my most popular plugin, Admin Drop Down Menu, which has been downloaded more than 700,000 times over the last 6 years, but this is a cool mark anyway. Is there something like a millionaire club?…

Pretty Login URL: a Simple Rewrite API Plugin Example

A few days ago, the fine folks from DigWP have published a .htaccess trick to enable logging in from yoursite.com/login instead of yoursite.com/wp-login.php. Their trick is perfectly valid, yet improvable: it requires editing of the .htaccess, a file you don't want noobs to mess with. So my thoughts were: "OK, that's nice and everything, but a simple plugin would be…

How To Remove WordPress’ Admin Bar

It will be a matter of personal preference or a matter of clients asking for it, but I bet this one is going to be a frequent question in the next months: "How do I remove the Admin Bar?". This will probably slightly change as this component is heavily under works, but as of now this short plugin will do:…