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

Quick Post Management

外掛說明

Quick Post Management adds the following links visible to editors at the top/bottom of every page/post enabling one-click quick shortcuts as:

  • Set as draft
  • Set as private/public
  • Close/open comments
  • Close/open trackbacks
  • Move to trash
  • Force delete
  • Convert into page/post
  • Any number of other custom links

If you an editor or moderator on a big site and you often need quickly set post/page as draft or private, this plugin will come pretty handy. It will save you time, as many actions that did require several clicks and significant loading time will now be done with just one click.

For installation please see the corresponding section. It is as trivial as copying the plugin folder in your WordPress.

To get the flavour of what the plugin actually does, see the screen shots.

Once installed and activated, the plugin back-end will be accessible via a separate menu in the admin panel (WP Admin -> Settings -> QPM / Quick Post Management).

Translations

If you want to translate this plugin, please contact the Name.ly team.

For quick translation, you can use Quick Localization plugin.

Recommendations

Check out our other cool and practical plugins:

About Name.ly

Name.ly offers WordPress blogs and many other services allowing to consolidate multiple sites, pages and profiles.

All on catchy domain names, like many.at, brief.ly, sincere.ly, links2.me, thatis.me, of-cour.se, … and hundreds more.

Name.ly/PRO platform allows domain name owners to run similar sites under their own brand.

Name.ly/PRO is most known for being first WordPress driven product allowing reselling emails and sub-domains.

螢幕擷圖

  • Admin page
  • Post page

安裝方式

As easy, as 1-2-3

  1. Upload quick-post-management folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Start using the quick management links, voila!

Usage

Activate the plugin. Settings can be accessed via WP Admin -> Settings -> QPM / Quick Post Management. The rest is done automatically.

常見問題集

How can I change the way the added links look?

You can define it via CSS of qpm class.

E.g., add the following lines into your theme’s style.css:
.qpm {
color: #000000;
}
.qpm a {
color: #E60000;
font-weight: bold;
text-decoration:none;
}
.qpm a:active {
text-decoration:underline;
}
.qpm a:hover {
text-decoration:underline;
}
.qpm a:link {
text-decoration:none;
}
.qpm a:visited {
text-decoration:none;
}

Why is email notification disabled?

You will be able to notify post authors via the email in the coming versions of this plugin.

The functionality is not yet in the code.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

0.0.6

  • Finished translation and added Spanish translation thanks to Maria Ramos

0.0.5

  • Fixed warning generated when WP_DEBUG is set to true

0.0.4

0.0.3

  • Fixed rare case when current_user_can ( "editor" ) was returning false, even for site admins. That was noticed on some localised blogs. Special thank to Jean-Michel Meyer for the tips, help and patience.

0.0.2

  • Added options to enable custom links.

0.0.1

  • Initial version.
  • Created and tested.