I have a widget that display's the blog owner's avatar.
Displaying avatars within comments, forums, works well, but the widget isn't working systematically (works in some themes and not others).
I'm guessing this is an issue with "the loop" and the widget relying on the get_the_author_ID function, which I suppose doesn't work outside the loop.
How can I retrieve the blog owner's ID outside the loop ?