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

single_month_title

Display or retrieve page title for post archive based on date.Useful for when the template only needs to display the month and year, if either are available. Optimized for just this purpose, so if it is all that is needed, should be better than wp_title().

2889

Continue reading

single_cat_title

Display or retrieve page title for category archive.This is useful for category template file or files, because it is optimized for category page title and with less overhead than wp_title().

2887

Continue reading

selected

Outputs the html selected attribute.Compares the first two arguments and if identical marks as selected

2823

Continue reading

rich_edit_exists

Determine if TinyMCE is available.Checks to see if the user has deleted the tinymce files to slim down there WordPress install.

2751

Continue reading