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

get_header

Load header template.Includes the header template for a theme or if a name is specified then a specialised header will be included.

1404

Continue reading

get_footer

Load footer template.Includes the footer template for a theme or if a name is specified then a specialised footer will be included.

1398

Continue reading

get_calendar

Display calendar with days that have posts as links.The calendar is cached, which will be retrieved, if it exists. If there are no posts for the month, then it will not be displayed.

1236

Continue reading

get_bloginfo

Retrieve information about the blog.Some show parameter values are deprecated and will be removed in future versions. These options will trigger the _deprecated_argument() function. The deprecated blog info options are listed in the function contents.

1200

Continue reading

get_archives_link

Retrieve archive link content based on predefined or custom code.The format can be one of four styles. The ‘link’ for head element, ‘option’ for use in the select element, ‘html’ for use in list (either ol or ul HTML elements). Custom content is also supported using the before and after parameters.

1146

Continue reading