Darnell

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Widget showing Published Date instead of Start Date #103411
    Darnell
    Participant

    That definitely helped. I tried using that function before but I didn’t write it correctly. Thanks for the hint 😉

    in reply to: Auto-Delete Option #25329
    Darnell
    Participant

    Ok, I’ll give it a shot. Pray for me :S

    in reply to: DIsplay Custom Meta Box Used in Regular Posts #20251
    Darnell
    Participant

    Well that didn’t display correctly. lol

    in reply to: DIsplay Custom Meta Box Used in Regular Posts #20250
    Darnell
    Participant

    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?

Viewing 4 posts - 1 through 4 (of 4 total)