I appreciate this plugin. My articles have multiple
categories. Initial category is set via GET ?cat=XX
on archive.php i can see only the first post, links are empty, due
to the fact that the code reads
....
if ( !is_single() ){
return false;
}
...
on single.php everything is okay...
wrong usage ?
please help
juergen