I’m in the same boat, I just want links with next/previous arrows at the top for easy navigation without thumbnails which I have below.
I made a new next_image_link function using the old one but I cant get the url working. I’ve tried some different functions but can’t get the url links for the next or previous image. ??
$l = wp_get_attachment_url($_post->ID);
$p = '<a href="' . $l . '">next</a>';
I’m trying to mod the function from this post.