• Being somewhat new to wordpress, I’ve been struggling with finding my way around. While it seems there were easy ways to order posts, there was not real solution if you wanted to setup multiple pages linked in a specific order using dynamic previous-next links that would update by the page.

    THIS PLUGIN DOES IT, AND MAKES IT A PIECE OF CAKE! For instance, I wanted my pages ordered by a customizeable field included with wordpress – menu_order. I simply added a shortcode

    previous_page_link_plus(array('order_by' => 'menu_order'));
    next_page_link_plus(array('order_by' => 'menu_order'));

    and Voila! Previous & Next Dynamic Page Links that are based on menu_order. Wish I had found this plugin before I wasted hours trying to figure out how to do it myself.

  • The topic ‘Great Plugin!’ is closed to new replies.