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…

What It Takes To Write A Chapter For #plugindevbook (Infographics)

From my experience, here is how time is spent when writing a book about WordPress plugins: Seriously, the brainstorm part is ridiculously important. Writing standalone snippets only is neat sometimes, but on the long run it might leave the reader with the impression they won't be able to glue the various parts into a functional plugin themselves. The perfect plugin…

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:…

How #plugindevbook Improves My WordPress Skillz (Infographics)

(Note that for some reason our system calculated that our Technical Editor @nacin knows more than the 100% you can actually know about WordPress, which made the system crash, guess who's to blame) No, seriously: I'm learning a TON of stuff, even on subjects I thought I was proficient in. Stating the obvious: read the source, document what you read,…

New Blog For YOURLS

I've just set up blog.yourls.org where hopefully I will, guess what, post about YOURLS development. I think the major stuff will be cross posted here too, at least for now, and I'll blog there about all the misc and fun stuff I never write about (like plugins! owwww plugins!) On a WordPress related side note, the theme running on blog.yourls.org…

Plugin Pages on WordPress: Before, Now, and My Take

Recently, as part of a broader redesign, the plugin pages on WordPress.org have begun to reshape. There are some nice addition, for instance now voting that a plugin is broken sends you directly to the support forum to state your problem. But there are changes that I strongly dislike, in particular the removal of the author name and URL, and…