Skip to content

Instantly share code, notes, and snippets.

@erricgunawan
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erricgunawan/06aa574e83f6467d5a5d to your computer and use it in GitHub Desktop.
Save erricgunawan/06aa574e83f6467d5a5d to your computer and use it in GitHub Desktop.
Fix for Joglo WooCommerce 1.0.1
<!-- Find this script: -->
<div itemscope itemtype="http://schema.org/Product" id="product-<?php the_ID(); ?>" <?php post_class(); ?>>
<!-- And please replace it with: -->
<div itemscope itemtype="http://schema.org/Product" id="product-<?php the_ID(); ?>" <?php post_class( 'hentry' ); ?>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment