Using hardcoded classes for not found loop template
This commit is contained in:
parent
eaa86fc0b1
commit
962eb1850f
|
@ -7,14 +7,9 @@
|
||||||
* @package understrap
|
* @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">
|
<header class="page-header">
|
||||||
|
|
||||||
|
|
Reference in New Issue