where are you changing the time settings? In your theme?
like index.php for your posts?
<?php the_time('j h, s'); ?> at <?php the_time('g:i a'); ?> will take care of what you are trying…..
I’m attempting to update the timestamp in the theme, indeed. The Atahualpo theme has its own settings dashboard which gives options for text (or code) to include in kickers, bylines, and footers for each post… the setting under ‘bylines’ worked at first, and other parts of the byline (like the email reference, for example) update fine… the date, though, keeps displaying in g:i a format no matter what format I indicate. It appears to be overridden somewhere. The direct php code doesn’t work either. No matter what, the date displays in the format date(g:i a)… I have no idea what’s going on.
Thanks for your suggestion, though.
okay, it was a stupid syntax error… I wasn’t including the date format parameters in single quotes. Oops, my bad.