GetArticleList( array('*'), array(array('=', 'log_Type', '0')), array('log_ViewNums' => 'DESC'), array(10), array('log_PostTime' => 'DESC') ); foreach ($articles as $article) { ?>
<li>
    <div class="item-head">
        <a href="<?php echo $article->Url; ?>" title="<?php echo $article->Title; ?>" target="_blank"><?php echo $article->Title; ?></a>
        <span><?php echo $article->Time('Y-m-d'); ?></span>
    </div>
    <div class="intros"><?php echo wendang_intro($article, 100, "..."); ?></div>
</li>

原文地址: https://www.cveoy.top/t/topic/iJpV 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录