Ok. I'm trying to add a second upload logo function onto the main dashboard/flashlight preferences so the user will be able to add their own secondary logo. I've created the another function in the register-admin-functions.php
$avia_elements[] = array(
"name" => "Logo Footer",
"desc" => "upload Logo for footer",
"id" => "logofooter",
"slug" => "contact",
"type" => "upload",
"label" => "Use Image as logofooter");
This works fine. I'm able to upload in the same manner as the main logo. So far so good. Now this second logo I would like to be placed in the footer of the sidebar, underneath the social_bookmarks socket container. So I believe I need to place some code underneath the socket container in the sidebar.php to make this show up. But after a bunch of trial & error I can't figure it out. Am I even on the right path? What code do I need? Thanks again...














