I modified a date function to output a CSS class rather than text. That way you can make newer stories bold, brighter, or bigger and older stories dimmed out or ...
I figured I’d share how I’ve dealt with some form elements in jQuery. Sometimes you have to look at the docs a few times before you get what you can ...
Do you want to have image preview popups, but want the links to still work if JavaScript is disabled? The following just changes the href value of the link by ...
Want to show the last posts you updated in WordPress? This shows the posts you went back and updated or modified, which is different than your recent posts.
If you’ve tried using wp_tag_cloud() as an array, you’ve noticed that all it really does is give you a string, which isn’t useful. The only way I could figure out ...