php - How to make Bootstrap work in Options Theme using Settings Api -
i not able make bootstrap work in settings api options on wordpress theme.
i added in action admin_enqueue_scripts
along other js
wp_register_style( 'custom_wp_admin_css', get_template_directory_uri() . '/css/bootstrap.min.css', false ); wp_enqueue_style( 'custom_wp_admin_css' );
and i've tried many articles, still can not solve.
thanks
wiki
Comments
Post a Comment