這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Decategorizer

外掛說明

THIS PLUGIN IS NOW OBSOLETE,PLEASE SWITCH TO
‘WP NO CATEGORY BASE’
PLUGIN

Go to http://skyphe.org/code/wordpress/decategorizer/ for the
explanation, thanks!

“Decategorizer” will remove the category base from your category
links, and turn your category URLs from something like
“http://yourdomain/category/news/” to “http://yourdomain/news/”.

Features:

301 redirection for old category links added automatically;
works with most permalink structures (please e-mail me or leave
a comment on plugin’s site if it doesn’t work for you);
you can safely use variables in your category URLs
(http://yourdomain/news/?var=val);
sitemap plugins compatible;
it works with multiple subcategory links
(http://yourdomain/categoryname/subcategoryname/subsubcategoryname/)

“Decategorizer” needs John Godley’s
‘Redirection’
plugin to work and it will disable itself if Redirection is
not installed.
Redirection version 2.x. is recommended (Last tested with v2.1.9)

More info

To see the end result before you decide to install, please
visit wordpress.skyphe.org and
browse around. You’ll notice that no url contains “category” and still
everything works just fine.

I don’t think I’ve ever written a readme before. Is it full of
spelling and grammar errors? Too long? I suck at explaining how things
work? Drop me an e-mail if something’s bugging you about this text 🙂

Plans for the next version?

(modified on February 10th 2009 at 11:36PM)

Make it a “Redirection” extending class – does that make any sense?
Probably.

Or maybe move from “Redirection” completely and just write the values
to the .htaccess file?

Leave a comment here (WordPress forums) or on my site, or send me an
e-mail if you would like to see something added to the plugin.

Thanks for reading this 🙂

安裝方式

  1. Place the whole ‘decategorizer’ folder into your wordpress’
    installation folder, under ‘wp-content\plugins’.
  2. Go to WordPress administration->plugins page and make sure that
    the plugin’s name (Decategorizer) is on the list, but do not
    activate it just yet.
  3. Install Urban Giraffe’s Redirection plugin the same way,
    if you haven’t already done so.
  4. Activate ‘Redirection’ plugin.
  5. If you haven’t had Redirection installed and used before now,
    go to Redirection plugin’s options page so its database tables
    can be created.
  6. Go back to the plugin management page and activate Decategorizer.
  7. You’re done.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Decategorizer〉的開發相關工作。

參與者

將〈Decategorizer〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.7.1.1

  • june 2nd 2009
  • small bugfix for subfolder installations

0.7.1

  • may 30th 2009
  • additional options on the permalink settings page in admin.
  • now you can create a list of paths which will be ignored by the
    paging redirection (thanks Travis!) => WORDPRESS 2.7 AND UP ONLY

0.6.3

  • may 17th 2009
  • fixed a bug with 301 redirections not respecting the user added
    text string at the beginning of permalink structure

0.6.2.3

  • may 17th 2009
  • minor code corrections
  • informational messages are no longer echoed, but saved to a log file
    to prevent headers already sent errors on add/edit post/category

0.6.2

  • may 14th 2009
  • i might have broken a few sites with that 0.6 version, so i’ll
    just apologize preemptively – sorry! 😐
  • version 0.6.2 is what version 0.6 was supposed to be
  • big thanks goes to westi for explaining the event sequence of
    “update_option_permalink_structure” hook

0.6

  • may 11th 2009
  • fixed a bunch of bugs
  • plugin now correctly updates the redirections when permalink
    structure is updated, or deletes them when structure is empty
  • plugin now deletes the data it has created when it is deactivated
  • added support for custom strings in permalink structures,
    for example /articles/%postname%.html (thanks Dominic!).
  • i’ll be releasing another update soon – you’ll be able to
    choose whether you want the trailing slash or not in your
    permalinks, and also some other yum things.

0.5.4.3

  • february 20th 2009
  • fixed the failing feed redirections for some permalink structures
    (thanks Ray!)
  • better description and tags in readme for Sphinx 🙂

0.5.4.2

  • february 17th 2009
  • added exceptions if is_admin() or is_search()

0.5.4

  • february 14th 2009
  • had to change the redirection regexes again, to make it possible
    for urls like /categoryname/subcategoryname/?var=value (thanks T4L!)

0.5.3.2

  • february 13th 2009
  • changed redirection form from /cat_name/$ to
    ^/(optional subfolder install)/cat_name/$, so if the install is in a
    subfolder (eg. http://domain.com/wordpress), that subfolder is now
    included in all redirections, just to make it failsafe.
  • fixed failing home pagination in some cases (/HOME/page/2/) when
    wordpress is installed in a subdirectory.

0.5.3.1

  • february 12th 2009
    fixed the randomly appearing slash at the end of category list when
    using ‘wp_list_categories’ function to print it

0.5.3

  • february 10th 2009
  • changed category redirections into regexes and added $ (end of string)
    at the end of expressions to make sure it parses category URLs only.
  • also tested with wordpress MU 2.7 (and Redirection 2.1.7) and everything
    seems to work just fine 🙂

0.5.2

  • october 31st 2008
  • minor code changes

0.5.1

  • october 30th 2008
  • static homepage pagination
  • static posts page pagination fixed
  • 301 redirection for paginated category/tag archives with slugs including category_base

0.5

  • october 26th 2008
  • Plugin will now automatically disable itself if “Redirection” is
    not installed/activated.
  • Added notifications on top of the admin screens.
  • Added 301 redirection for old permalinks containing /category_base/
    (thanks Utilaje!).
  • Added support for permalinks without trailing slash (thanks PH!).
  • Redirections are now added when the plugin is activated, and on a
    few other occasions (see bottom of plugin file for all the hooks).
  • Plugin no longer runs on each and every pageload. Hooray 🙂

0.4

  • plugin now checks if redirection tables exist (d’oh) before
    starting to work. It also checks whether adding redirections is
    actually needed (if you have no child categories, for example).
    -> removed in 0.5 for compatibility reasons (‘/%postname%’ permalinks).

0.3

  • added automatic creation of redirection rules.
    PLEASE NOTE: Although I’ve been testing the plugin for the past
    two hours, do try it at home first.
    REMINDER TO SELF: addslashes(), INSERT, save your sanity…

0.2.1

  • instead of setting back category_base to its default value,
    the current value is used, so one’s permalinks don’t get broken if
    they decide to deactivate the plugin. Sorry for that, current users :/
    Please check your ‘category_base’ value.

0.2

  • added the filter to ‘category_link’ as well. No more
    “/category/” in links when using “Google XML Sitemaps” and “Dagon
    Design Sitemap Generator” plugins 🙂