如何在主页上显示二十条评论?

时间:2012-03-19 作者:Johnny Mindlin

该网站是www.timhaighreadsbooks。com。我想在主页上显示任何评论。请问我怎样才能做到这一点?约翰尼

4 个回复
SO网友:Tara

这对我来说很有用。看看它是否适合你。以下是逐步说明:

步骤-1

在主题的循环单曲中。php,看看这个:

<?php comments_template( \'\', true ); ?>
将其替换为:

<?php global $withcomments; $withcomments = 1; comments_template( \'\', true ); ?>
步骤-2

创建首页。包含以下内容的php:

<?php
/**
 * The template for displaying all pages.
 *
 * This is the template that displays all pages by default.
 * Please note that this is the WordPress construct of pages
 * and that other \'pages\' on your WordPress site will use a
 * different template.
 *
 * @package WordPress
 * @subpackage Twenty_Ten
 * @since Twenty Ten 1.0
 */

get_header(); ?>

        <div id="container">
            <div id="content" role="main">

            <?php
            /* Run the loop to output the posts.
             * If you want to overload this in a child theme then include a file
             * called loop-index.php and that will be used instead.
             */
             get_template_part( \'loop-single\' );                 
            ?>

            </div><!-- #content -->
        </div><!-- #container -->

<?php get_sidebar(); ?>
<?php get_footer(); ?> 

SO网友:andresmijares

尝试进入设置->阅读->并设置主页(包含帖子的任何模板)或任何类别名称。

SO网友:fuxia

创建child theme 使用front-page.php 和使用get_comments() 获取所需的注释。

SO网友:Elio

您需要将其放置在索引页代码中要显示注释的位置:

<?php
    global $withcomments;
    $withcomments = true;
    comments_template();
?>

结束

相关推荐

将另一个参数添加到Comments_Popup_link

我必须修改哪些WordPress核心功能才能更改comments_popup_link(\'Ni komentarjev\', \'1 komentar\',\'% komentarjev\') 至comments_popup_link(\'Ni komentarjev\', \'1 komentar\', **\'2 komentarja\',** \'% komentarjev\') 我想为两条评论添加一个论点。要向该函数添加哪些行?我之所以想这样做,原因很简单,在我的母语中,复