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

Query Loop Exclude Posts

外掛說明

Extends the Query Loop Block to allow excluding specific posts.

  1. Provides controls in the Query Loop Block Select specific posts by title.
  2. Provides a toggle to exclude the current post.

Works with whichever post type is set for the query loop Block (Post, Page, etc)

“Exclude Current Post” is helpful for “related posts” patterns often used on a single
post template. Using this option on the query loop block will let it pull in posts but
not the single post currently being viewed.

Development and Support

wp
This plugin is developed on Github. You can find the uncompressed source javascript and
submit issues and pull requests there:
https://github.com/colinduwe/exclude-posts

If you’ve checked out the full source code either from my repo or your own fork you’ll
want to do the following in your terminal:
1. Navigate within this plugin’s directory.
2. Install the development dependencies by running ‘npm install’
3. Work on the plugin code by running ‘npm start’
4. Complete your work by building for production by running ‘npm run build’

螢幕擷圖

使用者評論

2025 年 2 月 23 日
Yet another feature that should be in the core Query Loop block, but is not. This plugin comes to the rescue! Perfect for excluding posts when an offset isn’t enough or excluding the current post when using the Query Loop block for “latest posts” in the sidebar or footer, for example. Thanks!
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Query Loop Exclude Posts〉的開發相關工作。

參與者

將〈Query Loop Exclude Posts〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.1.0

  • Fixed bug when used in the Site Editor where the exclude current post toggle
    would cause an error resulting in an endlessly spinning loading wheel in the
    query loop.

1.0.0

*initial release