• 0

Website not updating, showing old content


Question

So i have a wordpress site on my wamp web server. But it won't update. I even deleted the whole div and it still shows up. I thought it might be browser cache so I used a different browser, and it still shows old content. I reset the wamp server, reset my pc and still it shows the old content. If someone could help me out, it would be great. Thanks

Old Code:

   	 <div id="side-download">
			<a href="#"><img src="/mfjc/images/download.png" width="77" height="23" alt="Download"></a>
			<br /><p>Download the latest Bulletin</p>
		</div>

Updated to:

   	 <div id="side-download">
			<a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/download.png" width="77" height="23" alt="Download"></a>
			<br /><p>Download the latest Bulletin</p>
		</div>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

This topic is now closed to further replies.