An open API service indexing awesome lists of open source software.

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.

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.