does this work for 1.3?
it says in the README that i should put this script (in index.php) before the comments. the problem is i don’t know exactly where to put it:
– this goes before the comments
<?php
if ($single && (empty($post->password) ||
$HTTP_COOKIE_VARS[‘wp-postpass_’.$cookiehash] == $post->post_password)) {
$photos = get_post_photos($id);
$photos = get_thumbnail_grid($photos);
print($photos);
}
?>