Custom Taxonomies Menu Widget v1.2 released

custom taxonomies menu widget

Please note, I have just released a further update, version 1.2.1, to fix a bug reported by a user. I don’t normally like issuing a patch so soon after a new release, but in this case it was necessary. I’m pleased to announce the release of version 1.2 of the Custom Taxonomies Menu Widget for [...]

Dynamic Content Gallery version 4.0 beta ready for testing

Dynamic Content Gallery screenshot

Dynamic Content Gallery version 4.0 beta is available for download and testing. Lots of new features, such as Featured Images and automatic image sizes. Do not use in a live production environment.

WordPress – List all image sizes in Media Uploader

Ducati image

A handy code snippet to show how to use the new WordPress 3.3 image_size_names_choose filter to display all image sizes (ie those created by add_image_size() as well as the default image sizes) in the Media Uploader.

Remove WordPress default media image sizes

Ducati image

A follow up to my add_image_size() demo article, showing you how to stop WordPress from automatically creating all or any of the default image sizes (thumbnail, medium, large) during the media upload process.

WordPress $current_screen variable for admin screens

More fun with comments

The $current_screen global variable contains information useful for plugin and theme authors to find out which WordPress file is generating the current admin screen. This article gives an overview of the $current_screen variable and how to access it.

WordPress Plugin Repository – Active Versions Piechart – Update

DCG Piechart and Statistics 8th February 2011

More active version tracking talk regarding the WordPress Plugin Repository Active Versions Piechart. This post updates the current Active Version situation for the Dynamic Content Gallery plugin for WordPress.

Dynamic Content Gallery Development plans

Dynamic Content Gallery screenshot

Development plans for the next major release of the Dynamic Content Gallery plugin for WordPress, a feature rich javascript image rotator gallery for highlighting your featured content.

Dynamic Content Gallery v3.3.5 released

Dynamic Content Gallery screenshot

Announcing version 3.3.5 of the Dynamic Content Gallery plugin for WordPress. This release fixes a very minor HTML markup bug which affected the Post and Page Editor.

Dynamic Content Gallery v3.3.4 released

Dynamic Content Gallery screenshot

Announcing version 3.3.4 of the Dynamic Content Gallery plugin for WordPress. This release adds a couple of goodies in the form of two new user options plus fixes some bugs with the jQuery script.

WordPress Featured Images – add_image_size() resizing and cropping demo

Ducati image

An overview of WordPress image handling, default Media sizes, WP Post Thumbnails and Featured Images, and how to use the_post_thumbnail() and add_image_size() functions to create and display additional image sizes.