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.
コンテンツエディタのワードプレスで、感情:)に変換できます;)、、:(...
:)
;)
:(
タイトルでは感情に変換できないけど、How to idea ?
convert_smilies()タイトルを表示するときにこの機能を使用する必要があります。
convert_smilies()
を使用する代わりに、次を使用the_title()します。
the_title()
echo convert_smilies( get_the_title() );