我已经搜索了很多选项,如has\\u category、in\\u category、get\\u the\\u category,但我无法让它们工作
这是我的粘贴盒
http://pastebin.com/Zi7auvtv
我希望此代码仅在帖子属于“destaque”类别时运行
我没有尝试pastebin代码以避免混淆
我的一些尝试:
if (in_category(\'destaque\')) {
echo \'The content\';
}
OR
if (has_category(\'destaque\')) {
echo \'The content\';
}
But nothing work
等等,尝试了很多复杂的东西,但没有成功
有什么想法吗?
谢谢