Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need a page in wordpress that automatically displays all categories from a custom post (The post taxonomy is 'portfoliosets') with thumbnails. How would I display these with a thumbnail? Could I put the image source in the category description and have it pull it from that?

Thanks!

share|improve this question
You might get a better response over at Wordpress – steveax Apr 20 '12 at 19:17

1 Answer

Wordpress has a codex entry for doing what you want to do.

Unless something has changed recently custom post types were filled into the same category structure as every other category. So you just need to use that codex example to associate certain images with certain categories and then call it to a page, sidebar or wherever. I've seen this done before with favicon style images next to categories.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.