Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
This blog post was posted on Feb 12 and shows Feb 2. I've scoured config file and not sure what else to check.

http://realestateoftetonvalley.com/blog/grand-targhee-resort-winter-fun-near-driggs-idaho.html

Thanks!
Hi,

What does the publish-date in the admin-panel show? 12th or 2nd?

Try making a new post. If the publish-date shows the current date correctly, then perhaps there was some human error while making the post you mentioned.
op, I meant the 23...

Publish date shows Feb 23. Post Date shows Feb 2.

I just posted a test post and it's showing the post date as March 3 instead of March 3
it's showing the post date as March 3 instead of March 3
I think you'll want to reconsider the statement :)

Anyways, since you are seeing a discrepancy between the publish date and the way it appears on the front-end, we'll have to take a closer look at how you are outputting it.

Please place
Code: Select all
<cms:show k_page_date />
on the blog-post and see what it outputs (it should show the date as seen in the admin-panel).

Next place the following below it
Code: Select all
<cms:date k_page_date format='jS M, Y' />
This will show the same date in a different format.

Please let me know if you see any anomaly.

Thanks
Looks like that fixed it!! Thanks a bunch!
5 posts Page 1 of 1