WordPress获取指定文章类型的文章列表链接:get_post_type_archive_link
WordPress函数get_post_type_archive_link用于获取指定文章类型的文章列表链接。…
WordPress函数get_post_type_archive_link用于获取指定文章类型的文章列表链接。
get_post_type_archive_link( string $post_type )
函数参数
$post_type
字符串
文章类型
函数使用示例
<a href="<?php echo get_post_type_archive_link( 'books' ); ?>">图书列表</a>
扩展阅读
get_post_type_archive_link()函数位于:wp-includes/link-template.php
相关函数:
- get_home_url()
- home_url()
- post_type_archive_link()
- get_permalink()
- user_trailingslashit()
类别:WordPress函数讲解、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!