Don't put query description in sidebar if is_404.
git-svn-id: https://develop.svn.wordpress.org/trunk@2511 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2047222551
commit
c15860e0ba
@ -12,7 +12,8 @@
|
||||
-->
|
||||
|
||||
<li>
|
||||
<?php /* If this is a category archive */ if (is_category()) { ?>
|
||||
<?php /* If this is a 404 page */ if (is_404()) { ?>
|
||||
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
|
||||
<p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>
|
||||
|
||||
<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
|
||||
|
Loading…
Reference in New Issue
Block a user