Thanks for the response. I think the plugin registered the custom meta box, I don’t even know where to find it. #ExtremeNoob
Another idea I had was to write an if/then statement that checks for the normal “custom_field_image” and posts the “articleimg” in its absence.
This is the code used to pull the regular thumbnail on the home page:
[code][/code]
This is the code I am using on the ECP "list.php" page to pull the alternate thumbnail:
[code]ID, ‘articleimg’, TRUE); ?>
<img src="" alt="Alt Text" />[/code]
Now that I’m showing events on the home page I need to pull a thumb for each event. Would it be easier to apply an if/then statement that looks for both thumbs or to find the function and register it for the “tribe_events” post type?