Title: Justin Near's Replies | WordPress.org

---

# Justin Near

  [  ](https://wordpress.org/support/users/justinneargmailcom/)

 *   [Profile](https://wordpress.org/support/users/justinneargmailcom/)
 *   [Topics Started](https://wordpress.org/support/users/justinneargmailcom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/justinneargmailcom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/justinneargmailcom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/justinneargmailcom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/justinneargmailcom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/justinneargmailcom/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Child theme css not loading](https://wordpress.org/support/topic/child-theme-css-not-loading/)
 *  Thread Starter [Justin Near](https://wordpress.org/support/users/justinneargmailcom/)
 * (@justinneargmailcom)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/child-theme-css-not-loading/#post-4203581)
 * Uh, yup. I feel stupid, but thanks a ton!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Child theme css not loading](https://wordpress.org/support/topic/child-theme-css-not-loading/)
 *  Thread Starter [Justin Near](https://wordpress.org/support/users/justinneargmailcom/)
 * (@justinneargmailcom)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/child-theme-css-not-loading/#post-4203559)
 * Not it 🙂 It was copied and pasted, and is the same in both the folder location
   and in the css – “/wp-content/themes/TeamWETheme-1/style.css”
 * There are several other style sheets mentioned in the header (though the particular
   style that I want to change is in the main style.css) – would those be interfering
   somehow?
 *     ```
       <?php if ( is_front_page() || is_404()) { ?>
       		<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/home.css">
       	<?php } ?>
   
       	<?php if ( is_front_page() || is_page_template('blog.php') || is_single() || is_404()) { ?>
       		<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/blog.css">
       	<?php } ?>	
   
       	<?php if ( is_page_template('page-landing.php' || 'page-bio.php' || 'page-progdetail.php' || 'page-wide.php' || 'page-schedule.php') || is_front_page() )	{ ?>
       		<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/subpage.css">
       	<?php } ?>
   
       	<?php if ( is_page_template('page-schedule.php') )	{ ?>
       		<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/schedule.css">
       	<?php } ?>
   
       	<?php if ( is_page_template('page-secondary.php') || is_page('contact'))	{ ?>
       		<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/secondary-pgs.css">
       	<?php } ?>
   
       	<?php if ( is_page('store') )	{ ?>
       		<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/store.css">
       	<?php } ?>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)