Hi opajaap
Thanks for the responses.
Will look into your suggestions and your album page as well.
See what you mean about the requested uri, didn’t seem to give me any problems on my test site, but might just not have tested it enough.
Suggest declaring a variable at the top of the php file:
e.g. $globaluri = $_SERVER[‘REQUEST_URI’];
Then find and replace all mentions to get_permalink() with your global variable. Also noting that you’ll need to add ‘global $globaluri;’ at the top of each function that needs to reference your global variable.