开发者

Syntax Highlighter Evolved not working after the 3.2.1 Wordpress upgrade

开发者 https://www.devze.com 2023-03-28 13:33 出处:网络
Syntax Highlighter Evolved 3.1.3 is not wor开发者_如何学编程king with WP 3.2.1 on my site blog.ganeshzone.net.

Syntax Highlighter Evolved 3.1.3 is not wor开发者_如何学编程king 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 :(


add

<?php wp_footer(); ?>  

to you theme footer.php


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消