-->
class
WP_Widget_Recent_Posts extends WP_Widget
<li>
<a href=
"<?php the_permalink(); ?>"
>
<!--?php $showTitle = get_the_title();
if
(mb_strlen($showTitle) --> 21) {
$showTitle = mb_substr($showTitle, 0, 21,
'utf-8'
);
} echo $showTitle;?></a>
<!--?php
( $show_date ) : ?-->
<span
=
"post-date"
><!--?php echo get_the_date(); ?--></span>
<!--?php endif; ?-->
</li>
本文链接:https://it72.com:4443/6900.htm