Viewing 2 replies - 1 through 2 (of 2 total)
  • Try <img id="tubas" src="<?php bloginfo('template_directory'); ?>/images/brass01.jpg" alt="Big Ol' Tubas"/>

    Always use absolute(full) urls in WP.

    And use esc_html() instead of wp_specialchars() (now deprecated). You don’t need to esc anything with get_bloginfo() or bloginfo().

    <?php bloginfo('name'); ?>" rel="home">

    Thread Starter rtackett

    (@rtackett)

    Worked like a charm. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Will Not Load’ is closed to new replies.