Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在内容编辑器 wordpress 中,我可以转换为情绪:), ;), :(...
:)
;)
:(
但是在标题中我无法转换为情绪,如何转换想法?
您应该convert_smilies()在显示标题时使用该功能。
convert_smilies()
而不是使用the_title(),使用:
the_title()
echo convert_smilies( get_the_title() );