How to add pagination with page numbers rather than next/previous links?
It depends on which pagination you’re talking about: Archive Index pagination Single-Post pagination Comments pagination In all three cases, the answer is yes, but the implementation is different. Archive Index Pagination WordPress provides a function, paginate_links(), for post-archive pagination links. It’s use isn’t exactly straightforward, but fortunately, implementation is mostly cut-and-paste from the Codex example. … Read more