https://github.com/chesio/bc-page-redirect
Let a page redirect to its first subpage, any other page or external URL.
https://github.com/chesio/bc-page-redirect
wordpress wordpress-plugin
Last synced: 5 months ago
JSON representation
Let a page redirect to its first subpage, any other page or external URL.
- Host: GitHub
- URL: https://github.com/chesio/bc-page-redirect
- Owner: chesio
- License: unlicense
- Created: 2018-08-24T06:33:57.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-19T14:45:11.000Z (about 2 years ago)
- Last Synced: 2024-04-20T15:03:56.333Z (about 2 years ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BC Page Redirect
Let a page redirect to its first subpage, any other page or external URL.
## Requirements
* [PHP](https://secure.php.net/) 8.1 or newer
* [WordPress](https://wordpress.org/) 6.4 or newer
## Setup
Just install and activate the plugin, there is no configuration.
## Features
After activation, you can let every page redirect to its first subpage, another page or custom URL.
### Integration with default XML sitemap
Any pages with an active redirect are automatically excluded from [default WordPress XML sitemap](https://make.wordpress.org/core/2020/07/22/new-xml-sitemaps-functionality-in-wordpress-5-5/).
## Credits
1. The plugin is inspired by "Shortcut" feature from [TYPO3](https://typo3.org/) CMS.
1. Redirect functionality is based on implementation from [Page Links To](https://wordpress.org/plugins/page-links-to/) plugin by Mark Jaquith.