在管理首页加入博客快捷管理功能
09月 9th, 2008 by brian | 7 Comments | Filed in WordPress, WordPress muwp_admin/index.php.php 42行后加入以下内容,并另存为UTF-8编码(懒的去整语言文件了)
谁可以帮忙写一个这个功能的插件?因为更改wp本身的文件实在不是太好。
<!– quikedit –>
<div id=”rightnow”>
<h3 class=”reallynow”>博客快捷管理</h3>
<div style=”line-height:3;background-color: rgb(198, 217, 233);padding-left: 15px;”>
<strong>修改资料:</strong>
<a href=’options-general.php’ class=”rbutton”>博客基本信息</a>
<a href=’profile.php’ class=”rbutton”>个人资料和密码</a>
<br>
<strong>您的日志:</strong>
<a href=”post-new.php” class=”rbutton”>写日志</a> <a href=’edit.php’>修改日志</a>
<br>
<strong>特殊页面:</strong>
<a href=”page-new.php”><?php _e(’Write a New Page’); ?></a> <a href=”edit-pages.php”>修改页面</a>
<br>
<strong>友情链接:</strong>
<a href=”link-add.php” class=”rbutton”><?php _e(’Add Link’); ?></a> <a href=”link-manager.php”><?php _e(’Manage Links’); ?></a>
<br>
<strong>管理其他:</strong>
<a href=’edit-comments.php’><?php _e(’Comments’); ?></a>
<a href=’categories.php’>文章分类</a>
<a href=’edit-link-categories.php’><?php _e(’Link Categories’); ?></a>
<a href=’edit-tags.php’><?php _e(’Tags’); ?></a>
<a href=’upload.php’><?php _e(’Media Library’); ?></a>
<br>
<strong>布局外观:</strong>
<a href=”themes.php” class=”rbutton”><?php _e(’Change Theme’); ?></a>
<a href=’widgets.php’>侧边栏管理</a>
</div>
</div><!– quikedit –>
效果图:
