Posts 2 Posts: Version 0.1

With custom post types comming to WordPress 3.0, a feature that’s needed on complex sites is the ability to create relationships between posts of different types.
For example, if you have a ‘review’ post type, you’ll probably want to be able to link it to an ‘event’ post type.

Read full post...

WP-UserOnline: Version 2.70

This version adds an option to link the user names to their author pages. All the language files are now bundled with the plugin so that you don’t have to download them on each upgrade. Last but not least, it prevents a security exploit on certain server configurations, so please upgrade as soon as possible.

Read full post...

Smart Archives Reloaded: Version 2.0

You can select exactly which posts you want to display. The smart_archives() template tag now takes a second parameter, which accepts most of the arguments that query_posts() accepts.

Here is the “laziest” way to use it:

<?php smart_archives(”, $GLOBALS[’query_string’]); ?>

Read full post...

Auto-shrink YouTube Videos

One of the things I hate about flash-based players is that you can’t control them properly through CSS. For example, if you write this CSS code: object {width: 100%; height: auto} … the videos won’t scale properly (the height will stay fixed). So I came up with this little jQuery script that makes a video [...]

Read full post...

WP-PageNavi: Version 2.70

In order to run version 2.70 or newer, your host needs to be running PHP5. If you get a fatal error on activation, ask your hosting provider to upgrade your account from PHP4 (which is old, slow and a security risk).

Read full post...