You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
225 B

<?php
/**
* 案例详情页单页模板
* Single template for cases post type
*/
// 防止直接访问
if (!defined('ABSPATH')) {
exit;
}
// 加载案例内容模板
get_template_part('template-parts/cases-content');