Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Change Post Order Question

The first line of the first post? Or do you mean the first thread in the first thread listing?

Sure, just do something like this. <?php if( !$is_foist_topic ) { echo ‘ class=”first-topic”‘; $is_foist_topic = true; } ?>

The first time it checks it won’t be true, so it echoes code to change the class of the HTML. Then it sets it to true, so the next times it will be true and it’ll skip that.

You want the code to set the class of the tr I believe, so put it in the HTML for that. Play around.

Skip to toolbar