Tag Archives: wordpress

A blog/website building tutorial from scratch


I’ll try explaining how to make you own website or blog using WordPress from scratch. When I say from scratch it means we’ll go through the whole process:

Continue reading

Tagged , , ,

Building up a (coders) blog site?

One of the things needed are those cool code coloring JavaScript thingies.. Ok, syntax highlighters is what they’re named. So, it’s no wonder the good one is named “Syntax Highlighter” and integrates very well with WordPress..


	if ($type == "Encode") {
		echo 'Encode';
	} else {
		echo 'Decode';
	}

Tagged ,

PHP inside posts

Today I tried finding a good PHP injector in WordPress posts. Hopefully, Exec-PHP is one of them (or at least seemed by the comments and activity).

So let’s try it:

This is made usin’ PHP.

Tagged ,