<?php if (($this->_currentPage == 1) && ($this->sequence == 1)): ?>
    ... //首页第一篇文章
<?php else: ?>
    ... //其它文章
<?php endif; ?>