Разная WP шапка в разные времена
10.10.2008 | Просмотров: 2 983В шаблон:
<div id="masthead" class="month-<?php echo date(’m’); ?>"></div>
В css:
#masthead {
width:300px;
height:100px;
}
.month-12, .month-01, .month-02 {
background:url(/images/winter.jpg);
}
.month-03, .month-04, .month-05 {
background:url(/images/spring.jpg);
}
.month-06, .month-07, .month-08 {
background:url(/images/summer.jpg);
}
.month-09, .month-10, .month-11 {
background:url(/images/autumn.jpg);
}
автора потерял..