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

Mass set Categories

外掛說明

This plugin lists all your posts and displays checkboxes for all your currently registered categories. You can check or uncheck categories and then hit any one of the submit buttons and your posts will be put into the categories you’ve chosen

  • I’ve used this for 200 posts. I dont really know what will happen if you try to change 2000 posts at a time.
  • I am going to try to implement a paging feature so that huge post lists wont crash anything.
  • The compatability i’ve listed simply means it’s what i’ve used it on. This will probly work on any >3 wp version.
  • If it works for you, please click ‘works’ on the right over there. If it doesnt, start a thread on the support tab 🙂

Arbitrary section

Well, this is pretty abitrare.

螢幕擷圖

  • main screen

安裝方式

e.g.

  1. stick it in yer plugins dir.
  2. activate it
  3. go to the menu item on the left and use it.

常見問題集

It’s cool, but can you make it do [this feature]?

Yeah, I prolly can. You can contact me and maybe I’ll do it for free if I have time and think its a good idea. Otherwise, you can hire me to do it.

It dont work

I fixed it, sorry bout that.

Whatcha got in the trunk?

Oh… You don’t wanna look in there.

Lobotomy? Isn’t that for loonies?

Not at all. Friend of mine had one. Designer of the neutron bomb. You ever hear of the neutron bomb? Destroys people – leaves buildings standing. Fits in a suitcase. It’s so small, no one knows it’s there until – BLAMMO. Eyes melt, skin explodes, everybody dead. So immoral, working on the thing can drive you mad. That’s what happened to this friend of mine. So he had a lobotomy. Now he’s well again.

You ever feel as if your mind had started to erode?

[infinite recursion error]

使用者評論

2019 年 1 月 27 日
Thanks for this plugin. It’s a huge timesaver. However, as another user pointed out, it didn’t pre-populate with my existing categories. I dug through the code and realized that you had your DB prefixes hard coded (and my site has custom prefixes.) Here’s the fix, in case you want to update your code. $q = "SELECT $wpdb->terms.'name', $wpdb->terms.'term_id' FROM $wpdb->term_relationships INNER JOIN $wpdb->term_taxonomy ON ($wpdb->term_relationships.'term_taxonomy_id' = $wpdb->term_taxonomy.'term_taxonomy_id') INNER JOIN $wpdb->terms ON ($wpdb->term_taxonomy.'term_id' = $wpdb->terms.'term_id') INNER JOIN $wpdb->posts ON ($wpdb->term_relationships.'object_id' = $wpdb->posts.'ID') WHERE ($wpdb->posts.'ID' = $postid)";
2016 年 9 月 3 日
I wanted to bulk remove my posts from ‘blog’ category. Default WordPress doesn’t allow this, but the plugin did it and saved me hours of manually opening and removing each post individually.
閱讀全部 6 則使用者評論

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

.1

  • My first plugin 🙂