Forums
-
- Forum
- Posts
-
- Installation
- 28,553
- Troubleshooting
- 62,891
- Themes
- 10,445
- Plugins
- 15,399
- Requests & Feedback
- 14,995
- Showcase
- 3,259
-
A lazy short circuit solution which makes the first displayed entry in a loop appear different:
$special="specialClass normalClass";
for {
echo ... class="$special" ...
$special="normalClass";
}