BUG date not rendered
https://developers.google.com/structured-data/testing-tool/
echo '<a href="'. get_permalink( $answer_id ) .'"><time itemprop="datePublished" datetime="%s">'
datetime attribute is not rendered. Please fix.
Its look like you are not using printf in your override. This doesn’t happen in default question theme.
Rahul Aryan commented
Please tell me line number and file
Dima Stefantsov commented
Rahul Aryan commented
Thanks @Dima
Rahul, I’m not having any overrides. I’ve shown you a piece of code from your sources, it echo %s as plain text, there is no way it can work.