Forums
-
- Forum
- Posts
-
- Installation
- 28,502
- Troubleshooting
- 62,682
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
Try this (inserted into the code I had above):
<?php if ( ( $i == 0 ) && ( $page == 1 ) ) { echo 'class="firstpost"'; } elseif !($i % 2) { echo ('class="alt"'); }?>>