if( !empty( $content_struct['post_type'] ) ) {
            if( $content_struct['post_type'] == 'page' ) {
                $cap = ( $publish ) ? 'publish_pages' : 'edit_pages';
                $error_message = __( 'Sorry, you are not allowed to publish pages on this blog.' );
                $post_type = 'page';