[Solved] How To Display Date (/Time/Author) In pages?

WordPress has some nifty functions which do this for you. You’ll need some experiences with HTML, CSS, PHP to style the output and understand what these functions do but the functions you’re looking for are: the_date() which displays the post date. the_author() which displays the author of the post. In your theme will most likely … Read more