このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Media Post Permalink

説明

When Any media is uploaded in WordPress, by default wordpress creates the attachment(post) against it and set it’s permalink using the post name (media name).

This plugin helps:

  • To add some prefix in all the Media/Attachments when you added/updated it.
  • To add some suffix in all the Media/Attachments when you added/updated it.
  • To add both prefix as well as suffix in all the Media/Attachments when you added/updated it.
  • Remove Parent Post (Parent Post adds it’s permalink in the Media Permalink so, by this feature, None of the media would contains it’s parent post).
  • Make the Permalinks User Friendly.

Advantages:

  • Adding prefix/suffix or both would help you to distinguish your attachment posts from the other posts.
  • Your Media doesn’t reserve any permalink. Like, if you upload the image named services.png so, services permalink reserved by the Media/Attachment Post. By using this plugin, it won’t happen anymore.
  • Your Permalinks would be user Friendly. Underscore doesn’t be allowed anymore.

You can define your own prefix and suffix from the settings page. By default, they are empty(Null). You can also choose whether you want to remove the Parent Post or not and whether you want the user-friendly Permalink or not.

インストール

The easiest way to install the plugin is to use the WP built-in menu for finding and installing new plugins directly from the WordPress repositories.

If you need to install this using FTP or SFTP, you should follow these steps:

  1. Upload media-post-permalink to the /wp-content/plugins/ directory using your favorite FTP client.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Apply the settings as per your requirements.
  4. That’s it.

FAQ

Installation Instructions

The easiest way to install the plugin is to use the WP built-in menu for finding and installing new plugins directly from the WordPress repositories.

If you need to install this using FTP or SFTP, you should follow these steps:

  1. Upload media-post-permalink to the /wp-content/plugins/ directory using your favorite FTP client.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Apply the settings as per your requirements.
  4. That’s it.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Media Post Permalink はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Media Post Permalink” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.1

  • This is a fully functional version based on the idea of minimum viable product.