Does “paginate_links” function work for attachment.php ?
-
Hi there,
Hope you’re doing well.
I am looking to add pagination for my attachment pages.
– e.g. << Prev 1 | 2 | 3 | 4 | 5 | 6 Next >>The use case would be for displaying a comic, so users can browse through each page using pagination (I prefer to use attachment pages in order to display the attachment captions and metadata).
I have already added previous/next image thumbnail links by using next_image_link and previous_image_link.
Can you advise the best function for adding pagination number links? Similar to pagination in category archives?
I had a browse and came across paginate_links:
https://codex.wordpress.org/Function_Reference/paginate_linksWould that work within attachment.php ?
Any help or guidance would greatly be appreciated, thank you.
The topic ‘Does “paginate_links” function work for attachment.php ?’ is closed to new replies.