How to display the title or content of posts from different categories?
-
Hi,
I guess this code below shows me the titles which are in the category Posts:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); the_title(); endwhile; endif; ?>
But what if I want to display the titles of other categories? E.g. Media or Pages?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to display the title or content of posts from different categories?’ is closed to new replies.