Merge pull request #12 from Thomas-A-Reinert/patch-1

Patch 1
This commit is contained in:
Holger 2016-03-03 08:46:03 +01:00
commit 32e468a130
4 changed files with 10 additions and 4 deletions

View File

@ -6,9 +6,15 @@
*
* @package understrap
*/
$classes = array(
'content-no-results-page',
'not-found',
);
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> class="content-no-results-page not-found">
<article id="post-<?php the_ID(); ?>" <?php post_class($classes); ?>>
<header class="page-header">

View File

@ -6,7 +6,7 @@
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> class="content-page-item">
<article id="post-<?php the_ID(); ?>" <?php post_class('content-page-item'); ?>>
<header class="entry-header">

View File

@ -8,7 +8,7 @@
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> class="content-search-item">
<article id="post-<?php the_ID(); ?>" <?php post_class('content-search-item'); ?>>
<header class="entry-header">

View File

@ -4,7 +4,7 @@
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> class="content-single-item">
<article id="post-<?php the_ID(); ?>" <?php post_class('content-single-item'); ?>>
<header class="entry-header">