>
'post-card__thumb',
'loading' => 'lazy',
'decoding'=> 'async',
'alt' => the_title_attribute( array( 'echo' => false ) ),
)
);
?>
'
. esc_html( $cats ? mb_substr( $cats[0]->name, 0, 1 ) : mb_substr( get_bloginfo( 'name' ), 0, 1 ) )
. '';
?>
';
foreach ( array_slice( $categories, 0, 3 ) as $cat ) {
printf(
'
%s',
esc_url( get_category_link( $cat->term_id ) ),
esc_html( $cat->name )
);
}
echo '
';
endif;
?>
', '' );
else :
the_title(
''
);
endif;
?>
"%s"', 'cyywordpress' ),
array( 'span' => array( 'class' => array() ) )
),
wp_kses_post( get_the_title() )
)
);
wp_link_pages(
array(
'before' => '
' . esc_html__( '页面:', 'cyywordpress' ),
'after' => '
',
)
);
else :
the_excerpt();
endif;
?>