Incorporating post-class into this code
-
I have the following in my template:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>How do I incorporate post_class into this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Incorporating post-class into this code’ is closed to new replies.