Tag Archives: wordpress

WordPress Windows 版

← Continue Reading
WordPress 是最流行的一款开源博客撰写、发布和内容管理系统。深入全面的插件和主题架构为其提供了多种可能性,WordPress 在 Microsoft Web 平台上同样表现良好。Microsoft 与 WordPress 社区合作,为 WordPress 提供了更加强大的力量和更加丰富的功能——敬请关注最新作品。 传送门

推荐一款代码插件crayon-syntax-highlighter

← Continue Reading
先放上下载地址,我是在深度Linux的博客里看到的,感觉挺好看就找了下,喜欢的就去看吧 下载地址

删除默认小工具-功能下面的多余链接!

← Continue Reading
首先找到WP根目录下面的wp-includes文件夹,查找文件default-widgets.php 找到297-299行如下代码 <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php echo esc_attr(__('Syndicate this site using RSS 2.0'));...