Archive

Posts Tagged ‘PHP’

WordPress Dev 101: Hooks

August 30th, 2010 Chris K No comments

When I first got into WordPress development, I had no idea how the Core of WordPress was designed. I knew that I wanted my snippet of code to fire at a specific time, but short of hacking it into the theme I was using at the time, I had no clue how to achieve this. It was then that I discovered the Hooks of WordPress. Think of WordPress’ Hooks as the OnRamp to the rendering of your WordPress based site. Your code will sit dormant until the moment the Hook you have ‘Hooked’ fires, then your code will jump in and be executed. Read more…

Categories: WordPress

Updated today, release 2.2!

April 21st, 2010 Chris K No comments

Could it be that the Updated Today plugin for WordPress has been updated to version 2.2 only a day later!? You better believe it.

I’ve added some more options to this one. You now can choose if post, pages, or both trigger the banner. You can also choose between the original post date or the modified date (or both) affect the banner. I hope you like the updates.

Cheers!

Categories: WordPress

Updated Today plugin to 2.1.1

April 19th, 2010 Chris K No comments

I've been updated!

The Updated Today plugin for WordPress has been updated to version 2.1.1. I was fighting with the SVN so I’m sorry if you got a bad version during the process. It should all be updated and good to go. You can download it directly from WordPress if need be!

Thanks for the support.

Categories: WordPress