• I would like to add the creative commons images in the footer of my theme. I placed it into the image folder into the theme. How should I call it from php? I tried images/license.gif but it didn’t work?
    Thanks.
    Andrea

Viewing 1 replies (of 1 total)
  • <img src="<?php bloginfo('stylesheet_directory'); ?>/images/license.gif" alt="CC" />
    (one line)

Viewing 1 replies (of 1 total)
  • The topic ‘Adding a link to an image in footer.php. What path to use?’ is closed to new replies.