link_pages

Definition:
function link_pages($before='<br />', $after='<br />', $next_or_number='number', $nextpagelink='next page', $previouspagelink='previous page',

Print list of pages based on arguments.

Parameters

  • string $before
  • string $after
  • string $next_or_number
  • string $nextpagelink
  • string $previouspagelink
  • string $pagelink
  • string $more_file

Source code

function link_pages($before='<br />', $after='<br />', $next_or_number='number', $nextpagelink='next page', $previouspagelink='previous page',

					$pagelink='%', $more_file='') {

	_deprecated_function( __FUNCTION__, '2.1', 'wp_link_pages()' );



	$args = compact('before', 'after', 'next_or_number', 'nextpagelink', 'previouspagelink', 'pagelink', 'more_file');

	return wp_link_pages($args);

}

2257

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: