• Resolved chowpay

    (@chowpay)


    Hi,

    I’m trying to properly link images on my page template.

    For example , On my aboutpage template for the about page:

    <img src=”images/myimage.jpg”>

    This doesnt work even though the image is stored in:
    themes/template/images/myimage.jpg

    How do i link it so it displays?

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter chowpay

    (@chowpay)

    Got it here is the proper link for anyone who needs it

    <img src=”<?php bloginfo(‘template_url’); ?>/images/myimage.jpg”>

Viewing 1 replies (of 1 total)
  • The topic ‘images on page templates’ is closed to new replies.