Move css to footer
-
Hi all
I try to move css to footer, but seems to dont work.
I do:
wp_deregister_style( ‘sharify’ );
wp_deregister_style( ‘sharify-php’ );
wp_enqueue_style( ‘sharify’, plugins_url( ‘sharify/icon/css/sharify.css’ ), false, NULL, true);
wp_enqueue_style( ‘sharify-php’, plugins_url( ‘sharify/sharify-style.php’ ), false, NULL, true);But it loads always at top, not at true.
- The topic ‘Move css to footer’ is closed to new replies.