August 30, 2013 at 5:04 am
I have two requests.
I have included an event meta box in all of my events which contains a URL.
1. I would like to to display this URL named “View Options” on my page inside a table which is using the espresso_table shortcode.
2. I would like to display the same link on every event page. I think it’s registration.php
I think it’s a combination of the following: But I can’t get the right syntax.
<pre class=”brush: php; gutter: true; first-line: 1; highlight: []; html-script: false”><?php echo do_shortcode('[EE_META type="event_meta" name="enroll_min" event_id="'.$event->id.'"]');?>
<?php echo "< a href=""$url"">View Options a>"; ?>
Can you help?
|