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

get_the_generator

Creates 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 reading

get_the_date

Retrieve 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 reading

get_template_part

Load 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