With the sticky post plugin I was able to style the sticky/announcement post completely differently from all others using
<?php if(is_announcement()) { ?>
<div class="sticky">...
<?php } else { ?>
removing tags, the date, and adding custom css. Is there a way to do the same with the new sticky feature of 2.7? Will I have to hack something (either the sticky plugin or wp itself)?
Thank you