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

sCategory Permalink

説明

Permalink option of WordPress %category% has one great limitation –
when this option is selected, WordPress uses category with lowest ID for
permalink generation. This plugin is intented to bypass WordPress permalinks
limitation and allows you to select category for permalink generation.

Support

If you have any suggestions, found a bug, or just wanted to say “thank
you”,– feel free to email me kpumuk@kpumuk.info.
Promise, I will answer every email I received.

If you want to contribute your code, see the Development section under
the Other Notes tab.

Development

Sources of this plugin are available both in SVN and Git:

Feel free to check them out, make your changes and send me patches.
Promise, I will apply every patch (of course, if they add a value to the
product). Email for patches, suggestions, or bug reports:
kpumuk@kpumuk.info.

スクリーンショット

  • Write Post page with sCategory Permalink enabled.

インストール

  1. Download and unpack plugin files to the wp-content/plugins/scategory-permalink
    directory.
  2. Enable sCategory Permalink plugin on your Plugins page in
    Site Admin.
  3. Go to the Options/Permalinks page in Site Admin and use %scategory%
    option in Custom text field (you can look here
    for other options). For example you could use /%scategory%/%postname%/.
  4. When you move your mouse over category in Categories box the
    Primary link will appear on the right. Click it to set the category
    which will be used to generate permalinks. It will be highlighted
    with bold.

Upgrade

  1. Download and unpack plugin files to the wp-content/plugins/scategory-permalink
    directory.
  2. Go to the Options/Permalinks page in Site Admin and click Save Changes
    to re-generate permalinks.
  3. When you move your mouse over category in Categories box the
    Primary link will appear on the right. Click it to set the category
    which will be used to generate permalinks. It will be highlighted
    with bold.

FAQ

Every page on my site respond with 404 error

Go to Options/Permalinks page in Site Admin and click Save Changes to
re-generate permalinks.

First category is used for permalinks instead of selected

Check the permalinks structure you used (Options/Permalinks). You should
use %scategory% instead of %category%.

I love this plugin. How to do a favor to the author?

Just vote for this plugin on WordPress.org.
And thank you!

評価

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

貢献者と開発者

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

貢献者

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

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

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

変更履歴

0.6.2 (July 30, 2009)

  • Nothing really changed. Just to force WordPress to update version.

0.6.1 (July 30, 2009)

  • Fixed blank page when post edit page requested.
  • Fixed “Primary” link appear on all sub-categories, when category selected.

0.6.0 (July 30, 2009)

  • Client side script completely rewritten. New visual look and better
    usability (thanks to Nikolay Kolev).

0.5.0 (July 28, 2009)

  • Fixed problem with Subscribe2 plugin (thanks to Paul Wagorn).
  • Performance improvement (update meta tags only once per save).

0.4.0 (July 21, 2009)

  • Fixed not-found bug when /%year%/%scategory%/%posttitle% permalink used.
  • Fixed not-found bug when paged comments enabled (/comment-page-N).
  • JavaScript rewritten using jQuery library.

0.3.0 (April 4, 2008)

  • Fixed bug when pages was not found in WordPress 2.5.

v0.2.2 (May 20, 2007)

  • Sometimes radio buttons was not displayed (thanks to Vince Caughley and Sam Keen).