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.
我通过自定义帖子插件创建了一个自定义帖子类型,现在我通过分类创建了新的帖子类型。我的要求是如何在该分类页面中使用小部件逻辑。
我在小部件中使用以下代码进行小部件逻辑,但我无法得到任何结果。
is_tax('branes-range')||is_single()&&(get_post_type()=='products');
这是分类“产品类型”页面,我创建的是在产品自定义帖子下,“branes-range”是分类类型。现在我想在“branes-range”页面中获取小部件逻辑。
使用这个小部件逻辑:
is_tax('your_taxonomy_name', 'your_taxonomy')
这里不需要使用 Post 类型名称。