Using WordPress Custom Field Data with ECP 3.0.5

Home Forums Calendar Products Events Calendar PRO Using WordPress Custom Field Data with ECP 3.0.5

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58938
    Jason
    Participant

    This seems to happen to me every time you guys release a substantial update to the plugin. I am using the built in WP custom fields to pass some data to my custom single event view template.

    I just upgraded the ECP plugin, created a “tribe-events” folder to hold my template overrides but my function no longer works.

    I put the following in the new single event view template right after

    MY CODE
    ID, ‘Requires Clinic Email Form’, true) ?>

    <?php if ($showform == “yes”) {
    echo ‘To request a 30 minute session please use the contact form below.’;
    echo do_shortcode( ‘[contact-form 2 “Clinic Form”]’ );
    } else {}
    ?>

    Can I no longer use get_post_meta?

    #58965
    Jason
    Participant

    looks like my code got stripped out. i need to be able use the built in wordpress custom fields and get their values. is this no longer possible with the new 3.0 update?!

    #59549
    Chris
    Participant

    Hi there,
    is “Requires Clinic Email Form” the name of the meta you’re trying to pull?

    -Chris

    #62310
    Leah
    Member

    Hey Jason, we haven’t heard from you in a while- do you still need help here?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Using WordPress Custom Field Data with ECP 3.0.5’ is closed to new replies.