首页 > CMS > Wordpress > 正文

WordPress 中 CK and SyntaxHighlighter 插件图片显示问题

2024-09-07 00:50:18
字体:
来源:转载
供稿:网友

有人发现在WordPress里面用了最新的CK and SyntaxHighlighter插件以后,通过这个插件插入的图片无法正常显示,当然我也遇到了这个问题,在WordPress论坛上找到了解决办法:

把/wp-content/plugins/ck-and-syntaxhighlighter/ckfinder/config.php中如下代码:

$baseUrl = 'wp-content/uploads/ckfinder/';

改为如下代码

$baseUrl = '/wp-content/uploads/ckfinder/';即可.

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表