Hi tagdiv,
I checked my Google Webmaster Tools, and apparently I have errors I need to fix. The error I’m getting is “Missing: updated” and I think it’s on all my posts.
The errors started appearing on June 16th.
I’m not sure how to go about fixing this. I hope you can give me some advice!
My website is http://thetraveltype.com
Thanks,
—Tim
Hi,
You have that error because you have disabled the post date to be shown on posts. http://screencast.com/t/zzEuG6FAz1c6
Just go to Theme panel and enable the post date http://screencast.com/t/dLGieHVUTN and if you want to hide it without having trouble with Google Structured Data, you can hide it via CSS, add this in Theme Panel -> Custom CSS
.single .td-post-date {
display:none;
}
Thanks for the message!
Hi,
If you want to hide the date also on modules please try this custom css – http://screencast.com/t/M8CJOpPZcM
.td_module_wrap .td-post-date {
display: none;
}
Thanks!
Hi,
@mboydnv Do you have the views and comments on your post?
If you don’t have those active you ca try this custom css as the container is still there, only the individual elements are removed(author, date, views..) – http://screencast.com/t/eq3xXZns9XU – http://screencast.com/t/kRNsPJ5f
.single .td-module-meta-info {
display: none;
}
Also for the modules – http://screencast.com/t/x5EkxarHpn
.td_module_wrap .td-module-meta-info {
display: none;
}
Thanks!
Using all three codes…still need to eliminate dates from all grids.
