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

get_sidebar

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

1689

Continue reading

get_search_query

Retrieve the contents of the search WordPress query variable.The search query string is passed through esc_attr() to ensure that it is safe for placing in an html attribute.

1677

Continue reading

get_search_form

Display search form.Will first attempt to locate the searchform.php file in either the child or the parent, then load it. If it doesn’t exist, then the default search form will be displayed. The default search form is HTML, which will be displayed. There is a filter applied to the search form HTML in order to edit or replace it. The filter is ‘get_search_form’.

1673

Continue reading