I have the same issue
Error: Missing required field “updated”.
Error: Missing required hCard “author”.
I use optimize press for my theme. I tried editing single.php with
<span class=”vcard author”><span class=”fn”><?php the_author(); ?></span></span><span class=”post_date date updated”><?php the_time(‘j F,Y’); ?></span>
but no luck.
can somebody please help?
Thanks!