link to the forum on your site please
https://mutiaradakwah.com/forum-diskusi/
At the title of the page (top right), you will see the words “Arsip” which in English means “archive”
Thank you
sorry, I cannot see that word on the page above
Sorry, the word is not on the page, but at the top of the page (in the tab), it does not appear on the page
Have you seen it?
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
Code Snippets
add_filter( 'bbp_get_forum_archive_title', 'tcv_forum');
function tcv_forum () {
Return 'Forum' ;
}
Hi
Thank you for giving the code
But you don’t seem to understand what I mean
Your code omits “Diskusi” instead of “Arsip”
What I want is to remove the words “Arsip” at the top (not on the page), not to remove the words “Diskusi”
How to solve it?
Thank you
it should work, try
add_filter( 'bbp_get_forum_archive_title', 'tcv_forum');
function tcv_forum () {
return 'forum-diskusi' ;
}
if that does not work, then your theme is adding the ‘archive’
Hi
What I want to get rid of is the one marked with the arrow (which I underlined) in the image: https://prnt.sc/u0h1vn, not what I gave sign (x)
And your code changes to writing that I marked (x)
Yes I understand – your theme is doing that, not bbpress.
Ok, I will ask the solution to the theme developer, thanks