', single_cat_title(), $pagedtext . '

' . ($description ? '
' . $description . '
' : '') . '
'; while (have_posts()) : the_post(); echo '
'; // 标题 ////////////////////////////////////////////////// echo '

' . get_the_title() . '

'; // 内容 ////////////////////////////////////////////////// echo '
'; the_content(); echo '
'; // 小部件 ////////////////////////////////////////////////// echo '
'; if (_hui('post_plugin_like')) { echo hui_get_post_like($class = 'post-like'); } if (_hui('post_plugin_author')) { $authorname = get_the_author(); $author = '' . $authorname . ''; if (_hui('author_link')) { $author .= '' . $authorname . ''; } else { $author .= $authorname; } echo '' . $author . ''; } if (_hui('post_plugin_date')) { echo ''; } if (_hui('post_plugin_cat') && !is_category()) { $category = get_the_category(); if ($category && $category[0]) { echo '' . $category[0]->cat_name . ' '; } } if (_hui('post_plugin_tag')) { echo ''; the_tags('', '', ''); echo ''; } if (_hui('post_plugin_view')) { echo '' . _get_post_views() . ''; } if (!_hui('kill_comment_s') && comments_open() && _hui('post_plugin_comm')) { echo '' . get_comments_number_text('去评论', '评论(1)', '评论(%)') . ''; } if (_hui('post_link_excerpt_s')) { $link = get_post_meta($post->ID, 'link', true); if ($link) echo '' . _hui('post_link_h1') . ''; } echo '
'; echo '
'; endwhile; wp_reset_query(); _moloader('mo_paging'); ?>