• I need to display a list of reports that are being generated weekly and monthly. These reports are run for 7 different categories. I am trying to set up a single page to link everything from in the following manner…

    —————————
    | Category 1 | Category 1 |
    | Weekly | Monthly |
    | Archive | Archive |
    —————————
    | Category 2 | Category 2 |
    | Weekly | Monthly |
    | Archive | Archive |
    —————————
    etc…

    The “Weekly” tag in Category 1 needs to be a link to the MOST RECENT blog post of category_name=Category 1 with tags x&y. The Archive will be the full list of ALL posts of the same category and tags. Of course, the “weekly” tag in Category 2 will be the same except for category_name=Category 2.

    The same setup for “Monthly”.

    So, I basically need to have 14 ‘Loops’ running simultaneously on the same page. Can this be done? And if so, how do you set it up?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple ‘Loops’ running simultaneously?’ is closed to new replies.