Forum Replies Created
-
AuthorPosts
-
Jens Kirk
ParticipantHi!
I split the post to focus on one issue at the time.
The codex helped me out, I ended up displaying custom fields via:
echo get_post_meta($post->ID, 'key', true);Cheers!
Jens Kirk
ParticipantHi Nico..
So, I am playing with it and get some results and some fails. I am displaying a eventlist by way of shortcode on individual course pages. Could you help me with following questions:
1. How do I output “Buy Now” button from Ticket Pro, relevant for the individual events. Directions to documentation would be great, example would be better.
2. The Events Calendar Shortcode only goes so far. For example, it cannot output event custom fields. I need more powerful tools available. Can I solve outputting custom fields from events in the shortcode or by any other means? Are there tools available to get it out of the db?.
It is important for us, in order to commit to Events Calendar, to feel the flexibility and power available.
Thanks for an awesome plugin 🙂
cheers,
Jens Kirk
ParticipantSorry, I see that the code works ok if inserteed into the the-events-calendar-shortcode.php, so I figure that this is where it goes.
I assume I can insert price, organizer pictures, attendees names and so on here.
Cheers
Jens Kirk
ParticipantHello, thanks for answering so quickly.
I am using shortcodes so far. My question is, if I want to customize the output, like in this guide:
https://theeventscalendar.com/knowledgebase/themers-guide/#custom-files
where do I insert the code? :
<p>Organized by: <?php echo tribe_get_organizer(); ?></p>As far as I can see, the output is in the shortcode plugin.
Cheers,
-
AuthorPosts
