是否可以在 wordpress 中使用每个 post 的自定义侧边栏?

Is it possible to use a custom sidebar per post in wordpress?

是否可以在 Wordpress 中使用每个 post 的自定义边栏而不将其编码到模板中?

我尝试使用 Flexible Posts Widget 插件,但它无法正常工作。

如果该边栏尚不存在,您需要 register_sidebar(), 然后到特定模板中的 get_sidebar( string $name = null )。 但是如果相同的侧边栏出现在其他页面上,并且您只需要限制每个 post 特定小部件的可见性, 尝试使用与小部件可见性相关的插件,即 https://wordpress.org/plugins/widget-visibility-without-jetpack/ 要么 https://wordpress.org/plugins/widget-visibility/ 确定什么更适合您的需求。 您将获得每个小部件的 "visibility" 按钮,然后您可以设置显示哪个 post。