分类: WP开发函数
WordPress页面教程:存档页(archive.php)
一、页面简介
显示存档页的页面(相当于按时间归类的栏目页)
二、页面参数
三、页面案例
……
WordPress页面教程:分类页(category.php)
一、页面简介
显示分类页的页面(相当于栏目页)
二、页面参数
get_header
get_the_category
function_exists
have_posts
the_post
……
WordPress函数:the_tags
一、函数简介
显示帖子的标签。(Displays the tags for a post.)
二、函数参数
* @param string $before Optional. String to u……
WordPress函数:get_the_tags
一、函数简介
检索帖子的标签。(Retrieves the tags for a post.)
二、函数参数
* @param int|WP_Post $post Post ID or object……
WordPress函数:post_class
一、函数简介
显示后置容器元素的类。(Displays the classes for the post container element.)
二、函数参数
* @param string|……
WordPress函数:_e
一、函数简介
显示翻译后的文本。(Displays translated text.)
二、函数参数
* @param string $text Text to translate.
* @……
WordPress函数:next_post_link
一、函数简介
显示与当前帖子相邻的下一个帖子链接。(Displays the next post link that is adjacent to the current post.)
二……
WordPress函数:previous_post_link
一、函数简介
显示与当前帖子相邻的上一篇帖子链接。(Displays the previous post link that is adjacent to the current post.)
……
WordPress函数:comments_template
一、函数简介
加载$file中指定的注释模板。(Loads the comment template specified in $file.)
二、函数参数
* @param string $……
WordPress函数:edit_post_link
一、函数简介
显示帖子的编辑帖子链接。(Displays the edit post link for post.)
二、函数参数
* @param string $text Optiona……