常用函数-wp_get_post_categories() 常用函数-wp_get_post_categories() 常用函数-wp_get_post_categories() 说明 检索文章的类型列表。 主题和插件兼容层,也是... 最后更新 2022.03.26
常用函数-wp_trim_excerpt() 常用函数-wp_trim_excerpt() 常用函数-wp_trim_excerpt() 说明 必要时为文章生成内容摘要。 摘要应在55字以内,如果总字数... 最后更新 2022.03.26
常用函数-get_the_content() 常用函数-get_the_content() 常用函数-get_the_content() 说明 检索文章内容。 用法 <?php get_the_c... 最后更新 2022.03.26
常用函数-get_categories() 常用函数-get_categories() 常用函数-get_categories() 说明 返回与查询参数相匹配的类别对象数组。 变量与wp_list_... 最后更新 2022.03.26
常用函数-get_cat_ID() 常用函数-get_cat_ID() 常用函数-get_cat_ID() 说明 按名称检索类别编号。 用法 <?php get_cat_ID(... 最后更新 2022.03.26
常用函数-get_tag() 常用函数-get_tag() 常用函数-get_tag() 说明 按标签(tag)编号或标签对象检索文章标签。 传递一个检索数据库的标签行对... 最后更新 2022.03.26
常用函数-get_tags() 常用函数-get_tags() 常用函数-get_tags() 该函数取自 get_terms的taxonomy.php文件中的notes,并... 最后更新 2022.03.26
常用函数-register_taxonomy() 常用函数-register_taxonomy() 常用函数-register_taxonomy() 警告 这是一篇新发布文章,因此内容中可能出现问题。如果有疑惑... 最后更新 2022.03.26
常用函数-get_terms() 常用函数-get_terms() 常用函数-get_terms() 警告 这是一篇新发布文章,因此内容中可能出现问题。如果有疑惑可以在/wp-i... 最后更新 2022.03.26
常用函数-get_usernumposts() 常用函数-get_usernumposts() 常用函数-get_usernumposts() 说明 传递用户编号后,返回用户的文章计数。其属性直接映射到数据... 最后更新 2022.03.26
常用函数-wp_delete_user() 常用函数-wp_delete_user() 常用函数-wp_delete_user() 说明 移除用户,并选择性地将文章和链接重新分配给另一个用户。 若未... 最后更新 2022.03.26
模板标签-wp_list_pages() 模板标签-wp_list_pages() 模板标签-wp_list_pages() 说明 模板标签wp_list_pages( )将WordPress页... 最后更新 2022.03.26
常用函数-do_feed_atom() 常用函数-do_feed_atom() 常用函数-do_feed_atom() 说明 装载 Atom通用feed或 Atom文章feed。 用法 &l... 最后更新 2022.03.26
常用函数-do_feed_rss2() 常用函数-do_feed_rss2() 常用函数-do_feed_rss2() 说明 装载RSS2通用feed或RSS2文章feed。 用法 <... 最后更新 2022.03.26
常用函数-get_the_title_rss() 常用函数-get_the_title_rss() 常用函数-get_the_title_rss() 说明 为feed检索当前文章的标题 用法 <?php ... 最后更新 2022.03.26
常用函数-the_content_rss() 常用函数-the_content_rss() 常用函数-the_content_rss() 说明 为feed显示文章内容。 有三个值可能对html或$enc... 最后更新 2022.03.26
常用函数-the_title_rss() 常用函数-the_title_rss() 常用函数-the_title_rss() 说明 在feed中显示文章标题 用法 <?php the_ti... 最后更新 2022.03.26
模板标签-permalink_single_rss() 模板标签-permalink_single_rss() 模板标签-permalink_single_rss() 说明 按 RSS 或Atom 聚合feed形式显示当前... 最后更新 2022.03.26
常用函数-the_excerpt_rss() 常用函数-the_excerpt_rss() 常用函数-the_excerpt_rss() 说明 显示feed的文章摘要。 用法 <?php the_... 最后更新 2022.03.26
常用函数-post_comments_feed_link() 常用函数-post_comments_feed_link() 常用函数-post_comments_feed_link() 说明 输出文章的评论feed链接。链接内容放置在... 最后更新 2022.03.26