Loading the frontend styling
-
Hi,
I would like to know why you’re using
wp_print_stylesinstead ofwp_enqueue_scriptsfor the frontend styling?It’s located in file features > functions(.php):
// include the stylesheet add_action( 'wp_print_styles', 'wppb_add_plugin_stylesheet' );This way the styling isn’t added to the
wp_head()function, I guess..Guido
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Loading the frontend styling’ is closed to new replies.