Forums
(@jhenry)
20 years, 4 months ago
Nice plugin. I’m running WP 2.01, with date/name based permalinks. In order to get the plugin to work, I had to change line 40 from this:
global $id, $wpdb;
to this:
global $post, $wpdb; $id = $post->ID;
-Justin