修改主题 index.php archive.php 找到 1 <?php the_content() ?> 替换成 1 <?php the_excerpt() ?> 2.71 生效
Posts Tagged ‘wordpress’
文章简介自动截取
星期日, 三月 15th, 2009安装代码高亮插件
星期日, 三月 15th, 2009准备开始转回wp 先装个高亮插件 下载地址 http://wordpress.org/extend/plugins/wp-syntax/ 为了更方便把编辑器改一下,看了半天终于找到了 wp-includes/js/quicktags.js 我觉得 code 用不到就把 改了,如下 edButtons[edButtons.length] = new edButton(‘ed_code’ ,’code’ ,’<pre lang=”php”>’ ,’</pre>’ ,’c’ ); 来个 php 的呵呵 < ?php echo ‘hello world!’;?>