Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I loop through EACH forum?

  • Initialize a variable as zero.
  • Increment it every time you display a topic (every iteration) if the value of variable is less than 3.
  • As soon as it grows >3, breaks out of the loop.

Skip to toolbar