Wordpress theme step by step tutorial - part 6: The wordpress API containts all necessary functions for themes. We just call that built in function. Like previous post, we want to show category name, we just call the_category().In this post, we will show date and author.
We show date and author below title in single post. For this job, create a file name "single.php" within wordpress\wp-content\themes\crown. Enter following code:

The result:
