I have a bit of a problem with the rss feed that I'm hoping someone will help with.
I have Plogger installed inside a template on my website here http://www.wup.me.uk/wupgallery.php. It's working fine and the rss feed for the two albums I have at present are feeding as expected. However, the images within the feed are linked to (for example),
Open plog-rss.php and look for the following code: $pagelink = plogger_get_picture_url(); and edit it to read: $pagelink = "http://www.wup.me.uk/wupgallery.php?level=picture&id=" . plogger_get_picture_id(); That should work for you.