模板函数 - peento/peento-blog GitHub Wiki

用户相关:

  • get_user_email(id) 取用户邮箱地址
  • get_user_display_name(id) 取用户昵称

文章相关:

  • get_article_content(id) 取文章内容
  • get_article_tags(id) 取文章标签列表
  • get_article_metas(id) 取文章所有附加属性
  • get_article_meta(id, name) 取文章指定的附加属性

标签相关:

  • get_tag_all 取所有标签

导航相关:

  • get_nav_list(parent) 取指定链接下的一级链接列表

其他:

  • gravatar 取用户邮箱对应的头像地址