From f8c64feb1105cbdf1b122958204c44e3da6a2cde Mon Sep 17 00:00:00 2001 From: Randy Hoyt Date: Sat, 19 Nov 2011 19:24:33 -0600 Subject: [PATCH] Pagination --- openphoto-wordpress.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openphoto-wordpress.php b/openphoto-wordpress.php index a1ba27a..130ffcc 100644 --- a/openphoto-wordpress.php +++ b/openphoto-wordpress.php @@ -186,12 +186,12 @@ echo '

Images ('. $total_photos . ')

'; if ($current_page == $i) { echo ''. $i . ''; } else { - echo ''. $i . ''; + echo ''. $i . ''; } } if ($current_page < $total_pages) { - echo ''; + echo ''; } echo ''; }