解决wordpress插件post2qzone抄送博客邮件到blogger时博客标题添加[]的方法
修改post2qzone/post2qzone.php
$post_title = '['.$title_prefix.']'.$post_title;
中的上述代码为:
$post_title = ".$title_prefix.".$post_title;
点更新后再次发送
View this post on my blog: http://www.haofengjing.org/?p=207
没有评论:
发表评论