我是将这段代码放在 设置 -> 页脚Html代码 js代码中的,代码如下:
// post detail copy the post info after the post title
setTimeout(function(){
if($("#post_detail").length > 0 && $(".postDesc").length == 1){
$("#post_detail .post .clear").eq(0).after($("#post_detail .post .postDesc").clone());
}
},1000);// post