I need to make a navigation 'prev' and 'next' but need a title of them next to it.
ex:
< prev | 'previous post title' 'next post title' | next >
I wasn't able to find any relevant post anywhere and was hoping some genius to help me out with this problem.
I've looked into the thumbnail helper which actually pulls next and previous photo, but I'm not that savvy enough to pull just the title from that code.(not even sure that direction is right)
HELP!
You could use fancybox
tpl
option to customize the navigation likeThen use custom CSS (after you load the fancybox CSS file) to format the
next
/prev
items as needed like :See JSFIDDLE