adjacent_posts_rel_link_wp_head

Definition:
function adjacent_posts_rel_link_wp_head() {}

Display relational links for the posts adjacent to the current post for single post pages.
This is meant to be attached to actions like ‘wp_head’. Do not call this directly in plugins or theme templates.

Source code

function adjacent_posts_rel_link_wp_head() {

	if ( !is_singular() || is_attachment() )

		return;

	adjacent_posts_rel_link();

}

391

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: