Description
A new way to create multiple URLs for the same post. Very useful when creating url for multiple languages. e.g. your main url can be in english but your alternative url can be in your own language. You can share your own language url on social media.
WP Alternative Slug allows you to choose posts, pages and custom post types to have secondary url.
When you access secondary URL, it will bring you to the main article.
Made by 010Pixel
Use
- Go to
Plugins
>WP Alternative Slug by 010Pixel
. You will be able to see all the custom post types includingPost
. - Tick all the checkbox for the post types for which you want to enable alternative slug metabox.
- Create a post and enter the alternative slug you would like to use.
- If you do not want to user alternative slug then select keep the ‘Alternative Slug’ input empty.
For any query, you can contact me at 010 Pixel
Screenshots
Installation
- Unpack the download-package
- Upload folder include all files to the
/wp-content/plugins/
directory. The final directory tree should look like/wp-content/plugins/010pixel-wp-alternative-slug/010pixel-wp-alternative-slug.php
- Activate the plugin through the
Plugins
menu in WordPress - Administrator can go to
Plugins
>WP Alternative Slug by 010Pixel
menu and configure the plugin (Type of Posts/Custom Posts where you want to show Alternative Slug input Metabox)
- or use the automatic install via backend of WordPress
FAQ
- Installation Instructions
-
- Unpack the download-package
- Upload folder include all files to the
/wp-content/plugins/
directory. The final directory tree should look like/wp-content/plugins/010pixel-wp-alternative-slug/010pixel-wp-alternative-slug.php
- Activate the plugin through the
Plugins
menu in WordPress - Administrator can go to
Plugins
>WP Alternative Slug by 010Pixel
menu and configure the plugin (Type of Posts/Custom Posts where you want to show Alternative Slug input Metabox)
- or use the automatic install via backend of WordPress
- How to choose which Custom Post Types can have the alternative slug metabox?
-
Go to
Plugins
>WP Alternative Slug by 010Pixel
. You will be able to see all the custom post types includingPost
.
Tick the custom post type for which you want to show alternative slug metabox and clickSubmit
. You are done! - How to set alternative slug for post?
-
Enable Alternative Slug Metabox by following the method shown above and you will be able to see template list metabox when you create a post.
Just enter the slug which you want to use as alternative slug for a particular post and the post will have that alternative slug attached to it. - What if I don’t want to have alternative slug for a post?
-
Set value for Alternative Slug metabox to empty and save the post.
- My alternative slug is redirecting to wrong page.
-
Please check if multiple pages have same slug used. For now there is not checking for unique slug so the latest article with the slug will be loaded.
Reviews
Contributors & Developers
“WP Alternative Slug by 010Pixel” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WP Alternative Slug by 010Pixel” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
v1.0.0
- 2016-01-06
- Initial release.
v1.1.0
- 2016-01-11
- Removed bug of page being redirected even when the post type is not selected
v1.2.0
- 2016-01-12
- Added function to create proper slug by converting string to lowercase and replacing spaces with underscore
- Removed bug of not redirecting page when not-english languages are used as url slug
v1.3.0
- 2016-11-22
- Added support for space in URL. The plugin will automatically replace spaces with hyphen and redirect to related post.
v1.3.1
- 2018-08-03
- Tested with latest version