Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Add the time stamp to comments


danbpfr
Participant

@chouf1

Which comments are you talking about ?
Blog comments ?
See here: https://codex.wordpress.org/Function_Reference/comment_time

To do this, If you use BP 1.2.8, go to bp-themes/bp-default/functions.php or better to the functions.php of your child theme

In file there is a function bp_dtheme_blog_comments
Near line 78 change
`

<a href="” rel=”nofollow”>
<a href="#comment-” title=””>

to this

<a href="” rel=”nofollow”>
<a href="#comment-” title=””>

`

how to embed this function into your theme’s function ? read here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-you-do-this/

Skip to toolbar