最新文章
thumbnail

WordPress函数:comments_template

一、函数简介 加载$file中指定的注释模板。(Loads the comment template specified in $file.)   二、函数参数 * @param string $……
thumbnail

WordPress函数:edit_post_link

一、函数简介 显示帖子的编辑帖子链接。(Displays the edit post link for post.)   二、函数参数 * @param string $text Optiona……
thumbnail

WordPress函数:the_author

一、函数简介 显示当前帖子作者的姓名。(Displays the name of the author of the current post.)   二、函数参数 * @param strin……
thumbnail

WordPress函数:the_category

一、函数简介 以HTML列表或自定义格式显示帖子的类别列表。(Displays category list for a post in either HTML list or custom format.) &……
thumbnail

WordPress函数:link_pages

一、函数简介 根据参数打印页面列表。(Print list of pages based on arguments.)   二、函数参数 * @param string $before * ……
thumbnail

WordPress函数:the_content

一、函数简介 显示帖子内容。(Displays the post content.)   二、函数参数 * @param string $more_link_text Optional. Content ……
thumbnail

WordPress函数:the_permalink

一、函数简介 显示当前帖子的永久链接。(Displays the permalink for the current post.)   二、函数参数 * @param int|WP_Post $……
thumbnail

WordPress函数:the_ID

一、函数简介 显示WordPress循环中当前项目的ID。(Displays the ID of the current item in the WordPress Loop.)   二、函数参数 ……
thumbnail

WordPress函数:the_post

一、函数简介 在循环中迭代post索引。(Iterate the post index in the loop.)   二、函数参数     三、函……
thumbnail

WordPress函数:have_posts

一、函数简介 循环。循环后控制。(The Loop. Post loop control.)   二、函数参数     三、函数……