My Page Order WordPress Plugin Modifcation
I have been working with a client recently that was using the My Page Order plugin for the WordPress CMS I set up. They had several "draft" pages they used for templates and did not want them to show up in the My Page Order Admin interface. After looking at the SQL code, I added in a piece that would only show published (live) pages.
To make the same change in your code, open up the plugin file (mypageorder.php), go to line 47 and change the following line:
to:
Now, only the pages you really want to order will appear in the menu.
Comments/Pingbacks/Trackbacks
Add a Comment or trackback from your own site.
look
September 18th, 2007 at 5:31 amthe plugin I like in this case (to do a little more…) is the “Navigation tool for WordPress” where you can not only manage pages but also categories and more.
http://wordpress.org/extend/plugins/wordpress-navigation-list-plugin-navt/
jzelazny
September 18th, 2007 at 8:03 amThe plugin looks very interesting - I will definitely give it a shot. Thanks!
42567a5c8dac
May 15th, 2008 at 11:56 am42567a5c8dac…
42567a5c8dacc18f9a4d…