Skip to content

Instantly share code, notes, and snippets.

@ventouris
Created September 3, 2015 12:11
Show Gist options
  • Save ventouris/cd40f6c13bb112cb3f84 to your computer and use it in GitHub Desktop.
Save ventouris/cd40f6c13bb112cb3f84 to your computer and use it in GitHub Desktop.
$lang = get_bloginfo("language");
if ( $lang == 'de-DE' ) {
add_action('init', 'search_base_german');
function search_base_german() {
$search_slug = 'suche'; // change slug name
$GLOBALS['wp_rewrite']->search_base = $search_slug;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment