Skip to content

Instantly share code, notes, and snippets.

@suneelkumar48
Created November 24, 2014 20:03
Show Gist options
  • Save suneelkumar48/19956a843b7157abe243 to your computer and use it in GitHub Desktop.
Save suneelkumar48/19956a843b7157abe243 to your computer and use it in GitHub Desktop.
Structured Data Errors In Webmaster Tool
Dear Sir,
I am unable to find "the_date();" and "the_author();" in single.php
and single.php code is:
<?php
if (in_category(ipin_blog_cats())) {
get_template_part('single', 'blog');
} else {
get_template_part('single', 'pin');
}
?>
Please check and let me know.
Thanks
@raymondware
Copy link

Try that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment