I think It's close, but I instead of an issue with links and a list of topics from that issue, I have say 'issue 20" with a topic, then this is repeated with the next topic in the array as many times as there are topics... somehow I need to loop the issues and display them just once with all their associated topics. It seems simple but there must be something basic I'm missing.... The first issue in the array is also missed out. I'm in the process of testing different places to try the loop. I also tried something like the code below , but that just created a list of all the topics below.....
PHP Code:
for($i=0; $i<$num_results; $i++) {
$topic
}