Archive | Functions RSS feed for this section

the_taxonomies

Display the taxonomies of a post with available options.This function can be used within the loop to display the taxonomies for a post without specifying the Post ID. You can also use it outside the Loop to display the taxonomies for a specific post.

3045

Continue reading

the_search_query

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

3039

Continue reading