我安装了每种类型的小部件,试图找到一个可以与我的 Genesis 主题(wordpress 版本 3.6)一起使用的小部件,但它们都失败了!可能是因为它们是为旧的过时 WordPress 版本创建的。我想在这里为我的网站创建一个具有三栏侧边栏的专业外观网站:
请帮我解决这个问题谢谢!
Assuming you are looking for 3 column widgets in Footer, because Sidebar can't be in footer, this code (add to functions.php
) will add functionality of widgets.
add_theme_support( 'genesis-footer-widgets', 3 );
This will add support for 3-column footer widgets
p.s once again, you haven't given appropriate information in question. And i didnt understand your question completely.