From 4656f14279603d5b5b87e8807a87900a36e46c58 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sat, 29 Aug 2015 13:15:24 +1000 Subject: [PATCH] Display view all link inside template of last player list --- templates/player-gallery.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/templates/player-gallery.php b/templates/player-gallery.php index ca253023..413e6e00 100644 --- a/templates/player-gallery.php +++ b/templates/player-gallery.php @@ -115,10 +115,12 @@ echo apply_filters( 'gallery_style', $gallery_style . "\n\t\t" ); $groups = array( $group ); endif; + $j = 0; + foreach ( $groups as $group ): $i = 0; - echo '\n"; ?> \ No newline at end of file