By default, wp_link_pages (the code which allows you to breakup posts into multiple pages) creates spaces between each number. Is there a way to remove these spaces via functions.php?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Just replace
If you want to remove the spaces around unlinked numbers too, I suggest a separate function in your theme’s
Use it like
|
|||||||||||
|