WP管理员栏我的帐号错误链接

时间:2015-03-13 22:26:19

标签: php jquery wordpress hyperlink

现在,管理栏上我的会员名称链接的href为空。我想在点击时使用自定义链接。

到目前为止,我已经尝试了所有可能的解决方案,甚至在function.php上,唯一的工作是使用jQuery,如:

(function($) {
    $(document).ready(function() {
        $("a.ab-item").attr("href", "http://www.google.com/")
    })
})(jQuery);

这样可以,但它会更改通知按钮的链接而不是成员名称。

请看图片了解我的意思:

enter image description here

enter image description here

enter image description here

0 个答案:

没有答案