I’m looking for a simple extension that allows via admin console to load some background pics and display them on the frontend per user session (not on refresh). I don’t think anything is out there so some pointers on how to start building one would be great too. Thanks!
Share
Here is a solution for you.
You can upload images through Magento admin into media storage. Lets say you created a subdir “backgrounds” in there and uploaded various images there. Then all you need to do is add the following code into app/design/frontend/[your-interface]/[your-theme]/template/page/html/header.php
Did not tested it live. Let me know.