id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 28405 Twenty Fourteen - hardcoded pagination base pavelevap "Twenty Fourteen does not support custom pagination base in twentyfourteen_paging_nav(). I tried following example, but links show ""page"" (and do not work): {{{ function custom_pagination_base() { global $wp_rewrite; $wp_rewrite->pagination_base = 'stranka'; } add_action( 'init', 'custom_pagination_base' ); }}} I know I can change twentyfourteen_paging_nav() in child theme, but some users had problem with it (for example using simle plugin for custom permalinks in localized versions)." defect (bug) closed normal 4.0 Bundled Theme 4.0 normal fixed has-patch commit