Archived topic
How can I add Custom Post Navigation like in Volume?
7 replies · Started by wonzilla on November 24, 2018
I've imported the settings from Volume but I can't see the custom post navigation at the end of the posts. How can I add it? It there any tutorial for this? Screenshot:
Hi there,
did you import the whole site? can you provide a link?
Hi David,
I didn't import the whole site as I already have some content. Currently my site is in maintenance mode and I've done lots of changes without the Volume settings but I wonder if it's possible to add the custom post navigation without importing any settings? Is there any code that I need to implement? Thank you :)
OK, it requires a Hook element and uses the markup and CSS supplied in the below Gist. Instructions in the comments:
Thank you, it worked! But now the images are blurry.
That will probably be related to the original image sizes, it becomes more noticeable if only one nav button is visible on a wide screen
The featured images were large enough but the code generated small images so I changed the_post_thumbnail_url() with the_post_thumbnail_url("large") and now they look better.
Thank you for your help!
Aah yes, glad you got it resolved.