The site is made on WordPress . I inserted a picture in the header, and the header no longer appears on every page. What could be the problem?

    2 answers 2

    I did not use Wordpress, but you have a picture on the main page at http://travelcluballadin.ru/head.png, and on the rest it tries to upload a picture from http://travelcluballadin.ru/category/head.png

    • Thank you very much. Exactly what is needed. And I didn’t guess to swear in the code :) - Pavlik290592

    Not

    <img src="head.png" width="964" height="297" border="0" usemap="#Map"> 

    but

     <img src="/head.png" width="964" height="297" border="0" usemap="#Map">