I just installed the Geshi wordpress plugin. I have used Geshi before to do some php tutorials but I have never used it with wordpress so let’s see how it works. I think this will be great for this site!

1
2
3
4
5
6
7
<?php
echo "Hello World!";
$array_test = explode(",","one,two,three");
foreach ($array_test as $value) {
echo "$value ";
}
?>

Looks to be working pretty good. Now I will be able to do some coding tutorials on here!


Leave a Reply