
內容簡介
未公開意味著您的文章 / 頁面不會在搜索結果或網站的任何其他地方顯示。只有那些擁有文章鏈接的人可以像網站上的任何正常文章一樣查看它。
這篇文章仍然可以被任何人看到,但只有他們猜到鏈接時才可以!
該插件直接更新 WordPress 的 WP_Query 類中的 MySQL 查詢,以略過用戶未列出的文章。由於這修改了核心 WP_Query,因此它也很好地與所有使用 WP_Query 從數據庫中提取文章/頁面的外掛相容,例如文章滑塊外掛、 Ultimate Addon for Beaver Builder 中的 Advanced Posts 等等。
支持和持續開發
需要幫助嗎?有問題要報告嗎?通過 GitHub 與我們聯繫。
插件的限制
WP_Query 有一個“Suppress”標誌以過濾器。如果任何插件在查詢文章時使用此標誌,則未列出的文章將不會在該插件的輸出中隱藏。
同樣地,如果任何插件使用自定義的 MySQL 查詢,那麼未列出的文章將不會從其輸出中隱藏。
外掛標籤
開發者團隊
原文外掛簡介
Unlisted means your post/page will not come up in search results or on anywhere else on your site. Only those who have the link of the post can view it just like any normal post on the site.
The Post could still be seen by anyone, but only if they guess the link!
The plugin updates MySQL query directly in WP_Query class of WordPress to leave out the posts which are unlisted by the user. As this modifies the core WP_Query, this also works very well with all the plugins which pull out posts/pages from database by using WP_Query, For eg. Posts slider plugins, Advanced Posts in Ultimate Addon for Beaver Builder etc.
Try it out on a free dummy site
Supported & Actively Developed
Need help with something? Have an issue to report? Get in touch. with us on GitHub.
Limitations Of the Plugin
WP_Query has an a flag to ‘Suppress’ the filters. If any plugin is using this flag when querying the posts then the unlisted post will not be hidden in that plugin’s output.
Similarly if any plugin is using a custom MySQL query, then the unlisted posts will not be hidden from it’s output.
