开发者 |
pputzer
kingjeffrey |
---|---|
更新时间 | 2024年12月17日 01:35 |
WordPress版本: | 6.7 |
FAQs are maintained on the wp-Typography website. Three questions come up so frequently, we will republish their answers here: Maybe. For best performance, use a persistent object cache plugin like WP Redis.
More likely than not, your WordPress theme is using an improper function to set the title attribute of your heading's link. It is probably using the the_title()
function, which delivers the post title after filtering. It should be using the_title_attribute()
which delivers the post title before filtering. Change out this function throughout your theme when it is used inside of an HTML tag, and the problem should go away.
If you are uncomfortable editing your theme's code, you may alternatively go to the wp-Typography settings page in your admin panel and add h1
and h2
to the "Do not process the content of these HTML elements:" field. This will disable typographic processing within improperly designed page title links and page titles.
wp-Typography does not store, transmit or otherwise process personal data as such. It does cache the content of the site's posts. If necessary, you can clear this cache from the plugin's settings page. Remember, many more FAQs are are addressed the wp-Typography website.
Include styling for CSS hooks
was unchecked.Function _load_textdomain_just_in_time was called incorrectly.
(present since WordPress 6.7).null
value to WP_Typography::process
will no longer result in a TypeError
when processing has been disabled for the post.array
is now supported for most fields.Prevent widows
is now disabled by default.Requirements
class due to error in build process fixed.