Automatically and dynamically create excerpts with user defined length on any page, using the contets of the child pages.
The structure of a generated excerpt looks like this:
<div class="excerpts-from-children"> <img src="/link/to/image" title="Title of page thumnail" /> <h3>Title from the child page</h3> <p>Excerpt from the child page</p> <p class="read-more"><a href="/link/to/page">Read more »</a></p> </div>
By using the CSS class "excerpts-from-children" you can style your excerpts. To get the image ID needed for the thumbnail, view the thumbnail in the admin interface and check "attachment_id=" in the URL query string. Note that the images doesn't use any scaling applied by WordPress, so crop/resize them to the exact size you want for your excerpt!
Requires: 2.7.1 or higher
Compatible up to: 2.7.1
Last Updated: 2009-6-6
Downloads: 1,184
Got something to say? Need help?