Retrieve the time at which the post was last modified.
1841
Continue readingCreates the generator XML or Comment for RSS, ATOM, etc.Returns the correct generator type for the requested output format. Allows for a plugin to filter generators on an individual basis using the ‘get_the_generator_{$type}’ filter.
1831
Continue readingRetrieve the date the current $post was written.Unlike the_date() this function will always return the date. Modify output with ‘get_the_date’ filter.
1827
Continue readingLoad a template part into a templateMakes it easy for a theme to reuse sections of code in a easy to overload way for child themes.
1743
Continue reading