start_post_rel_link

Definition:
function start_post_rel_link($title = '%title', $in_same_cat = false, $excluded_categories = '') {}

Display relational link for the first post.

Parameters

  • string $title: Optional. Link title format.
  • bool $in_same_cat: Optional. Whether link should be in a same category.
  • string $excluded_categories: Optional. Excluded categories IDs.

Source code

function start_post_rel_link($title = '%title', $in_same_cat = false, $excluded_categories = '') {

	_deprecated_function( __FUNCTION__, '3.3' );



	echo get_boundary_post_rel_link($title, $in_same_cat, $excluded_categories, true);

}

17066

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: