Wordpress theme step by step tutorial - part 3: If you read code at most wordpress theme, they use alternative syntax for control structures. If you don't familiar with this, you can read at http://www.php.net/manual/en/control-structures.alternative-syntax.php. I will little a bit in this post. Don't worry, it is very easy.
At previous post, we write code like this:

Now, with new style, we will modify become:

it is easy, isn't it?

