Forums

Where is comments_text() in default theme? (3 posts)

  1. paul2008
    Member
    Posted 7 months ago #

    I cannot find where the comments for a post are printed in the default Kubrick theme.
    I searched for it, some function catalogs say it should be on line 38 in comments.php, but it's not there! And it's not anywhere in the file.
    The only place I have found comment_text() in so far is comments-popup.php, which is not used.

    I need to display custom text in every comment, that's why I'm looking for where the comments are displayed, to add my <?php print... before it.

    Where can I find comment_text() or where are the comments displayed?

    Thanks!

  2. paul2008
    Member
    Posted 7 months ago #

    Ok,
    after looking through comments.php, it seems to me that comment_text() is now replaced with wp_list _comments loop.
    Other people also noticed it.

    So, is there now no way to change the formatting of displayed comments?

  3. travel-junkie
    Member
    Posted 7 months ago #

    Yeah, there is. One of the arguments that function takes is a callback function, in which you can redefine the layout. Look for the function in the codex to find out all about the arguments.

Reply

You must log in to post.

About this Topic