我试了很多次,但底部的代码总是比当地时间晚1小时。这可能是服务器时间的问题。但我想在德国网站上使用它,所以我必须将时间设置为GMT+1。
如果有人能帮助我就太好了。。。
<?php
$today = date(\'N\');
if( $today == 1) { ?>
<article class="intro"><div class="content" style="width:auto;float:left;"><h4><?php dynamic_sidebar( \'countdown\' ); ?></h4></div></article>
<?php } elseif( $today == 2 ) { ?>
<article class="intro"><div class="content" style="width:290px;"><h4><?php dynamic_sidebar( \'seitenleiste\' ); ?></h4></div></article>
<?php } elseif( $today == 3 ) { ?>
<article class="intro"><div class="content" style="width:290px;"><h4><?php dynamic_sidebar( \'seitenleiste\' ); ?></h4></div></article>
<?php } elseif( $today == 4 ) { ?>
<article class="intro"><div class="content" style="width:290px;"><h4><?php dynamic_sidebar( \'seitenleiste\' ); ?></h4></div></article>
<?php } elseif( $today == 5 ) { ?>
<article class="intro"><div class="content" style="width:290px;"><h4><?php dynamic_sidebar( \'seitenleiste\' ); ?></h4></div></article>
<?php } elseif( $today == 6 ) { ?>
<article class="intro"><div class="content" style="width:290px;"><h4><?php dynamic_sidebar( \'seitenleiste\' ); ?></h4></div></article>
<?php } elseif( $today == 7 ) { ?>
<article class="intro"><div class="content" style="width:290px;"><h4><?php dynamic_sidebar( \'seitenleiste\' ); ?></h4></div></article>
<?php } ?>
非常感谢你!
菲利普