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 readingDisplay 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 readingRenders 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 readingDisplay 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 readingDisplay 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