Recently I went looking for a way to copy or move tags to a new taxonomy. I was a bit surprised that I couldn’t find anything. There’s no WordPress function that just does it, and the few taxonomy management plugins I found either haven’t been updated in years, or didn’t seem to work (at least […]
PHP
bbPress Forum Icons
It surprised me how long it took me to find anything about adding icons to bbPress forums! It wasn’t until it occurred to me that a useful way to implement them would be to use WordPress featured images and searched for forum featured images that I made some progress. In the end it is really […]
Reset the Thesis 2.0 Classic skin
Update 29 Oct 2012: Thesis 2.0.1 includes a more extensive skin manager (located via the Manager tab in the Skin Editor), which allows you to backup skin states and reset a skin to its default settings, so you shouldn’t need the below instructions. They should still work if you follow them though. Hey, so you’ve […]
Add location to Jetpack Carousel
Update Jan 2015: Unfortunately the filter used to add extra meta to Jetpack was removed from the Jetpack plugin in Feb 2014, so until the filter is added back in there is no simple way to do this anymore. I received a good question regarding Exifography in the WordPress support forums: can you add location […]
Add EXIF to WordPress gallery image titles
My Exifography plugin provides different ways for users to display EXIF data for their images in WordPress. One of the ways people like to show EXIF is within the image title, like Sam does on daily dose of imagery. This allows the EXIF to show up in a tooltip when hovering over the image, or […]
Handy WordPress thumbnail function
This is one of my favourite code snippets at the moment. It enables WordPress post thumbnails (feature image), adds a new image size (thumbnail, medium and large are included by default in WordPress and their sizes can be set in the WordPress media settings), then it creates a function that when called displays the Thesis […]