Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在管理端页面或发布活动/停用以便前端显示或不显示在 wordpress 中?
您可以将 WP 中任何页面或博客文章的状态更改为“草稿”。然后它对普通访客消失。
您可以根据特定页面、帖子 ID 进行检查,将页面设置为草稿不是最好的方法。您可以在 header.php 文件中检查页面 url 如果该特定页面或帖子 ID 进入 url,那么将自动重定向到主页或您想要的页面。
其次,您还可以制作一个菜单,您不会在菜单中显示页面。