Using hardcoded classes for not found loop template

This commit is contained in:
Holger Könemann 2016-03-03 20:04:32 +01:00
parent eaa86fc0b1
commit 962eb1850f
1 changed files with 1 additions and 6 deletions

View File

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