Skip to:
Content
Pages
Categories
Search
Top
Bottom

Topic Title length

  • @gerard749

    Participant

    Hi,

    I would like to change topic title max length 80 to 60 using my theme’s child function.php file.

    Thank You

    Jerry

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

    Moderator

    should be something like

    add_filter ('bbp_get_title_max_length','change_title') ;
    
    Function change_title ($default) {
    $default=60 ;
    Return $default ;
    }
    

    try this in your functions file – if not come back, but suppers ready and I haven’t time to test!

    @gerard749

    Participant

    Hi,

    It works perfect.

    Thank you very much

    Jerry

    @nek123

    Participant

    Hi, I have the same issue… where do I add this code? Please help, I’m not a web expert 🙂

    @robin-w

    Moderator

    Put this in your child theme’s function file – or use

    Code Snippets

    @ajtruckle

    Participant

    I suggest you install the plugin Snippets:

    Code Snippets

    Then you can create a snippet and put it there.

    @nek123

    Participant

    It’s working, Thank you a lot

    @robin-w

    Moderator

    great!!

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