自定义模板使用事件Expresso插件Wordpress

时间:2018-09-18 03:26:46

标签: php wordpress events plugins

客户端使用事件Expresso 3构建表以显示其提供的类的列表。但我需要创建自定义模板,而不是默认模板。

我仔细阅读了他们的文档,花了我很长时间才能理解,我已经尝试了几次,但是无法使其正常工作。

1。位置没有拉动

<?php $event_location = get_post_meta($post->ID, 'event_location', true); ?> <div class="location"> <h5<?php echo $event_location; ?></h5>
</div>

2。我也不断从这一行中得到错误。 错误:未定义:$ image_url ['event_thumbnail_url']

<?php if ($image_url['event_thumbnail_url']) { ?> <img id="" class="" src="<?php echo $image_url['event_thumbnail_url']; ?>" <?php } ?>

我的客户购买了该插件,因此我无权访问其支持论坛

0 个答案:

没有答案