Così dovrebbe andare:
Codice PHP:
<?php
if (is_home()) {
echo '<link rel="stylesheet" href="'.bloginfo("template_url").'/nivo-slider/nivo-slider.css" type="text/css" media="screen" />';
}
?>
Così dovrebbe andare:
Codice PHP:
<?php
if (is_home()) {
echo '<link rel="stylesheet" href="'.bloginfo("template_url").'/nivo-slider/nivo-slider.css" type="text/css" media="screen" />';
}
?>