Display multiple post excerpts on a page
-
I’m working on a theme, and need to do something rather unusual on the front page. I want to display a row of three boxes, side-by-side (think 1×3 table). In each box, I want to display the featured image and a short excerpt of posts in a particular category, and I want that entire block of three pages to cycle through all the posts in that category. I can do the cycling easily with jQuery, but what I’m not sure how to do is get the elements I want from WordPress. How do I put code in the front-page.php file in my theme that will cycle through all posts in a category and load the featured image and excerpt from each?
Thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display multiple post excerpts on a page’ is closed to new replies.