We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9faa4 commit a9bda8dCopy full SHA for a9bda8d
functions.php
@@ -627,7 +627,7 @@ function get_post_view($archive){
627
function on_up_post($archive){
628
$options = Typecho_Widget::widget('Widget_Options');
629
$sticky = $options->sticky; //置顶的文章cid,按照排序输入, 请以半角逗号或空格分隔
630
- $top_text_html = '';
+ $sticky_html = '';
631
if(!empty($sticky)){
632
$sticky_html = '<article id="top-article" class="post top-article">
633
<div class="featured" title="置顶文章">
0 commit comments