• Resolved slovensko

    (@slovensko)


    Hi, thank you for this great plugin!

    Can you please make the Knowledge Base title <h1> dynamic in Modern theme (bpress-content-wrap), based on knowledge base name (important for translations)? thank you

    • This topic was modified 4 years ago by slovensko.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author BasePress

    (@codesavory)

    Hi @slovensko,

    the Knowledge Base title in the Modern theme can be changed from the theme settings: BasePress > Modern Theme > Header title.
    If you need to have a different title for each page you can also use this hook:

    add_filter( ‘basepress_modern_theme_header_title’, function(){
    $title = ‘your title here’;
    return $title;
    }, 20 );

    I hope this helps but if you need further help let me know!

    Thread Starter slovensko

    (@slovensko)

    Thank you @codesavory,

    and sorry, I dont know how could I missed this setting ??
    Great support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dynamic “Knowledge Base” title , Modern theme’ is closed to new replies.