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

wp_no_robots

Display a noindex meta tag.Outputs a noindex meta tag that tells web robots not to index the page content. Typical usage is as a wp_head callback. add_action( ‘wp_head’, ‘wp_no_robots’ );

17735

Continue reading

wp_editor

Renders an editor.Using this function is the proper way to output all needed components for both TinyMCE and Quicktags. _WP_Editors should not be used directly. See http://core.trac.wordpress.org/ticket/17144.

17546

Continue reading

single_term_title

Display or retrieve page title for taxonomy term archive.Useful for taxonomy term template files for displaying the taxonomy term page title. It has less overhead than wp_title(), because of its limited implementation.

10301

Continue reading

post_type_archive_title

Display or retrieve title for a post type archive.This is optimized for archive.php and archive-{$post_type}.php template files for displaying the title of the post type.

10128

Continue reading