Ok – I kept looking and found something that worked for me.
This post gave me most of the info, although there is a typo in the syntax:
http://wordpress.stackexchange.com/questions/33455/taxonomy-count-per-post-type
I put the modified code here: http://pastebin.com/7UPYq2DQ
I am looking for this as well – the code from the previous post has been removed.
Thread Starter
nosoup
(@nosoup)
So in a pinch, I ended up going with Timthumb which is a PHP script that generates thumbs into a cache folder. Here is the code that I used:
<img src="/scripts/timthumb.php?src=<?php echo $image_url; ?>&h=160" />
Thread Starter
nosoup
(@nosoup)