<?php if (get_setting('site_announce')) { ?>
<div class="alert text-center" style="color:#31708f;background-color: #d9edf7;border-color: #bce8f1;">
公告: <?php echo get_setting('site_announce'); ?>
</div>
<?php } ?>对前端熟悉的同学,可以自己修改样式。
PS:wecenter3.1.3,default主题。