Announce will not automatically show announcements for each day. Only manual update is possible. Custom placement is possible. You can use the function “announcer for custom placement anywhere in the theme
<?php
if(function_exists(‘announcer’)) {
announcer();
}
?>