Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- function lander_scripts() {
- if( is_front_page() ) {
- wp_enqueue_scripts('lander-styles', get_stylesheet-directory_uri().'/lander-style.css');
- }
- }
- add_action('wp_enqueue_scripts', 'lander_scripts');
- ?>
Advertisement
Add Comment
Please, Sign In to add comment