Tag: Wordpress Pagination
May 21st by Neil under Hints and Tips, Wordpress
Holy smokes, well this took me around 2 hours to sort out so Im writing it all down so I can save people some time and remember it myself!!
Right OK if you are diving into WP you will undoubtably want to try some wonderful things with the loop, if like me to display posts from a certain category on a page. Well its pretty easy to do but doing so breaks any pagination you may have i.e. WP-Pagenavi or posts_nav_link(). Whatever you are using it will not work if using a custom loop containing a query_posts() or $wp_query() function.…

