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

the_editor

Display visual editor forms: TinyMCE, or HTML, or both.The amount of rows the text area will have for the content has to be between 3 and 100 or will default at 12. There is only one option used for all users, named ‘default_post_edit_rows’.

3005

Continue reading

the_date

Display or Retrieve the date the current $post was written (once per date)Will only output the date if the current post’s date is different from the previous one output.

3001

Continue reading

single_tag_title

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

2893

Continue reading

single_post_title

Display or retrieve page title for post.This is optimized for single.php template file for displaying the post title.

2891

Continue reading