awesome, it worked great! Thanks a bunch, I appreciate it! :D
I tried adding this in and it error’d out my website. I just don’t know the correcdt syntax, to add in the second page template.
<?php if( is_page_template(‘template-corporate.php’) ) :?>
<link rel=”stylesheet” href=”http://mywebsite.com/wp-content/themes/enfoldchild/style-corporate.css” media=”screen” type=”text/css” />
<?php if( is_page_template(‘template-RETAIL.php’) ) :?>
<link rel=”stylesheet” href=”http://mywebsite.com/wp-content/themes/enfoldchild/style-RETAIL.css” media=”screen” type=”text/css” />
<?php else:?>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<?php endif;?>
perfect thank you!
awesome, thank you very much!!! :)
Hi, thank you for the reply. I was able to get it working :)