Hey, I just installed Plogger and everything working fine apart from one invalide xhtml error that is on all three templates. You can see the error here: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.drinkingsouls.co.uk%2FGallery%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 Its to do with the </head> end tag and Im unsure of how to fix it, im sure its very simple. I also cant find the page with the closing head tag on. Does anyone know how to fix this error? Any help is appreciated. Thanks
Plogger only adds the title tag, if it believes the gallery is not embedded in another page. The check is in plog-functions.php line 394.
The variable config["embedded"] is set in plog-load_config.php line 37, so the error must be in the if statement just above in line 36. I can't recreate the problem, but maybe you can now figure out if and why config["embedded"] gets set for you.
If you are not running Plogger within Wordpress or another web app, set PLOGGER_EMBEDDED to 0 to overrule the automatic check so that the title tag appears and the XHTML is valid.