When loading replies from bbPress, a filter is applied to the_title that prepends the string “Reply To:” to the beginning of the reply’s topic title. Below is code that removes the filter, and adds a new one without the offending string.
When loading replies from bbPress, a filter is applied to the_title that prepends the string “Reply To:” to the beginning of the reply’s topic title. Below is code that removes the filter, and adds a new one without the offending string.
Discussion
Thanks, worked perfectly.
Hi Jonathan,
Thank you for sharing your code.
I have copied and pasted your code on my Theme functions.php, but the string “Reply To:” has not disappeared.
Should I change something else?
Many thanks
Ahmad
Try removing lines 1-5 … that worked for me.
Just what I was looking for. Thanks