1

我试图让我最受欢迎的帖子以自定义格式出现。下面是代码:

    <div class="mostviewed">
            <h1>HOTTEST STORIES</h1>
            <?php
                $popular = array(
                  'header_start' =>  '',
                  'header' => '',
                  'header_end' => '',
                  'range' => 'daily',
                  'limit' => 4,
                  'post_type' => 'post',
                    'wpp_start' => '<ul>',
                    'wpp_end' => '</ul>',
                    'post_html' => '<li><a href=\"{url}\">{thumb}</a><p>{text_title}</p></li>');
               wpp_get_mostpopular($popular);
            ?>
        </div>

但是,当我运行脚本 wpp_get_mostpopular() 无法识别我的任何参数时,我得到了默认输出。

4

0 回答 0