Archive | /wp-includes/post.php RSS feed for this section

get_pages

Retrieve a list of pages.The defaults that can be overridden are the following: ‘child_of’, ‘sort_order’, ‘sort_column’, ‘post_title’, ‘hierarchical’, ‘exclude’, ‘include’, ‘meta_key’, ‘meta_value’,’authors’, ‘number’, and ‘offset’.

1528

Continue reading

get_lastpostmodified

Retrieve last post modified date depending on timezone.The server timezone is the default and is the difference between GMT and server time. The ‘blog’ value is just when the last post was modified. The ‘gmt’ is when the last post was modified in GMT time.

1442

Continue reading

get_lastpostdate

Retrieve the date that the last post was published.The server timezone is the default and is the difference between GMT and server time. The ‘blog’ value is the date when the last post was posted. The ‘gmt’ is when the last post was posted in GMT formatted date.

1440

Continue reading