我在菜单中的自定义字段中遇到问题,如果未选择图像,我想显示默认图像
注意:我想知道不在 php 页面文件中的 funtions.php 方法。
这是我的代码。
if ($image) {
$item->title .= '<div class="thumb wrapme "><img src="' . $image['url'] . '" alt="' . $image['alt'] . '" /></div>';
}else{
$item->title .= 'This Should show up in relevent menu not in all';
}
否则无法正常工作
它向所有错误的菜单项显示。
摇曳的蔷薇