如何在管理界面中的Java脚本中为帖子添加管理通知?

时间:2014-04-22 作者:Don Rhummy

我想使用javascript在wordpress页面的顶部添加一个通知,就像自动保存页面时一样。但在查看DOM时,我没有发现任何可以添加通知的特殊div:

THIS IS THE DIV WHERE WORDPRESS\'s NOTICES ARE

<div class="wrap">
    <h2>Edit Page <a href="http://my-site.com/wp-admin/post-new.php?post_type=page" class="add-new-h2">Add New</a></h2>
    <div style="display: block;" id="local-storage-notice" class="hidden updated">
        <p class="local-restore">
            The backup of this post in your browser is different from the version below. <a class="restore-backup" href="#">Restore the backup.</a>
        </p>
        <p class="undo-restore hidden">
            Post restored successfully.     <a class="undo-restore-backup" href="#">Undo.</a>
        </p>
    </div>
wordpress是否有javascript函数可供我使用?

1 个回复
SO网友:fuxia

看看F:\\sites\\wp-git\\wp-admin\\js\\common.js:

$(\'div.updated, div.error\').not(\'.below-h2, .inline\').insertAfter( $(\'div.wrap h2:first\') );
如果你的通知上有课updatederror, 将在第一次h2 自动地创建自定义消息时,请确保使用这些类之一。然后您可以将它们附加到body, WordPress会将它们移动到适当的位置。

结束

相关推荐

(Bluehost)通过mydomain.com/wp-admin/导航到仪表板目录列表中的结果

我最近将WordPress博客的域重新分配为BlueHost帐户上的主域。该博客位于的子文件夹中public_html/. 以下是.htaccess 重新上载文件以替换默认文件.htaccess 文件当我试图通过单击网站上的dashboard链接导航到我的dashboard时,我看到了wp-admin. 但是,当我使用ofthreadsandthings.net/wp-admin/index.php, 一切都很好。The.htaccess (根级别)# Use PHP54 Single php.ini a