函数POSTS 3672
WordPress下拉列表输出用户函数:wp_dropdown_users
WordPress模板函数wp_dropdown_users用于输出用户列表,与其他输出用户列表的函数比较,w...
最后更新
WordPress获取找回密码地址函数:wp_lostpassword_url
WordPress模板函数wp_lostpassword_url用于输出找回密码地址,通过该URL,用户可以重...
最后更新
WordPress获取注册地址函数:wp_registration_url
WordPress模板函数wp_registration_url用于输出注册链接,通常用于开放注册的WordP...
最后更新
WordPress文章页输出文章标题函数:single_post_title
WordPress模板函数single_post_title用于输出当前文章的标题,需要用在The Loop主...
最后更新
WordPress输出当前文章标题函数:the_title_attribute
WordPress模板函数the_title_attribute用于输出当前文章的标题,和the_title(...
最后更新
WordPress在RSS页面输出文章标题函数:the_title_rss
WordPress模板函数the_title_rss用于RSS页面输出文章标题,一般用在The Loo主循环。...
最后更新
WordPress输出RSS文章内容函数:the_content_rss
WordPress模板函数the_content_rss用于输出RSS格式化的文章内容,需要用在The Loo...
最后更新
WordPress输出RSS文章摘要函数:the_excerpt_rss
WordPress模板函数the_excerpt_rss用于输出RSS格式化的文章摘要,需要用在The Loo...
最后更新