Answers for "function for style your theme wordpress"

0

function for style your theme wordpress

function register_styles() {
  wp_register_style( 'theme_styles', get_template_directory_uri() . '/styles/main_global.css' );
  wp_enqueue_style( 'theme_styles' );
}
Posted by: Guest on November-16-2020

Code answers related to "function for style your theme wordpress"

Browse Popular Code Answers by Language