WordPress 中 CK and SyntaxHighlighter 插件图片显示问题
有人发现在WordPress里面用了最新的CK and SyntaxHighlighter插件以后,通过这个插件插入的图片无法正常显示,当然我也遇到了这个问题,在WordPress论坛上找到了解决办法:
把/wp-content/plugins/ck-and-syntaxhighlighter/ckfinder/config.php中如下代码:
$baseUrl = 'wp-content/uploads/ckfinder/';
改为如下代码
$baseUrl = '/wp-content/uploads/ckfinder/';即可.
查看更多关于WordPress 中 CK and SyntaxHighlighter 插件图片显示问题的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did8558