The Plogger album on my website is located @ http://www.mywebsite.com/index.php?p=media. When I click on an album or photo, the page reloads to http://www.mywebsite.com/?level=collection&id=1, removing my variable 'p'. That variable 'p' is needed in order to display the page properly.
How can I get Plogger to leave my variable in the url and add 'level=collection&id=1' at the end? (So, the url should be http://www.mywebsite.com/?p=media&level=collection&id=1)