How to Display First and Second Post Differently than other posts
July 7th, 2015 by admin
You can display first and second post differently than other posts with this simple css code [php].article:nth-of-type(1), .article:nth-of-type(2) { //code }[/php]