Hi, I want to know how i can show post in 2 different categories
Ex.
Ctegory 1
Sub 1
Sub 2
Category 2
Suby 1
Suby 2
I want to show posts in Suby2 + Sub1 , How I can make this
Hi, I want to know how i can show post in 2 different categories
Ex.
Ctegory 1
Sub 1
Sub 2
Category 2
Suby 1
Suby 2
I want to show posts in Suby2 + Sub1 , How I can make this
I guess first you need to decide *where* you'd like to see this (which template to use/edit), then you can use query_posts() to query posts in different categories.
This topic has been closed to new replies.