single.php being ignored, going straight to attachment.php
OK, well, I’ve put the search for a proper answer on hold and instead cobbled together a ‘for now’ solution. First, in the referring page that is linking to the individual Post page, I’ve added this: $theid = $post->ID; echo “<li><a href=””; the_permalink(); echo “?id=” . $theid; echo “”>”; echo “blah”; echo “</a>”; So, on … Read more