• I creat a new page in the admin panel and the page link is “http://localhost/wordpress/page”. Then I want to add some images in it. The image is in the path of c:\www\wordpress\pictures.
    And I use the code
    `echo”…”;
    echo “<a><img src=\””.bloginfo(‘url’).”/pictures/icon.gif\” /></a>”;
    echo"...";
    But it not worked.
    I have changeed ../pictures/icon.gif , “.TEMPLATEPATH.”/pictures/icon.gif
    They all not work.
    What is the correct way? Thanks.

The topic ‘image path problem’ is closed to new replies.