I’m not sure if I’d ever grab this to start a new site, but Pea.rs seems like a great playground for testing HTML and CSS, at the very least! What I dig most is that everything is responsive, all the … Continue reading
Category Archives: wp
WordPress Plugin: Add URL Slugs to <body> Class
Funny, I had built this some time back for my own personal use, thought it could be useful to others, planned on pushing it to the WordPress Repository, then apparently never got around to it… Anyhow, another quick and simple … Continue reading
WordPress Plugin: Add Custom Post Type Slugs to Admin <body> Class
2015-03-14 UPDATE: Slight update, available in the WordPress repo and on GitHub, check the README.txt for details. 2013-03-18 UPDATE: Now available on GitHub: https://github.com/aarontgrogg/wp-plugin-add-custom-post-type-slugs-to-admin-body-class 2012-02-25 UPDATE: Now available via the WordPress Repository: http://wordpress.org/extend/plugins/add-custom-post-type-slugs-to-admin-body-class/ If you work with a lot of … Continue reading
Why Can’t I Edit JavaScript Files in the WordPress Theme Editor?
Please note that as of WP 4.4, you can now enable editing of JS (or any other file format) via the WP Themes editor! The details are illustrated in the comments below. Thanks to Dmitri for pointing out the new … Continue reading
WordPress Plug-in: Navigation Menu IDs & Classes
2015-03-13 UPDATE: Slight update, available in the WordPress repo and on GitHub, check the README.txt for details. 2013-03-19 UPDATE: Now available on GitHub: https://github.com/aarontgrogg/wp-plugin-navigation-menu-ids-classes Back in July 2011, I wrote about cleaning up the navigation menus in WP. In that … Continue reading
Update WordPress Comment Form to HTML5, Without Hacking Core Templates
For some reason, WordPress 3.2.1 still uses <input type=”text”…> for email and website addresses on their Leave a Reply form… But to edit those <input> types, you have to edit a core template, found in the wp-includes folder, which, of … Continue reading
Update for WordPress Plugin wp-phpmyadmin
Recently there has been a lot of press about security issues with the seemingly defunct wp-phpmyadmin WordPress plug-in, which allows you to access phpMyAdmin from within a WordPress installation. The plug-in has been abandoned by the author, but for those … Continue reading
WordPress Navigation Menus: Clean-up Classes and Add Page Names as IDs
UPDATE: I have converted the below code into a WordPress plug-in, check it out! I would have thought this would be a lot easier than it initially was, and in the end, it is really simple, but it took some … Continue reading
Finally, an update to my Boilerplate: Starkers WP Theme!
Well, it took nearly 9 months, but the first real update to my Boilerplate: Starkers WP Theme is live! The update includes all of the current HTML5 Boilerplate updates that are applicable to WordPress. WordPress’ process still doesn’t allow me … Continue reading
Today’s Readings
It is oft’ said that it is the little things in life that matters. In this case, it is the little big details that matter, offering you an ongoing collection of small details that make a huge difference in user … Continue reading