https://github.com/log1x/nofollow-pretty-links
https://github.com/log1x/nofollow-pretty-links
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/log1x/nofollow-pretty-links
- Owner: Log1x
- License: mit
- Created: 2020-11-10T03:46:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T11:22:31.000Z (over 1 year ago)
- Last Synced: 2025-03-19T09:40:57.398Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 1.13 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Nofollow Pretty Links


Simple plugin that filters the current post content/excerpt forcing URL's created by [Pretty Links](https://wordpress.org/plugins/pretty-link/) to `rel="nofollow"` and `target="_blank"`.
## Requirements
- [PHP](https://secure.php.net/manual/en/install.php) >= 8.2
- [Composer](https://getcomposer.org/download/)
## Installation
### Bedrock
Install via Composer:
```bash
$ composer require log1x/nofollow-pretty-links
```
### Manual
Download the release `.zip` and install into `wp-content/plugins`.
## Usage
Activate the plugin.
## Bug Reports
If you discover a bug in Nofollow Pretty Links, please [open an issue](https://github.com/log1x/nofollow-pretty-links/issues).
## Contributing
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
## License
Nofollow Pretty Links is provided under the [MIT License](https://github.com/log1x/nofollow-pretty-links/blob/master/LICENSE.md).