开发者 | cyberian90 |
---|---|
更新时间 | 2022年12月12日 18:14 |
捐献地址: | 去捐款 |
PHP版本: | 5.2.4 及以上 |
WordPress版本: | 6.1.0 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
cite
attribute of a blockquote
element.
To call the editing window, just double-click or right-click on the blockquote
element.
/wp-content/plugins/add-tinymce-blockquote-cite
directory, or install the plugin through the WordPress plugins screen directly.You can display the value from cite
attribute by adding the following code to your theme style.css:
/* css */ blockquote[cite]:after { content: "\2014\00a0" attr(cite) ""; display: block; }