苏醒 苏醒
  • 首页
  • WP主题
  • WP插件
  • WP教程
  • 是日一记
  • 博客
    • 留言
    • 唠叨
    • 盆友圈
    • 栏目推荐

suxing

管理员
每天清晨有多少双眼睛睁开,有多少人的意识苏醒过来,便有多少个世界。
IP归属地: 广东
文章
216
评论
236
suxing
2015-05-08 12:22:48 广东

wordpress 4.2顶部”显示选项”无法打开解决办法

文章字数:468
阅读时间: 2 分钟
智能摘要 DeepSeek
After updating WordPress to version 4.2, users encountered an issue where the top menu could not be opened. The problem stemmed from the display options in the WordPress后台菜单设置,右上角的"显示选项"菜单无法下拉。 The solution involves modifying the functions.php file with a custom function to remove help tabs, as explained by a workaround provided by a developer named 方总 on his blog.

wordpress 4.2顶部

 

 

WordPress4.2版本更新后..相信大家都发现顶部菜单无法打开..

前几天,有不少朋友问苏醒..

位于WordPress后台【外观】-【菜单】中,右上角的【显示选项】无法下拉。开始我还以为我刚更新的traveler主题哪里出问题了。。

今天,群里的大神方总找到了顶部菜单无法打开的问题所在,并给出了解决方式。

说直观点就是关掉显示选项旁边的帮助选项卡即可(4.2以上版本的\wp-admin\nav-menus.php文件有问题)

将下面代码放在主题的functions.php文件之前任意位置即可。

function Uazoh_remove_help_tabs($old_help, $screen_id, $screen){
    $screen->remove_help_tabs();
    return $old_help;
}
add_filter('contextual_help', 'Uazoh_remove_help_tabs', 10, 3 );

以上代码转自:方总http://www.uazoh.com/archives/1700.html

  • WordPress 教程
  • WordPress4.2顶部菜单无法打开
  • 显示选项无法下拉
  • 显示选项无法打开
等 人表示很赞
6,226
0

评论

空空如也
suxing
suxing
2015-02-24 19:43:10 广东

推荐 WordPress实现文章按修改时间排序

智能摘要 DeepSeek WordPress默认按发布时间排序,但按修改时间排序更合理,尤其需要频繁修改内容时。在首页最新文章中,使用`orderby=mo ...
  • WordPress 教程
  • WordPress按修改时间排序
  • wordpress教程
  • 修改时间排序
9,490 4
suxing
suxing
2014-10-02 16:21:49 广东

推荐 在WordPress中插入表格

智能摘要 DeepSeek 在WordPress中使用vfilm主题时,插入表格无法显示的问题可以通过以下步骤解决: 1. 在主题的`style.css` ...
  • WordPress 教程
  • 在WordPress中插入表格
  • 文章插入表格
17,591 5
suxing
suxing
2019-12-20 12:39:34 广东

推荐 解决WordPress 文章英文单词溢出/单词断词等问题

智能摘要 DeepSeek 本文指出WordPress中文主题开发中常出现的排版问题:长英文、长链接溢出,英文单词断行。解决方案包括:1)在文章内容样式表中增 ...
  • WordPress 教程
4,727 1
suxing
suxing
2014-07-05 13:32:45 广东

推荐 简单几步让你拥有个性化的Gravatar头像

智能摘要 DeepSeek WordPress后台无上传头像功能,可修改代码扩展。Gravatar是全球通用头像服务,用户可在官网申请头像后,将其关联邮箱,即 ...
  • WordPress 教程
  • Gravatar头像
8,233 5
suxing
suxing
2018-12-12 11:31:42 广东

推荐 WordPress 5.0古德堡Block Editor切换回经典编辑器Classic Editor

智能摘要 DeepSeek WordPress 5.0发布后,用户若不想使用新版本的Block Editor,可通过以下步骤切换回Classic Editor ...
  • WordPress 教程
4,600 1

我用的 WordPress 主题

2021 年单栏 WordPress 主题

Copyright © 2012-2026 苏醒. All rights reserved. Designed by nicetheme.
  • 首页
  • 主题
  • 教程
  • 博客
  • 唠叨
  • 留言