Linux 软件免费装
Banner图

Customize Posts

开发者 xwp
westonruter
valendesigns
sayedwp
utkarshpatel.
更新时间 2017年11月14日 11:37
PHP版本: 4.7.0 及以上
WordPress版本: 4.9.0
版权: GPLv2 or later
版权网址: 版权信息

标签

preview posts editor customizer customize postmeta featured-image page-template

下载

0.6.0 0.6.1 0.7.0 0.8.0 0.8.1 0.8.2 0.8.4 0.8.5 0.8.6 0.8.7 0.9.0 0.9.1 0.2.1 0.2.2 0.2.3 0.2.4 0.3.0 0.4.0 0.4.1 0.4.2 0.5.0 0.8.3

详情介绍:

This is a feature plugin intended to implement #34923: Introduce basic content authorship in the Customizer. The goal for this plugin is to be able to expose the editing of posts and pages in the Customizer, allowing you to edit post data and postmeta for any number of posts, and preview the changes before saving them for others to see. This plugin was birthed out of the Widget Customizer feature-as-plugin project which was merged into WordPress Core: as widgets (in 3.9) and nav menus (4.3) can now be managed in the Customizer, so too should posts and pages be editable in the Customizer as well. Did you know that changing the featured image actually makes the change live even before you save the post? This is very surprising/unexpected behavior. The only way to truly preview a change to a featured image is to use something like Customize Posts. Likewise, did you know that changing a page template cannot be previewed from the post editor? When you change the selected page template, the change will not show up when you preview the page (see #11049). However, in Customize Posts you can preview changes to the page template just by changing the dropdown selection, and then you can see what your page would look like with the new template after the preview refreshes. Most other changes to metaboxes containing data that gets saved to custom fields (postmeta) also get written when clicking the Preview button. The Customize Posts plugin provides a framework to edit postmeta in the Customizer with a live preview of the changes. (Fixing this underlying issue of incorrectly persisting postmeta when doing a preview is captured in #20299.) As much as possible, the previewing of changes in Customize Posts utilizes the selective refresh capabilities introduced in WordPress 4.5. Not only does this mean it is faster to preview changes to posts and postmeta, but it also allows you to shift-click on an element to focus on the corresponding control in the Customizer pane. For example you can shift-click on the post title in the preview to focus on the post title control's input field, or shift-click on a featured image to focus on the control's button to open the media library. Development of this plugin is done on GitHub. Pull requests welcome. Please see issues reported there before going to the plugin forum. (This Customize Posts plugin is not to be confused with 10up's Post Customizer.) Demo Videos The following are listed in reverse chronological order. The first, more recent videos, show more polish. [2016-04-28] New features in 0.5.0. [youtube https://www.youtube.com/watch?v=2NXh-1_eUqI] [2016-03-28] Previewing post from Post Edit screen. [youtube https://www.youtube.com/watch?v=Q62nav1k4gY] [2016-03-05] Opening a draft post in the Customizer to preview title wrapping. [youtube https://www.youtube.com/watch?v=sXu2pA42J88] [2016-03-04] Demo featuring the WP visual rich text editor (TinyMCE), including the insertion of images from the media library. Post content can be edited in the Customizer and previewed in multiple contexts. For example, this allows you to preview how a Read More tag will appear when the post appears on a post list page, and you can navigate to the single post to continue previewing subsequent paragraphs. You can expand the editor into a full-screen mode to focus on writing and then quickly preview the changes on the site by toggling the editor. You can make changes to as many posts as you want, but none of the changes will go live until you hit Save & Publish: everything is previewed so there is no “save and surprise”. [youtube https://www.youtube.com/watch?v=QJsEl0gd7dk] [2016-03-03] Demonstration of integration with Customize Setting Validation (#34893) to gracefully handle failures to save due to post locking and concurrent user editing: [youtube https://www.youtube.com/watch?v=OUwwTt6FtlQ] [2016-03-01] Demonstration of hooking into edit post links so that they actually work in the Customizer and expand the section to edit the given post (as opposed to the link doing nothing at all when clicked), as well as shift-clicking on the title and content (needs better discovery UI, see #27403): [youtube https://www.youtube.com/watch?v=nYfph3NbNCc]

屏幕截图:

  • [0.7.0] Select2 dropdown in a post type's panel allows all posts of that type to be searched, including trashes. Selecting a post here causes its section to be added and expanded, with the preview then navigating to the URL for that post.
  • [0.7.0] Post status control is now accompanied by a post date control. A Move to Trash link also appears with the status control.
  • [0.7.0] Selecting a future date switches status form published to scheduled, and a countdown for when the post will be scheduled is available along with the timezone information.
  • [0.7.0] Clicking the date reset link causes the setting's date to be emptied, with the control's inputs then receiving the current date/time as placeholders which update each minute to correspond to the current date/time.
  • [0.8.0] Integration with dropdown-pages controls. Buttons to add and edit posts appear next to the page on front and page for posts controls.
  • [0.8.0] Edit post button appears in nav menu items that link to a post or page.
  • [0.8.0] Post parent and basic menu order control.

更新日志:

[0.9.1] - [2017-11-13] Fix saving of postmeta in scheduled changesets. See #375. [0.9.0] - [2017-11-11] See issues and PRs in milestone and full release commit log. [0.8.7] - [2017-08-03] See issues and PRs in milestone and full release commit log. [0.8.6] - [2017-06-08] See issues and PRs in milestone and full release commit log. Props Weston Ruter (@westonruter), Sayed Taqui (@sayedtaqui), Utkarsh Patel (@PatelUtkarsh), Jeffrey Paul (@jeffpaul), Zlatko Zlatev (@entr). [0.8.5] - 2017-01-03 See issues and PRs in milestone and full release commit log. [0.8.4] - 2016-12-03 See issues and PRs in milestone and full release commit log. [0.8.3] - 2016-11-24 See issues and PRs in milestone and full release commit log. Props Weston Ruter (@westonruter), Sayed Taqui (@sayedwp), Utkarsh Patel (@PatelUtkarsh). [0.8.2] - 2016-10-03 Props Weston Ruter (@westonruter), Utkarsh Patel (@PatelUtkarsh). See issues and PRs in milestone and full release commit log. [0.8.1] - 2016-09-23 Fixed compatibility with Safari in the wp.customize.Posts.getCurrentTime() method. See #293. Props Piotr Delawski (@delawski). [0.8.0] - 2016-09-22 Added: Changed: Fixed: Removed: See issues and PRs in milestone and full release commit log Props: Weston Ruter (@westonruter), Sayed Taqui (@sayedwp), Sunny Ratilal (@sunnyratilal), Ryan Kienstra (@kienstra), Eduard Maghakyan (@EduardMaghakyan). [0.7.0] - 2016-08-06 Added: Fixed: See full commit log: 0.6.1...0.7.0 Issues in milestone: milestone:0.7.0 Props: Weston Ruter (@westonruter), John Regan (@johnregan3), Sayed Taqui (@sayedwp), Utkarsh Patel (@PatelUtkarsh), Luke Gedeon (@lgedeon), Ahmad Awais (@ahmadawais), Derek Herman (@valendesigns), Piotr Delawski (@delawski) [0.6.1] - 2016-06-16 See full commit log: 0.6.0...0.6.1 Issues in milestone: milestone:0.6.1 Props: Weston Ruter (@westonruter), Derek Herman (@valendesigns) 0.6.0 - 2016-06-02 Added: Fixed: See full commit log: 0.5.0...0.6.0 Issues in milestone: milestone:0.6 Props: Weston Ruter (@westonruter), Derek Herman (@valendesigns), Philip Ingram (@pingram3541), Daniel Bachhuber (@danielbachhuber), Stuart Shields (@stuartshields) 0.5.0 - 2016-04-27 Added: Fixed: See v0.5 release post on Make XWP. See full commit log: 0.4.2...0.5.0 Issues in milestone: milestone:0.5 Props: Weston Ruter (@westonruter), Derek Herman (@valendesigns), Luke Carbis (@lukecarbis), Mike Crantea (@mehigh), Stuart Shields (@stuartshields) 0.4.2 - 2016-03-30 Restore stylesheet erroneously deleted during grunt deploy. 0.4.1 [YANKED] 0.4.0 - 2016-03-29 0.3.0 - 2016-03-08 0.2.4 - 2016-01-06 Remove shim that implemented the customize_save_response filter which was introduced in 4.2. The shim used a slightly different filter name and broke insertion of nav menu items in the Customizer. 0.2.3 - 2015-01-09 Change method for registering scripts/styles to fix conflict w/ Jetpack. PR #26 0.2.2 - 2014-12-12 Add compatibility with WordPress 4.1 now that the Customizer has a proper JS API. 0.2.1 - 2014-09-22 Supply missing selected attribute on post_status dropdown. 0.2.0 - 2014-09-17 Initial release on WordPress.org. Key new features: