adjacent_posts_rel_link_gc_head()

最后更新于:2021-11-25 19:45:22

adjacent_posts_rel_link_gc_head()

Displays relational links for the posts adjacent to the current post for single post pages.

源文件

文件: gc-includes/link-template.php

function adjacent_posts_rel_link_gc_head() {
	if ( ! is_single() || is_attachment() ) {
		return;
	}
	adjacent_posts_rel_link();
}