I get this link in my site map, but there's no post. http://thinkitcreative.com/blog/1970/01/
Assuming that something in there has been improperly date stamped, how do I find it?
|
I get this link in my site map, but there's no post. http://thinkitcreative.com/blog/1970/01/ Assuming that something in there has been improperly date stamped, how do I find it? |
|||||||||
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
The Unix epoch is the time 00:00:00 UTC on 1 January 1970, so you are most likely getting this date because the post doesn't exist. You can take a look in the wp_posts table and see if the post_date field for any posts show up as 1970-01-01 00:00:00. I suppose you could just open up the sitemap.xml file and remove the entry as well? |
|||||
|