如何改变标题的默认值-WordPress问题论坛-WordPress-光子波动网 | 专业WordPress修复服务,全球范围,快速响应
4
share (joys, benefits, privileges etc) with others

How to change the default value of the title

Display default title is H2, but I don't have this option, only H3 in the dropdown menu

How do I change the default value of the title, e.g. to H3?

20241210164050772-image

 

 

 

When selecting the headings H1 through H6, I removed the headings from the Gutenberg editor and kept only H3.
When I create a new title, the default H2 always appears. i wish I could change it to the default title H3.

function define_editor_heading_levels( $args, $block_type ) {
    
    if ( 'core/heading' !== $block_type ) {
        return $args;
    }

    // Remove H1, H2, H4, H5 and H6
    $args['attributes']['levelOptions']['default'] = [ 3 ];
    
    return $args;
}
add_filter( 'register_block_type_args', 'define_editor_heading_levels', 10, 2 );

 

 


Contact Us
Can't read the article? Contact us for free answers! Free help for personal, small business sites!
Tel: 020-2206-9892
QQ咨询:1025174874
(iii) E-mail: info@361sale.com
Working hours: Monday to Friday, 9:30-18:30, holidays off
commentaries Total 1

Please log in to post a comment

客服

first aid

online time
9:00 - 18:00

Contact Customer Service

扫一扫联系客服
telephone call 020-2206-9892
QQ contact 1025174874
Customer service mailbox info@361sale.com