Chi ha creato la discussione
cieffe27
(@cieffe27)
Ciao Dario, ignoro quello che hai chiesto ๐
In functions.php l’ho creata cosรฌ:
register_sidebar(array(
'name' => esc_html__('WidgetCustom', 'Nomedeltema'),
'id' => 'WidgetCustom',
'before_widget' => '<div id="%1$s" class=" WidgetCustom widget-container %2$s">',
'after_widget' => '</div>',
'before_title' => '<h5 class="widget-title">',
'after_title' => '</h5>',
));
Dove devo dirgli di comparire anche per quel tipo di formato e non solo per altre pagine?