分类: WP开发函数
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.)   二、函数参数     三、函数……
thumbnail

WordPress函数:wp_required_field_message

一、函数简介 创建一条消息来解释必填的表单字段。(Creates a message to explain required form fields.) 使用频率:冷门   ……
thumbnail

WordPress函数:wp_heartbeat_settings

一、函数简介 心跳的默认设置。(Default settings for heartbeat.) 使用频率:冷门   二、函数参数 * @param array $setting……