error[] = "REQUIREDThe theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or next_posts_link() and previous_posts_link() to add post pagination."; $ret = false; } return $ret; } function getError() { return $this->error; } } $themechecks[] = new PostPaginationCheck;