gpt4 book ai didi

php - 在获取正确的小部件区域显示时遇到问题

转载 作者:行者123 更新时间:2023-11-28 11:49:27 25 4
gpt4 key购买 nike

我可能错过了一些东西,但我一直在努力找出什么,但我没有运气。我在我的 wordpress 网站上添加了一个新的页面模板,创建了一个新的小部件区域(这是必需的,因为这是原始设计者构建网站的方式)。但是,该页面似乎正在从另一个小部件区域调用内容。有问题的页面是 http://www.haylockpittman.co.uk/builders-painters-decorators-and-refurbishment-contractors-surrey/它似乎在调用小部件区域“New Paint”,尽管调用“paint surrey”的代码包含小部件区域的正确文本。请注意,小部件区域基本上位于页面的下半部分。

我希望有人能够帮助我解决这个问题。

谢谢

最佳答案

As you have created a separate sidebar, now you must be seeing that in your admin panel.

So just add the widgets you want to appear in the sidebar.

Next go to your sidebar.php page, there you cana put a condition i.e. for the products page

If your products page is a separate template then use the name of the file i.e.

if ( is_page_template('your-template.php') ) {
register_sidebr('name of the sidebar');
} else {
register_sidebr('name of the sidebar');
}

关于php - 在获取正确的小部件区域显示时遇到问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20365363/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com