I'm trying to create a list of links to post that are tagged a specific category. Is this possible? I'm not even sure where to begin. Any help?
so, for example I'm trying to show the 1st ten post that are tagged "video".
thanks,
|
I'm trying to create a list of links to post that are tagged a specific category. Is this possible? I'm not even sure where to begin. Any help? so, for example I'm trying to show the 1st ten post that are tagged "video". thanks, |
|||
|
|
|
You can do this by putting this where you want to display the list :
In here all you need to do is replace the category ID with your desired categ ID. `'category' => 1 and that's all |
|||
|
|