Refunds }/** * Customise post layout */ function rearrange_post() { //remove_action( 'storefront_single_post', 'storefront_post_header', 10 ); remove_action( 'storefront_single_post', 'storefront_post_meta', 20 );//add_action( 'storefront_single_post', 'custom_post_header', 10 ); add_action( 'storefront_single_post', 'custom_post_meta', 20 ); add_action( 'storefront_single_post_bottom', 'custom_post_footer', 35 ); } add_action('init', 'rearrange_post' );/** * Custom post meta */ function custom_post_meta() { ?>