Skip to:
Content
Pages
Categories
Search
Top
Bottom

Archive

  • @mushlih

    Participant

    Hi
    I saw in my forum title it says “archive”
    Why and how to get rid of it?
    Thank you very much

Viewing 11 replies - 1 through 11 (of 11 total)
  • @robin-w

    Moderator

    link to the forum on your site please

    @mushlih

    Participant

    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

    @robin-w

    Moderator

    sorry, I cannot see that word on the page above

    @mushlih

    Participant

    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?

    @robin-w

    Moderator

    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' ;
    }

    @mushlih

    Participant

    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

    @robin-w

    Moderator

    it should work, try

    add_filter( 'bbp_get_forum_archive_title', 'tcv_forum');
    
    function tcv_forum () {
    	return 'forum-diskusi' ;
    }

    @robin-w

    Moderator

    if that does not work, then your theme is adding the ‘archive’

    @mushlih

    Participant

    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)

    @robin-w

    Moderator

    Yes I understand – your theme is doing that, not bbpress.

    @mushlih

    Participant

    Ok, I will ask the solution to the theme developer, thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.
Skip to toolbar