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.
假设我能够获取特定小部件的“widget_id”。然后我怎样才能渲染/显示那个wiget
e.g. show_widget($widget_id);
详细信息:我希望能够将小部件添加到侧边栏(使用外观 -> 小部件)。然后以编程方式,我希望能够在该侧边栏中获取该小部件并显示它。
有没有办法我可以做到这一点?
您可以使用the_widget
the_widget
http://codex.wordpress.org/Function_Reference/the_widget
您将需要小部件类名称,而不是 widget_id