Forums

Enumerates posts from each category (1 post)

  1. adrianperez
    Member
    Posted 7 months ago #

    Hi everyone! Is the first time I need to put something in the forum 'cause I really didn't found the right solution. Here's my problem:

    I have a loop that load thumbnails of all the post of the page, they are sorted chronologically and they have different categories. What I need is to numerate this thumbnails in order of appearance but independently of the other categories...I will try to explain it better with a list:

    Thumb > Cat = Women > Number 1
    Thumb > Cat = Men > Number 1
    Thumb > Cat = Women > Number 2
    Thumb > Cat = Women > Number 3
    Thumb > Cat = Men > Number 2
    ...

    I think that I can make something with $current_post and tell him that make an individual counter for each category, other posibility that I have tried is to make a global variable for each category and after call a $men++ inside the loop but this two options didn't worked for me.

    Thanks for the help and sorry for my english!

Reply

You must log in to post.

About this Topic