pagination?
-
Hi,
Install is NextGEN Gallery by Photocrati Version 2.0.40I have updated the pagination on several previous versions on different sites (in the gallery.php file without issue). Typically simple to do.
With this new site it took me awhile to find the gallery.php but I finally found it here:
wordpress/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view
I made the simple edit of adding the pagination code (copied kept the bottom) above the thumbnail code:
<!– Pagination –>
<?php echo $pagination ?><!– Thumbnails –>
<?php $i = 0; ?>
<?php foreach ( $images as $image ) : ?>…
I’ve never had a problem before but for this site it just doesn’t show on top. I did some other tests and I think I may not be looking in the right directory or perhaps editing the wrong gallery.php file. I did refresh and clear caches and it is just not updating with what I’ve done. (Deleted files too, so I suspect something is somewhere else, but I’ve searched for hours.)
This site is brand new in beta with all the latest WordPress has to offer.
I just need the pagination to show above as well as below the thumbnails and it used to be so easy. I’m sure its something simple that I’m doing wrong. Any suggestions?
It used to be so easy.
Thanks!
JS
The topic ‘pagination?’ is closed to new replies.