Change style of stories in category list
-
Hi,
I want to change the style of how stories are printed in the category list. Right now, the code is:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
so all of the posts that are printed have the same style. How can I make the category page for example:
The first two ‘featured stories’ are printed with a certain style then, the stories below are printed on the page with a different style. This same style would also have to work when you go forward or back pages, listing more stories in the category.If you need any more information, just ask.
Thanks,
Adam
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Change style of stories in category list’ is closed to new replies.