Calendar
This is a very simple tutorial and is aimed at people who are starting out with WordPress. This tutorial shows how to put a calendar onto your page so that you can show people the dates that you have published a new post.
1. Go to your WordPress dashboard > Appearance > Editor then choose the file you would like to put your calendar in and then copy the code underneath and paste it where you would like your calendar to show.
<?php get_calendar(); ?>
2. Click update and your calendar should appear on the page.




