options->sidebarBlock) && in_array('ShowHotPosts', $this->options->sidebarBlock)): ?> select('cid') ->from('table.contents') ->where('type = ?', 'post') ->where('status = ?', 'publish') ->order('views', Typecho_Db::SORT_DESC) ->limit($limit); $posts = $db->fetchAll($select); return $posts; } $hotPostsCid = getHotPostsCid(6); ?>
热门文章