updated theme Twenty Nineteen version 2.4

This commit is contained in:
2022-11-24 13:41:02 +00:00
committed by Gitium
parent d80868cf0e
commit 555673545b
20 changed files with 1012 additions and 461 deletions

View File

@ -7,7 +7,8 @@
* @since Twenty Nineteen 1.0
*/
if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
if ( is_active_sidebar( 'sidebar-1' ) ) :
?>
<aside class="widget-area" aria-label="<?php esc_attr_e( 'Footer', 'twentynineteen' ); ?>">
<?php
@ -21,4 +22,5 @@ if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
?>
</aside><!-- .widget-area -->
<?php endif; ?>
<?php
endif;

View File

@ -11,7 +11,9 @@ $discussion = ! is_page() && twentynineteen_can_show_post_thumbnail() ? twentyni
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
<?php if ( ! is_page() ) : ?>
<?php
if ( ! is_page() ) :
?>
<div class="entry-meta">
<?php twentynineteen_posted_by(); ?>
<?php twentynineteen_posted_on(); ?>
@ -43,4 +45,5 @@ $discussion = ! is_page() && twentynineteen_can_show_post_thumbnail() ? twentyni
);
?>
</div><!-- .entry-meta -->
<?php endif; ?>
<?php
endif;

View File

@ -7,7 +7,8 @@
* @since Twenty Nineteen 1.0
*/
if ( (bool) get_the_author_meta( 'description' ) ) : ?>
if ( (bool) get_the_author_meta( 'description' ) ) :
?>
<div class="author-bio">
<h2 class="author-title">
<span class="author-heading">
@ -27,4 +28,5 @@ if ( (bool) get_the_author_meta( 'description' ) ) : ?>
</a>
</p><!-- .author-description -->
</div><!-- .author-bio -->
<?php endif; ?>
<?php
endif;