Integrating FitVids.js into WordPress

Responsive web design is on the rise and so is responsive images and videos. FitVids.js is a lightweight, easy-to-use jQuery plugin for fluid width video embeds. Chris Coyer from CSS-Tricks did a screencast on how to integrate this into your WordPress installation. I recently did the same thing and posted a comment on Chris’ article, so I won’t go into more details.

Change Title Text of WordPress Tag Cloud Links

Default WordPress Tag Cloud

As of WordPress Version 2.3 the wp_tag_cloud() function is available to developers which will display a list of tags, where the size of each tag is determined by how many times that particular tag has been assigned. The default title text for tag cloud links has the following format ‘%s topic’, ‘%s topics’ (where %s is the number of times the tag has been assigned).

Read more