您现在的位置是:首页 > 网站制作 > WordpressWordpress
WordPress函数get_archives_link()
杰帅2023-08-06【Wordpress】人已围观
简介Description
Description
Retrieve archive link content based on predefined or custom code.
The format can be one of four styles. The 'link' for head element, 'option' for use in the select element, 'html' for use in list (either ol or ul HTML elements). Custom content is also supported using the before and after parameters.
The 'link' format uses the link HTML element with the archives relationship. The before and after parameters are not used. The text parameter is used to describe the link.
The 'option' format uses the option HTML element for use in select element. The value is the url parameter and the before and after parameters are used between the text description.
The 'html' format, which is the default, uses the li HTML element for use in the list HTML elements. The before parameter is before the link and the after parameter is after the closing link.
The custom format uses the before parameter before the link ('a' HTML element) and the after parameter after the closing link tag. If the above three values for the format are not used, then custom format is assumed.
Usage
<?php get_archives_link( $url, $text, $format, $before, $after ); ?>
Parameters
$url
(string) (required) URL to archive.
Default: None
$text
(string) (required) Archive text description.
Default: None
$format
(string) (optional) Optional, default is 'html'. Can be 'link', 'option', 'html', or custom.
Default: html
$before
(string) (optional) Optional.
Default: empty string
$after
(string) (optional) Optional.
Default: empty string
Return Values
(string)
HTML link content for archive.
Tags:wordpress函数 WordPress建站
很赞哦! ()
相关文章
- WordPress函数get_archives_link()
- WordPress函数single_month_title()
- WordPress函数single_tag_title()
- WordPress函数single_term_title()
- WordPress函数post_type_archive_title()
- WordPress函数single_cat_title()
- WordPress建站:如何调用当前文章的前5篇和后5篇
- WordPress函数:wp_get_archives根据日期显示日志归档详
- wordpress函数title()应用替换优化
- WordPress函数wp register sidebar widget添加自定义
随机图文
WordPress 页面模板(Page Template)下拉列表不显示的原因及解决方法
WordPress 的自定义页面模板是一个非常强大好用的功能,使用它新建一些静态页面(Page),添加上一些数据调用的函数,再在网页上做一个导航连接到对应的页面就可以实现很多自定义的功wp_reset_postdata 和 wp_reset_query 的作用与区别
什么时候使用wp_reset_query,什么时候用wp_reset_postdata?如何将WordPress文章迁移到Shopify:使用WP All Export插件的完整指南
如果您正在将WordPress网站迁移到Shopify,并希望将文章内容一起迁移,WP All Export插件是一个理想的解决方案。通过这款插件,您可以轻松导出WordPress中的文章,并将其转换为适合Shopify的CSV格式。wordpress 上传的图片不显示的问题 base64,data:image/gif