Forums
(@andybateman)
19 years, 6 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?