Category Archives: plugins

Noir Chopper

I am creating a course aggregation site for the current Tech Noir ds106 course, and it’s been a while. Thankfully Alan Levine and Tom Woodward have been kind enough to help me hack the old gold TwentyTwelve WordPress theme to get the mother blog to show excerpts (not native to the theme) and now maybe even include photos.

Chopper from Minority Report looks a lot like Slave-1

Turns out getting excerpts to work on the main blog page was pretty easy thanks to Alan, who figured out you just need to change the line in content.php of the TwentyTwelve theme from

<?php if ( is_search() ) :

to

<?php if ( is_search() or is_home() ) :

That worked brilliantly. Now in terms of getting the feed aggregator FeedWordPress to pull images, Tom created the plugin Noir Chopper that not only creates excerpted posts but also pull in image if there is one…so this post is a test.

Update:  Tom’s plugin worked a treat! In order to get posts on the homepage to include the first image (category pages had them out-of-the-box) I had to include a clean version of content.php for that theme.