var opened=false; window.onload = function() { resizeDivHeight = new fx.Height('navigation',{duration:2000}); }; function toggelopen(){ if(opened==false){ resizeDivHeight.custom(0,450);//First Number is starting height, Second is ending height. opened=true; }else{ resizeDivHeight.custom(450,0);//First Number is starting height, Second is ending height. opened=false; } }
Permalinks Migration插件的页面可以访问到了 激活该插件 我的永久链接格式终于可以随心所欲的修改了 综合网上的意见 把格式由以前的/posts/%post_id%.html变为/blog/%postname%.html 传说这样利于搜索引擎的收录 不过随之而来的问题就是 将近五百篇日志的slug 大部分都没有设置 为了避免地址栏内的乱码 准备今天开始每天修改10篇 1个月后 每篇文章都有对应的英文标题
你觉得是乱码,搜索引擎可不这样想,其实那个乱码比你改动英文效果还要好、
@fisker you think so?起码转帖的时候拷贝一串“乱码”的地址也不太好吧~
还好我一开始就有设置post slug的好习惯