Working on this page -
http://www.ebutah.net/new-homes/
And for some reason the last post on each page is showing a duplicate thumbnail. Any help figuring out why would be appreciated!
Working on this page -
http://www.ebutah.net/new-homes/
And for some reason the last post on each page is showing a duplicate thumbnail. Any help figuring out why would be appreciated!
It looks like you have a div, below your pagination links. I'm not sure how it's being inserted... perhaps a footer widget or something in your theme.
But, here is the code which is causing the duplicate:
<div class="attachment-post-thumbnail">
<img class="attachment-post-thumbnail wp-post-image" width="150" height="150" title="10482-N-Iveron-Ln" alt="10482-N-Iveron-Ln" src="http://www.ebutah.net/wp-content/uploads/2012/05/10482-N-Iveron-Ln.jpg">
</div>
Find where that is coming from, and delete it.
You must log in to post.