- //向菜单中添加分类自定义值
- function be_header_menu_desc( $item_output, $item, $depth, $args ) {
- if( 'header-menu' == $args->theme_location && get_option('thumb-'.$item->object_id) )
- $item_output = str_replace( $args->link_before . '</a>', '<img src="'.get_option('thumb-'.$item->object_id).'" alt="'.$item->title.'">'.$args->link_before.'</a>', $item_output );
- return $item_output;
- }
- add_filter( 'walker_nav_menu_start_el', 'be_header_menu_desc', 10, 4 );
WordPress向菜单中添加分类缩略图
标签:
如需转载,请注明出处:https://salongweb.com/wordpress-menu-category-thumb.html
加载中…
移除 WooCommerce 商城插件中我的帐户相关页面
WordPress批量替换自定义域名称
WordPress使用WP-Cron函数定时执行任务
让SI CAPTCHA Anti-Spam插件支持WooCommerce注册表单验证码
Woocommerce+Buddypress+Bbpress商城社区论坛头像本地化
WordPress 主题 Slearn Pro 课程插件之编辑文章时创建和选择课时
WordPress添加 span 标签到分类目录和文章归档文章数量上
WordPress 判断是否在循环中的函数 in_the_loop
龙霄(LongXiao)WordPress 主题:后端专属企业级功能全景解析
WordPress 功能函数—— addslashes_gpc(添加斜杠以转义字符串)
WordPress强大好用的分页插件WP-PageNavi使用
WordPress网站统计相关信息使用大全
加载中…