以下の内容はhttps://blog.systemjp.net/entry/2015/01/07/202216より取得しました。


Wordpressのコメント表示をカスタマイズ

php comments_template(); のカスタマイズ

上記のcus_comment関数で、1つ目のコメントだけ表示したくない場合は

    //先頭のコメントはスキップ
    $post_id = get_the_ID();
    $getcomment_arg = 'post_id=' . strval($post_id) . '&order=ASC&number=1';
    $comments = get_comments( $getcomment_arg );
    if( $comment->comment_ID == $comments[0]->comment_ID ){
        return;
    }

といれるといける




以上の内容はhttps://blog.systemjp.net/entry/2015/01/07/202216より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14