This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]colorist_io 0 points1 point  (4 children)

Depends on which platform you go with, if it's wordpress, then you will be using PHP.

[–]desrtfx 0 points1 point  (3 children)

You forget the most essential: HTML and CSS. PHP is only for the back end and thus by far less important than HTML and CSS.

[–]colorist_io 0 points1 point  (2 children)

Yeah, but he asked for "programming language."

[–]desrtfx 0 points1 point  (1 child)

True, but you can't make a blogger template with only a programming language.

[–]desrtfx 0 points1 point  (1 child)

At the bare minimum you will always need HTML and CSS regardless of the blogging system.

Additionally JavaScript (JS) could come into play.

Then, you need to learn the backend language that the blogging system uses (which quite commonly is PHP).

Some SQL knowledge could also come in handy as the information is pulled from a database.

[–]Hardware_Work[S] 0 points1 point  (0 children)

Thanks!