How can i disable wp-pagenavi on pages using templates and the wordpress loop? It seems that wp-pagenavi adds itself automatically wherever the wordpress loop is used, not counting that it is a page or not.
How can i disable wp-pagenavi on pages using templates and the wordpress loop? It
Share
My bad..the theme called wppagenavi(), thus pagenavi is not added automagically.
By removing that call from templates of choice i can achieve what i wanted. 🙂