As I started to build this blog, I clearly needed some solution for displaying code on a wordpress blog.
Asfter studying a few solutions with more or less results, I decided uppon SyntaxHighlighter Plus which seams to be the best solution out there.
However, although it worked great with the default Wordpress theme I realised that as soon as I applied the “ProBlogger” theme, the javascripts that do the highlighting work would not function corectllyany more. The documentation did offer some solutions, but not the one I needed.
So, if you run into problems when installing SyntaxHighlighter Plus on some wordpress theme, be sure that the header.php file in your theme, contains the following line, somewhere in the head portion of the file:
<?php wp_head(); ?> </head>
RSS feed for comments on this post · TrackBack URI
Leave a reply