我正在搜索如何过滤插件事件日历(Wordpress的事件模板日历插件)的重复事件并显示在列表的末尾,而不是混合显示,首先显示非重复事件。我的实际简码是:
<?php echo do_shortcode("[events-calendar-templates template='default' category='all' date_format='default' start_date='' end_date='' limit='20' order='ASC' hide-venue='no' time='future' title='']"); ?>
您可以看到一个实时示例here。