From 6e2cd28b36fcf7d9492406aba845f6cd9445d099 Mon Sep 17 00:00:00 2001 From: "Thomas A. Reinert" Date: Wed, 2 Mar 2016 23:52:17 +0100 Subject: [PATCH] Update content-page.php Adding class="customclass" after post_class() inserts a _second_ class-attribute, which will neither work as expected nor validate. Solution added. --- loop-templates/content-page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loop-templates/content-page.php b/loop-templates/content-page.php index 4564dac..1e8ef87 100644 --- a/loop-templates/content-page.php +++ b/loop-templates/content-page.php @@ -6,7 +6,7 @@ */ ?> -
class="content-page-item"> +
>