I want to change the comment template for my child theme. How can I unhook the comment template in the bp-default functions.php and use my own in my child theme functions.php?
oh ok i figured this out. I copied the function to my functions and change the name to my_dtheme_blog_comments. Then I changed the function called in my child theme comments.php. I’ll leave this up in case somebody stumbles upon it.
Viewing 1 replies (of 1 total)
The topic ‘[Resolved] How to create a custom comment template’ is closed to new replies.
enderpal444
@enderpal444
12 years, 8 months ago
I want to change the comment template for my child theme. How can I unhook the comment template in the bp-default functions.php and use my own in my child theme functions.php?