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

More Link Modifier

説明

A simple plugin that allows you to modify the link that is displayed when you use the <!–more–> feature. Also lets you remove the anchor link to turn off the jumping behaviour. You can also choose to have the more link open in a new window/tab.

You can choose to have just plain text, or also include the post’s title. If you chose to include the title, you can limit the number of characters/words that are displayed in the title. Also allows you to add ellipsis (…) to the title if it has been truncated. All the options can be found in “More Link” tab under “Options” in admin page.

スクリーンショット

  • Screenshot of the admin options page

インストール

  1. Create a directory ‘more-link-modifier’ in the ‘/wp-content/plugins/’ directory
  2. Upload ‘more-link.php’ and ‘more-link-options.php’ into the newly created ‘more-link-modifier’ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Can I include HTML in the ‘Custom Link Text’?

Yes, but only the most basic HTML. The HTML tags that are allowed are:
<img>, <b>, <strong>, <i>, <em> and <u>

How do I include special characters?

Have a look here: Speical HTML Characters
eg. if you want one of those double right angled bracket thingies (right-pointing double angle quotation mark) you would use: &raquo;

I entered something in the ‘Custom Link Text’ field and things have stuffed up. What should I do?

Click on the ‘Reset to WordPress default values’ button and stop trying to break the plugin! (j/k – if you remember what you entered, please email me and I’ll see if I can fix it)

More questions?

Go to: More Link Modifier Page

評価

2件のレビューをすべて表示

貢献者と開発者

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

貢献者

“More Link Modifier” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.0.3

  • Added option to make more links open in new window/tab
  • Allowed img tags so you can have images in you more link

1.0.2

  • Georg Adamsen (http://wordpress.blogos.dk/) has kindly provided a Danish translation for the plugin.
  • There is minimal change to the code of the plugin.
  • New screenshot 🙂

1.0.1

Same as 1.0 (I was still new to svn)

1.0

The initial version of the plugin