<?php /* Template Name: WooCommerce用户中心 */ get_header(); while( have_posts() ): the_post(); $p_id = get_the_ID(); the_content(); endwhile; get_footer();