=== Taro External Permalink === Tags: notification, news, posts, permalink, url Contributors: tarosky, Takahashi_Fumiki Tested up to: 5.8 Requires at least: 5.5 Requires PHP: 5.6 Stable Tag: 1.0.7 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.txt A WordPress plugin to allow some posts to have external permalink. == Description == This plugin add "External Link" section to your editor. If your posts are used as news in your site, sometimes a post is titled simply "Our service is promoted in famous web magazine" and just having a single link to PR site. This plugin will add a meta box to save metadata below: 1. External link 2. Open in new window If you set external link, `the_permalink` will be replaced with it. The link in your widget, post archive, and so on will refer to the URL you saved. == Installation == = From Plugin Repository = Click install and activate it. = From Github = See [releases](https://github.com/tarosky/taro-external-permalink/releases). == FAQ == = Where can I get supported? = Please create new ticket on support forum. = How can I contribute? = Create a new [issue](https://github.com/tarosky/taro-external-permalink/issues) or send [pull requests](https://github.com/tarosky/taro-external-permalink/pulls). == Changelog == = 1.0.7 = * Support custom post type. * Fix bug of the content label in single page. = 1.0.0 = * First release.