Customizr and HFeed Warning
-
Hi all,
Google Webmaster is notifying me with a warning that I’m not providing the field “updated” on the web pages of my WordPress (“Warning: Missing required field “updated”.”).I’ve already found a quick fix of this issue on several web sites that suggest to:
In your single.php file find the_time or echo get_the_date(); and enclose it into a span tag with attribute.
For example, I should write something like:
<span class="date updated"><?php echo get_the_date();?></span>
or
<span class="date updated"><?php the_time(); ?></span>
The question is: how do I implement this fix in Customizr?
Thank for your kind support,
Nicola
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Customizr and HFeed Warning’ is closed to new replies.