Archive

Archive for the ‘Wordpress’ Category

Code Snippet Plugin Bug

September 15th, 2005 ^Lestat No comments

Thanks to php-scripts.com for the code to fix the Wordpress php code snippet plugin from blog.enargi.com.

The snippet was adding a space in php opening tags like this: < ?php
Where it should be <?php

As noted – be careful not to copy/paste the code directly.

php-scripts.com alerted the author about the problem/fix.

wordpress, plugin, code snippet

Code Snippet Plugin

August 26th, 2005 ^Lestat 3 comments

Found a great code snippet plugin.
It allows you to put a grey box around many different code formats by using a tag that looks like this: [code =”lang”] whatever the code is and [/code].

This prevents Wordpress from parsing the code.

Its easy to install, and easy to use! It can be found here.

Categories: Blog Adventures, Plugins Tags: