Using hardcoded classes for not found loop template
This commit is contained in:
parent
eaa86fc0b1
commit
962eb1850f
|
@ -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">
|
||||
|
||||
|
|
Reference in New Issue