Output depending on category name
-
I am creating a page that will display posts from 3 categories, display them in date order but the result display will be different depending on the category it is from.
For example category1 result should look different to category2, can someone see where I am going wrong with my code?
Each post is only in 1 category so I don`t need to worry about printing duplicates, I just need the loop to;
check what the category name is
print the result depending on what category it is from
move onto next result
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Output depending on category name’ is closed to new replies.