add_action( 'init', 're_comment_page_slug' ); function re_comment_page_slug() { $GLOBALS['wp_rewrite']->comments_pagination_base = 'xxxx'; }