为了向任何页面添加小部件,您需要配置一个动态侧栏。是否有从主页可见的动态侧栏取决于主题。
如果没有,可以使用register_sidebar() 函数中的函数。php文件(http://codex.wordpress.org/Function_Reference/register_sidebar)
然后使用dynamic_sidebar() 功能(http://codex.wordpress.org/Function_Reference/dynamic_sidebar)希望小部件显示在主页上的位置(home.php或index.php)。
然后,您只需要转到后端的外观->小部件,并将小部件添加到新的侧栏中。