Add logo to Thesis header


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. function add_logo() {
  2. echo '<img id="logo-img" src="' . THESIS_CUSTOM_FOLDER . '/images/logo.png" alt="" />';
  3. }
  4. add_action('thesis_hook_before_title', 'add_logo', '9');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.