How do i show multiple categories?
-
Here is the code i am using for the categories,
<?php $posted = get_posts( "category=" . $category[0]->cat_ID ); if( $posted ) : foreach( $posted as $post ) : setup_postdata( $posted ); ?>It show’s only one of the categories, and it has a drop down menu of all post under that category, but i want the post to show all the categories and not just one.
What would i have to change in the php code above to accomplish that.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘How do i show multiple categories?’ is closed to new replies.