Hi,
I recently purchased the Thematic Feature Site theme. It's a truly awesome framework, and I've really enjoyed playing around with it so far. However, a major issue I'm facing is figuring out how to make the featured content box on the static home page display the recent posts with their accompanying images.
Ideally, I'd love to produce something very similar to these 2 examples:
http://themeforest.net/item/sketchbook-blog-portfolio-theme/full_screen_preview/26665/
http://www.pagelines.com/demos/stationpro/
Looking through the php files, it looks like I either have to create a new feature-front-xx.php page and make edits to my functions.php, or locate a slide show plugin that will produce similar results.
Here's what I hope to accomplish inside the featured content box:
- Integrate the post titles and excerpts of 3 most recent posts.
- Have the accompanying image of the post appear on the blank image box.
- Make it so when the post title and/or the image is clicked on, will go to the permalink of that post.
- Create 3 small buttons that when clicked will change to a different recent post & accompanying image.
- Maintain the post title, excerpt and image placement the same as the original design of the Feature Site theme featured content box.
My knowledge of CSS and php coding is very limited, so any help or suggestions would be greatly appreciated!