It is entirely possible I’m completely missing something here, but…
Is there a way to pass a segment to a gallery single image page that doesn’t break the next/prev links?
Right now, I have the following href wrapped around thumbnails:
<a href="{id_path=history/photo}" target="_blank">{thumb_url}and that works fine.
But what I’d really like to do is pass a segment variable on to the image page, like so:
<a href="{id_path=history/photo/{entry_slug}}" target="_blank">{thumb_url}so that I can pull in an associated entry from a weblog on the image page.
But it appears that any image page URL where the number isn’t in the fourth segment breaks next/prev.
Help?