Linux 软件免费装

Postqueue

开发者 palasthotel
edwardbock
janame
janaeggebrecht
更新时间 2026年8月5日 20:10
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0.2
版权: GPL-3.0-or-later
版权网址: 版权信息

标签

gutenberg loop queue curated order posts

下载

1.4.2 1.5.0 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.1.2 1.1.5 1.1.6 1.2.0 1.2.1 1.2.2 1.2.4 1.0 1.1.4 1.3.0 1.3.1 1.4.0 1.4.1 1.0.2 2.0.0 2.1.0 2.1.1 1.0.1 1.5.1

详情介绍:

Sometimes you cannot use any parameter to order your desired post order but have to do this order by hand. Postqueue allows you to do that. This Plugin provides a new Box for Grid.

安装:

  1. Upload postqueue-wordpress.zip to the /wp-content/plugins/ directory
  2. Extract the Plugin to a postqueue Folder
  3. 通过 WordPress 的的“Plugins”菜单激活插件

升级注意事项:

Move theme template from theme/postqueue.php to theme/plugin-parts/postqueue.tpl.php

常见问题:

Where do I add a post to a queue?

In the block editor, in the document sidebar next to the other post settings - the same place the permalink and the categories live. It behaves like the category panel: ticking a queue marks the post as changed, and the change is written when you save or update the post. Nothing is sent while you are still clicking. You can create a queue right there too, the way you add a category: the Add new postqueue link opens a name field. Creating happens immediately - only the assignment waits for the post to be saved. A search field appears once there are more than eight queues, filterable with postqueue_panel_search_threshold. The classic editor keeps the meta box it always had. Only one of the two appears, never both.

Where do I manage the queues themselves?

Under Tools → Postqueues. The overview is the same kind of table WordPress uses for posts and pages, with a search box, sortable columns and bulk deletion, and a form next to it for adding one. Opening a queue shows its posts in order. Inside a queue you can reorder by dragging, or with the Move up and Move down buttons - those also work from the keyboard. The order is applied when you press Save; leaving the page with unsaved changes asks first.

How do I output a queue with blocks?

Insert the Postqueue block. It is a variation of the core Query Loop, so it comes with the same pagination, layout options and Post Template inner blocks as any other loop - pick a queue in the block sidebar instead of a category. The posts appear in the order the queue defines, and an empty queue outputs nothing rather than everything. The [postqueue] shortcode and the theme templates still work as before: [postqueue slug="my-queue" viewmode="" offset="0" limit="-1"]. Only slug is required; viewmode is one of the view modes registered with postqueue_viewmodes, offset skips that many posts, and limit caps how many are shown (-1 for all).

更新日志:

2.1.1 Bug Fixes 2.1.0 Features 2.0.0 ⚠ BREAKING CHANGES 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.1 1.3.0 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.2.0 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0