Followings are list of helpful functions for wordpress developers: 1 . Basic Pagination By default WordPress displays previous/next links at the end of your post list. This can actually be done with a little work using the paginate_links() functions. The following example from the codex shows how you can add it to a default loop … Continue reading WordPress Useful Functions