Forums
(@andybateman)
18 years, 2 months ago
Use the code
<?php link_pages('<p>Pages: ', '', 'next', '', '« ');link_pages('', '', 'number');link_pages('', '</p>', 'next', ' »', ''); ?>
This will produce a pretty:
Pages: ? 1 2 3 ?
Is that what youd like?