Create Date Badge w/ Wordpress & CSS
Let’s start of by adding the necessary markup to render the appropriate date format. Create a DIV element with a class of “entryDate” and three children SPANs with respective classes “postMoth”, “postDay”, and “postYear”.
Add the PHP code to get the post date from the database as shown below…

