Aligning 404.php markup with underscores defaults
This commit is contained in:
parent
d04cb6d036
commit
9b401fc900
12
404.php
12
404.php
|
@ -63,13 +63,13 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
/* translators: %1$s: smiley */
|
|
||||||
$archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s',
|
|
||||||
'understrap' ), convert_smilies( ':)' ) ) . '</p>';
|
|
||||||
the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$archive_content" );
|
|
||||||
?>
|
|
||||||
|
|
||||||
<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>
|
/* translators: %1$s: smiley */
|
||||||
|
$archive_content = '<p>' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'understrap' ), convert_smilies( ':)' ) ) . '</p>';
|
||||||
|
the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$archive_content" );
|
||||||
|
|
||||||
|
the_widget( 'WP_Widget_Tag_Cloud' );
|
||||||
|
?>
|
||||||
|
|
||||||
</div><!-- .page-content -->
|
</div><!-- .page-content -->
|
||||||
|
|
||||||
|
|
Reference in New Issue