Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Post Thumbnail Based on Category Re: Post Thumbnail Based on Category

#74219
TheDoc
Member

I have no idea if this is possible. This is just a theory, and the code is probably wrong:

<?php echo get_post_meta($post->ID, the_category(), true); ?>

So, you would name all of the custom fields by the category that they relate to.