is_front_page not working in functions.php
Even though this question may get down voted – because not enough information has been provided and it’s fairly easy to find tutorials elsewhere, I’ll help you out. In your functions.php file in your theme, you need to do this: add_action( ‘wp_enqueue_scripts’, ‘wp5849_scripts’ ); function wp5849_scripts() { if ( is_front_page() ) : wp_enqueue_style(‘TBDhome’, get_stylesheet_directory_uri() . … Read more