Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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' );
}
Source by glivera-team.github.io #
 
PREVIOUS NEXT
Tagged: #function #style #theme #wordpress
ADD COMMENT
Topic
Name
9+6 =