/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function add_logo() { echo '<img id="logo-img" src="' . THESIS_CUSTOM_FOLDER . '/images/logo.png" alt="" />'; } add_action('thesis_hook_before_title', 'add_logo', '9');