WordPress
30 March 2009 5 Comments
Over the past few months to a year I have noticed a lack of OPs in the WordPress IRC Channel. In the recent days there have been several times when an OP was needed but no one had OP access. I brought this to the attention of Matt Mullenweg via email over the weekend with … Continue reading →
Code,PHP,Snippet,WordPress
30 March 2009 1 Comment
Earlier this month I wrote about “Adding Additional Links to the Output from wp_list_pages”. I have recently realized that the process of adding new or additional links could be easier. Rather than manually editing the plugin or function every time you want to add a new link or remove a link we can leverage existing … Continue reading →
Asides,Plugins,WordPress
23 March 2009 1 Comment
The Shadowbox JS WordPress plugin has been updated to version 2.0.4.1. New to this version is Internet Explorer 8 support by way of the X-UA-Compatible meta tag. This hack is disabled by default because…well…it is a hack. To enable IE8 support visit the Shadowbox JS settings page in the WordPress admin and set ‘Internet Explorer … Continue reading →
Asides,Plugins,WordPress
23 March 2009 1 Comment
With the release of Microsoft Internet Explorer 8 and the high number of questions I have been fielding about Shadowbox.js not working under the newly released IE8; I figured I would work on a hack that would allow the Shadowbox JS plugin to work with IE8 until Michael J. I. Jackson releases a version that … Continue reading →
Asides,Plugins,WordPress
17 March 2009 9 Comments
The Shadowbox JS WordPress Plugin has been updated to version 2.0.4.0. More big changes in this version. Now using domready events for all javascript libraries other than ‘None’ for initialization of Shadowbox.js before the site is completely loaded, support for custom shadowbox.js skins by use of a filter and numerous other changes. Check the change … Continue reading →