我正在使用Events Calendar Pro插件(https://theeventscalendar.com/product/wordpress-events-calendar-pro/),并且需要获取每个事件的所有类别。
我尝试过single_cat_title(),get_the_category()但是它们不是我所需要的。
single_cat_title()
get_the_category()
实际上,single_cat_title()函数仅显示第一类,并get_the_category()返回空数组。
php wordpress custom-wordpress-pages
custom-wordpress-pages ×1
php ×1
wordpress ×1