Wordpress 3.2.1 升级后,语法荧光笔 Evolved 无法工作

发布于 2024-11-29 06:43:45 字数 124 浏览 0 评论 0原文

在我的网站 blog.ganeshzone.net 上,语法荧光笔 Evolved 3.1.3 无法与 WP 3.2.1 一起使用。

有人面临同样的问题吗?请提出任何解决方法。我网站上的所有代码片段均未​​正确呈现:(

Syntax Highlighter Evolved 3.1.3 is not working with WP 3.2.1 on my site blog.ganeshzone.net.

Is someone facing the same issue? Please suggest any workaround. All code snippets on my site are not rendering properly :(

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深居我梦 2024-12-06 06:43:45

添加

<?php wp_footer(); ?>  

到您的主题 footer.php

add

<?php wp_footer(); ?>  

to you theme footer.php

原野 2024-12-06 06:43:45

检查所使用的 CSS 是否会生成正确的文件,以及是否有任何 CSS 规则被新的 WordPress 主题覆盖。您可以使用 FireBug 或 Chrome 开发工具。另外,如果您愿意,请查看我的插件

Check to see whether the CSS being used leads to the correct files, and if any of CSS rules are being overridden by the new wordpress theme. You can use FireBug or Chrome Dev Tools. Also, check out my plugin if you like.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文