Skip to content

Commit

Permalink
Using hardcoded classes for not found loop template
Browse files Browse the repository at this point in the history
  • Loading branch information
holger1411 committed Mar 3, 2016
1 parent eaa86fc commit 962eb18
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions loop-templates/content-none.php
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down

0 comments on commit 962eb18

Please sign in to comment.