php 添加图标以发布标题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 添加图标以发布标题相关的知识,希望对你有一定的参考价值。

add_filter( 'the_title', 'kr_starter_the_title', 10 );
function kr_starter_the_title( $post_title ) {
  return sprintf( '<i class="fa fa-something" /> %s', $post_title );
}

以上是关于php 添加图标以发布标题的主要内容,如果未能解决你的问题,请参考以下文章

php 将切换搜索图标添加到标题菜单模块中

如何以编程方式为 UIButton 添加系统图标?

如何以编程方式在 iOS 中添加图标覆盖?

以编程方式将图标添加到主屏幕

添加图标以使用 html 和 css 输入

在 jquery mobile listview 中添加更多数据属性以拆分图标