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

Improved Save Button

描述

This plugin adds a new and improved “Save” button to the Post Edit screen that, in a single click, saves the current post and immediately takes you to your next action.

(WordPress 5 info: see below for particularities for WordPress 5.)

The following actions are available:

  • Save and New: in a single click, saves the current post and goes to New Post Screen.
  • Save and Duplicate: saves the post, duplicates it and goes to this new post’s Edit Screen.
  • Save and List (a.k.a. Save and Close): saves the post and goes to the Posts List.
  • Save and Return: saves the post and returns you to the page where you were just before (no matter which page).
  • Save and Next: saves the post and goes to the next post’s Edit Screen.
  • Save and Previous: saves the post and goes to the previous post’s Edit Screen.
  • Save and View (same or new window): saves the post and goes to the post’s frontend page. Can show the post in the same window or in a new one.

This plugin saves you a lot of time when you have multiple posts, pages or custom posts to create or modify!

Works with pages, posts and custom post types!

Through the plugin’s settings page, you can choose which actions to show and which one to use as the button’s default action.

WordPress 5 info
The plugin technically works with WordPress 5, but it doesn’t work with the new Gutenberg editor, which is the default editor for WordPress 5. You have to disable the Gutenberg editor to use this plugin.

Want to help translate?
This plugin now uses the WordPress Translation Service for translations. Please visit the plugin’s page to submit your translation!

螢幕截圖

  • The new button
  • The down arrow reveals all the possible actions
  • The settings page

安裝

  1. Download Improved Save Button.
  2. Upload the ‘improved-save-button’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
  3. Activate Improved Save Button from your Plugins page.

WordPress 5 warning: this plugin doesn’t work with the new Gutenberg editor, which is the default editor for WordPress 5. You have to disable the Gutenberg editor to use this plugin.

Extra

Visit ‘Settings > Improved Save Button’ to adjust the configuration to your needs.

評價

2020年6月15日
This should be core part of Wordpress. Several of my clients were distressed when it looked like this plugin was abaondoned. So relieved to have it updated recently.
2019年7月5日
Still works on WP 5.2.2, also works on custom post types that use /edit layout (e.g. Woocommerce products). You saved me many hours of just watching the backend reload 😀
2018年9月3日
How do I donate to it? The developers website doesn't seem to active.
2018年8月28日
My admin side is a bit laggy during the development phase, so I often Save in one browser tab while I modify in another and it was aggravating to always have to pop back to the first tab just to switch screens to go back to the list of items, or worse, have to go to the next item, and have to make two selections. Now, with a simple click - POOF! - I'm where I need to be. I came from Joomla where this simple, glaringly-necessary option was a part of core and was shockingly dismayed that WordPress did not include it. Big kudos to the Dev for providing this plugin!
2018年1月18日
Helps a lot. Many options for customisation. I usually utilise the save and go to list option.
閱讀全部25個評價

貢獻者及開發者

“Improved Save Button” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Improved Save Button 外掛目前已有 5 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Improved Save Button 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.2.1

Release Date: February 22, 2017

  • Bug fix: “Save and next/previous” actions were skipping posts when multiple posts had the exact same date (which happens when batch importing posts).

1.2

Release Date: August 27, 2016

  • New action: A “Save and Return” action was added! This action redirects you to the page where you were before (no matter the page).
  • New action: A “Save and Duplicate” action was added! This action duplicates the current post and redirects you to this new post’s Edit Screen.
  • Languages: for translators, contexts were added to strings. Also, all translation files were removed from the plugin and moved to the plugin’s project on WordPress Translation Service.
  • Some text updates and minor improvements.

1.1.1

Release Date: June 25, 2016

  • Misc: code updated to allow WordPress Translation service (text domain changed to the plugin’s slug)
  • Languages: added fr_CA and fr_BE languages

1.1

Release Date: October 17, 2015

  • New action: As requested, a “Save and View” action was added! This action shows the post’s frontend page after the save. Two behaviors are available: show in the same window or show in a new window.
  • Enhancement: A title attribute on the ‘Save and next/previous’ action now shows the name of the next/previous post.
  • Enhancement: A big part of the code was rewritten to ease the addition of future new actions (no documentation yet, but you can develop plugins that add new actions, look in the code if interested!).
  • Some bug fixes, including one with required fields of ACF.

1.0.2

Release Date: August 13, 2015

  • Misc: Changed the title of the settings page from h2 to h1, like other settings pages in WordPress 4.3

1.0.1

Release Date: April 30, 2015

  • Enhancement: Post Edit Spinner: Up to date with WordPress 4.2 behavior.
  • Enhancement: WordPress 4.2’s new “removable query args” is now used.
  • Bug Fix: The “1 post updated” message was not always shown after a “Save and list”.
  • Misc: Checked for add_query_arg() XSS attack possibility.

1.0

Release date: February 19, 2015

Initial version