and when I add this code to disable only visual editing everything works but I don’t want to do this:
function bbp_enable_visual_editor( $args = array() ) {
$args['tinymce'] = false;
$args['quicktags'] = true;
return $args;
}
add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
How to set the title with Yoast? Such page “/forum/” doesn’t exist in WordPress Pages.
I am using Yoast from a long time but don’t know how to set a title for such case.