From 59578cd58ebbacee7a8354563f68bf77d6ca5914 Mon Sep 17 00:00:00 2001 From: Andre Bulatov Date: Wed, 2 Mar 2016 14:41:13 -0500 Subject: [PATCH] Schema -- archive-gear_post.php Product Reviews Archive Page BlogPosting schema --- .../themes/mag-wp/archive-gear_post.php | 154 ++++++++++-------- 1 file changed, 87 insertions(+), 67 deletions(-) diff --git a/wp-content/themes/mag-wp/archive-gear_post.php b/wp-content/themes/mag-wp/archive-gear_post.php index 3781fe9..e8d6b3c 100644 --- a/wp-content/themes/mag-wp/archive-gear_post.php +++ b/wp-content/themes/mag-wp/archive-gear_post.php @@ -14,10 +14,11 @@ -
+
-
+

@@ -36,20 +37,43 @@ query_posts( array( 'post_type' => 'gear_post', 'paged' => $paged ) ); if (have_posts()) : while (have_posts()) : the_post(); ?> -
  • id="post-"> - +
  • id="post-" itemscope itemprop="hasPart" itemtype="http://schema.org/BlogPosting"> + + + + + + + + + +
    - - + + + + + + + + + + + + + + + + + + + - - - article image - -
    -
    - - -
    -
    -

    - -

    -

    - - -
  • - - +
    + + + - -
    -
    - - - -
    -
    -
    -
    - - + +
    +
    + + + +
    +
    +
    +
    + + - -
    -
    - -
    -
    - -
    +
    - - - + + +
    - + \ No newline at end of file