Tag Archives: thumbnails

Creating a thumbnail index page from child pages

indexpageOne of the features of my latest project, Contempora Corner, was the creation of a custom page template that is used as an visual index page for a specific category of content. These are essentially landing pages with links to all of the respective child pages. I try to organize sites to not use these [...]

Read More »

Posted in Development Notes | Also tagged , | 2 Comments

Add the_post_thumbnail to post excerpts

WordPress 2.9 has a new post thumbnail feature that I’ve been exploring as part of this site’s layout in preparation for updates to some client sites. Adding the code below to your child theme’s functions.php file will activate the post thumbnail feature in WP2.9, then change the default content display on the home page or [...]

Read More »

Posted in Code snippets | Also tagged | 3 Comments