Iterate Issue in indexJournal.tpl file

Can you show the whole code you have in your theme plugin?

$issues = $issueDao->getCurrent($journal->getId(), true);

Will only return one issue, the latest one. The functions needed are explained here Display all the issues on the home page instead of current issue - #2 by ajnyga.