Display category posts with diferent components
-
I need help. How can I display category posts diferent.
I need to display for every category (archive.php) something like this:
First post display:
<?php the_post_thumbnail(); ?> <?php the_title(); ?> <?php the_excerpt(); ?>
Next 4 posts display:
<?php the_post_thumbnail(); ?> <?php the_title(); ?>
and the following posts display only:
<?php the_title(); ?>
and with navigation (next, previous) i do move true only last display posts (not first and next 4).
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Display category posts with diferent components’ is closed to new replies.