JS and CSS files does not load
-
Hi, i have installed the wp-dtree-30 plugin and it works on twentyfifteen theme and other wordpress default themes work very vell, but when switching to my theme CSS and JS files didn’t load.
What’s the issue?function.php
function my_widgets_init() { register_sidebar( array( 'name' => __( 'Widget Area', 'my' ), 'id' => 'sidebar-1', 'description' => __( 'Add widgets here to appear in your sidebar.', 'my' ), 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => '</aside>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); } add_action( 'widgets_init', 'my_widgets_init' );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘JS and CSS files does not load’ is closed to new replies.