WordPressは舞台裏回避策のメニューやガジェットを探す必要はありません

テンプレートのfunctions.phpを開くには、背景にWordpressの、

 

 このコードを追加する内側:

 

if ( function_exists('register_sidebar') )

    register_sidebar(array(

        'before_widget' => '<div class="sidebox">    ',

        'after_widget' => '</div>',

        'before_title' => '<h2>',

        'after_title' => '</h2>',

    ));

 

 参考:https://jingyan.baidu.com/article/8ebacdf0c02b5c49f65cd53a.html

おすすめ

転載: blog.csdn.net/james_laughing/article/details/92154194