Posted by: Vincent on: October 28, 2010
When you are coding a theme you usually edit standard files such as index.php, single.php, page.php and so on. In these files you might have noticed that some variables are available even though you have not declared them. Such a variable would be $post for example. But which other variables are available? To find out, [...]