您可以在模板中使用函数do\\u shortcode来输出由“我的日历”为列出事件提供的快捷码生成的内容。
例如,要显示即将发生的事件的列表,请使用以下内容:
<?php echo do_shortcode(\'[my_calendar_upcoming before="3" after="3" type="event" fallback="No events coming up!" category="General" template="{title} {date}" order="asc" skip="0"]\'); ?>
请注意函数使用单引号,短代码属性使用双引号。