digital_add

a repository of random snippets, photos, and links
Dec 18
Permalink

random crap of the day part two (wordpress)

this might be common sense, but wordpress will not display published posts whose dates are set in the future.

how did this come up?
client complains that her posts aren’t showing up anymore. strange, because they show up in the backend and they work if you directly view them from there.

i suspect that it’s a problem with wordpress’s have_posts() or the_post() method, but no luck there. not a funny permissions issue with query.php either.
an issue with publishing user? still no.

i finally try to create a new post and voila, it shows up. wtf. then only do i look back and notice all the other posts are dated over the next couple weeks.


@#$#%$

advice: always try the easiest solution first, it just might be the answer