Skip to content

tarosky/taro-external-permalink

Repository files navigation

Taro External Permalink

Tags: notification, news, posts, permalink, url
Contributors: tarosky, Takahashi_Fumiki
Tested up to: 6.6
Requires at least: 5.9
Requires PHP: 5.6
Stable Tag: nightly
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.

FAQ

Where can I get supported?

Please create new ticket on support forum.

How can I contribute?

Create a new issue or send pull requests.

Changelog

1.0.8

  • Drop support for PHP 5.6.
  • Allow PDF and other format on Media Selector.
  • Display notice if no post type is selected.

1.0.7

  • Support custom post type.
  • Fix bug of the content label in single page.

1.0.0

  • First release.