If you go to my website you'll see that the location where the year should be says "0". I know it isn't the theme because it works properly on my localhost. Any ideas?
If you go to my website you'll see that the location where the year should be says "0". I know it isn't the theme because it works properly on my localhost. Any ideas?
You probably have a post with a bad post_date. Use phpMyAdmin and look at the "wp_posts" table for a record that probably has a zero or blank "post_date". Note: in phpMyAdmin when Browsing the wp_posts table you can click on the post_date column to sort the records by that column.
You must log in to post.