Skip to content

Instantly share code, notes, and snippets.

@luizventurote
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizventurote/10086745 to your computer and use it in GitHub Desktop.
Save luizventurote/10086745 to your computer and use it in GitHub Desktop.
Snippets for Wordpress posts.
<?php
/**
* get_the_date - Retrieves the date the current $post was written
*/
get_the_date( $date );
/**
* get_comments_number - Retrieves the value of the total number of comments for a post.
*/
get_comments_number( $post_id );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment