Greig

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Greig
    Participant

    Hi Cliff,

    Thanks for your reply. I have been through the documentation and read all the information you have sent, but I cannot get my head around how to get the results I need, so I am stuck!

    Yes I can code, but I need to add multiple fields to the page and I do not understand how to do that. Can you help with that?

    I understand to add the venue I add the follwing to the single-event.php

    $venue = array();
    $getvenue = tribe_get_venue();
    $venue['venue'] = $getvenue;
    

    I add this to the output:

    data-tribejson='<?php echo esc_attr( tribe_events_template_data( $post, $venue ) ); ?>'

    But I need to add multiple fields to the output, so could you please give an example of how to do that?

    Thanks,

    in reply to: Custom position of Search Bar #1158919
    Greig
    Participant

    That was what I needed. Thanks.

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