开发者 | room34 |
---|---|
更新时间 | 2024年1月2日 01:52 |
捐献地址: | 去捐款 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 6.4.2 |
If there's an incorrect title, or no title, at the top of your page (before the title of the first post), check your theme. It should have an archive.php file, and that file must use the the_archive_title() function to display the page title.
excerpt_length
and excerpt_more
hooks to override site defaults; length is shortened to 25 words if longer; "more" is always ...
.).pot
file for translation strings.get_the_title()
instead of retrieving the post's title property directly, allowing for use of the the_title
filter.require_once()
instances in main plugin file to use plugin_dir_path()
instead of dirname()
.[on_this_day]
anywhere shortcodes are supported. All of the regular widget options are available as shortcode parameters. See the plugin's new settings page for details.pre_get_document_title
filter.date()
and WordPress date_i18n()
function with wp_date()
for improved i18n support. (Full i18n support for all displayed text strings coming in a subsequent update.)