From 4d89df66e88c819e695c84292ebc55cbd8c3a6b6 Mon Sep 17 00:00:00 2001 From: Andre Bulatov Date: Mon, 15 Feb 2016 01:07:00 -0500 Subject: [PATCH] Added Person + mainEntity Schema to Author Pages --- wp-content/themes/mag-wp/index.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/wp-content/themes/mag-wp/index.php b/wp-content/themes/mag-wp/index.php index 0822e77..d895eee 100644 --- a/wp-content/themes/mag-wp/index.php +++ b/wp-content/themes/mag-wp/index.php @@ -28,24 +28,26 @@ 12, 'paged' => $paged, 'post_type' => array( 'post', 'opinion_post', 'gear_post', 'album_review', 'news'), - 'author__in' => get_the_author_meta( 'ID' ) + 'author__in' => $user_id ); query_posts( $args ); ?> -
-

+
+

@@ -147,7 +149,7 @@