• BP Doc use complicated comments template in the file:

    buddypress-docs\includes\templates\docs\single\comments.php

    But it will make the user defined comments template disabled.I think in the comments.php, such function is enough:
    <?php comments_template(); ?>
    It will keep the user defined comments template work.

    http://wordpress.org/extend/plugins/buddypress-docs/

  • The topic ‘Why not use comments_template() function’ is closed to new replies.