rah / rah_pathway
Custom article parmlinks for Textpattern CMS
Fund package maintenance!
www.paypal.me/jukkasvahn
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 1
Open Issues: 0
Type:textpattern-plugin
Requires
- php: >=5.6.0
- textpattern/installer: *
- textpattern/lock: >=4.7.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-17 01:59:03 UTC
README
Custom free-form article permalinks for Textpattern CMS. These URLs can contain false sub-sections, forward slashes — literally anything.
Install
Using Composer:
$ composer require rah/rah_pathway
Or download an installer.
Configure
In Preferences, under Site section, Free-form article URL field option controls which field is going to be used for the free-form article URL. The assigned field’s contents are going to be used as the article URL as-is.
Usage
After you have configured a field to be used as the free-form article URL, you can use it to set any form of URL for articles. Please note that Textpattern and the server must be configured to use clean URLs for this to work.
The URL given to the field can be anything. If you give it this/is/a/custom/permlink
as the value, then the article can be found at https://site.tld/this/is/a/custom/permlink
, where https://site.tld/
is your site’s address.
Changelog
Version 0.1.0 – 2019/04/09
- Initial release.