I need to add a “last” class to the last post that appears in loop.php.
Can someone tell me how to accomplish this?
I need to add a “last” class to the last post that appears in loop.php.
Can someone tell me how to accomplish this?
You must be logged in to post a comment.
assuming you’re using
post_class()
:I am using jQuery addClass() when I style odd/even list items or similar. You could probably use it to achieve what you want too.
Example: