Description
Customize WordPress pagination URL. You can change โpageโ to anything else. For example, โhttp://www.yourwebsite.com/page/5/โ -> โhttp://www.yourwebsite.com/seite/5/โ. After activating plugin you can set the new value in Plugin Editor. After actualization of the plugin file, don’t forget to run Permalink Options and click on โSave changesโ button. Now you can see your new – more friendly URLs ๐
Installation
How to install:
- Upload โpage-translatorโ to the โ/wp-content/plugins/โ directory
- Activate the plugin through the โPluginsโ menu in WordPress
- Set the new value instead of โpageโ in โwp-admin/plugin-editor.php?file=page-translator/page-translator.phpโ
- Run โwp-admin/options-permalink.phpโ and click on โSave changesโ button.
- Now you can see your new – more friendly URLs ๐
Possible interactions with some plugins:
- If you are using plugins like โWP Super Cacheโ which saves the pages on server, maybe it will be necessary to delete the cache so the changes can take affect immediately.
- Some plugins which changes URL, like โWP No Category Baseโ or โWP-No-Tag-Baseโ, can operate with โpageโ in their code. So it will be necessary to change the word โpageโ to your new word manually in the code of this plugin via Plugin Editor.
Reviews
Contributors & Developers
“Page Translator” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Page Translator” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
- Changed default value to โpageโ so the plugin won’t change your URLs until you write your new word instead of โpageโ.