Wordpress Plugin: Page Link Manager
Posted on October 5, 2006 by Garrett MurpheyWordPress
Wordpress is a fantastic tool -- I can't say that enough. I was able to migrate my old site and structure over to the Wordpress model quite quickly, and in a matter of minutes I was blogging. But one of the major hurdles is that it still relies on coding knowledge a bit. For example, under the current version of Wordpress, to exclude a pages from site navigation, you have to go into the source and do something like wp_list_pages('exclude=3,7'). And, if you add other pages you don't want listed in the site navigation, you have to go into and edit the source each time. This became an obstacle recently when my sister and I began looking at Wordpress as a viable content management system for clients' use. It seemed silly to us that each time the client wanted to include an excluded page or exclude a new page they'd have to call on us, or we'd have to teach them some elementary programming skills. And so the Page Link Manager Plugin was created.
The Plugin
This is a feature release. Upgrade when you can.
No More Editing Code
The plugin now works with Wordpress' wp_list_pages function! No more messing with the widgets source or sidebar.php. It even works with the Pages widget!
Better Page Management
You can now see the relationships between pages on the administration screens. Sub-pages will now be unchecked when you exclude a parent page. (this may change a bit depending on what you all think)
Localization
The plugin is ready to have be translated. Please submit your translations to gmurphey@gmurphey.com and I'll be glad to host them here for download.
The Page Link Manager Plugin (I know it's a mouthful) is a Wordpress plugin that adds an administration panel that allows users to pick which page links are included in the site navigation. Adding it to your Wordpress installation is as easy as ever.
Update: I'd like to thank Monika for translating and providing a German version of this plugin.
- Download and unzip the plugin archive.
- Place the plugin file under wp-content/plugins directory on your Wordpress Installation.
- Log in to your admin interface and activate Page Link Manager under the 'Plugins' tab.
- Go to the new panel under the 'Manage' tab called 'Page Links'.
- Select and update the pages you want included in your site navigation.
Note: Now that the plugin works with wp_list_pages, gdm_list_selected_pages has become deprecated.
Here's a few uses of the wp_list_pages function:
-
// add a heading to the page link list
-
wp_list_pages('title_li=<h2>Pages</h2>');
-
-
// sort list by the menu order
-
wp_list_pages('title_li=&sort_column=menu_order');
-
-
// add a heading to the page link list and
-
// exclude a couple extra pages
-
wp_list_pages('title_li=<h2>Pages</h2>&exclude=4,7');
Take a look at that last example again. Can we just manually exclude pages that way even if the function's loading pre-defined excluded pages? Of course we can. The function's designed to look for and deal with manual page exclusions.
I hope to keep this plugin going as a work in progress as it helps make content management just a little bit easier. If you have any problems, questions or suggestions, please let me know.
Stronger Integration with Wordpress
I really hope to get rid of the separate panel for Page Link Manager and integrate all the control in the default Page panel.
Continued Work on Page Relationships
Look forward to a more organized page link manager administration panel (parent/child relationships and sorting).
As always, if you have any feature requests or suggestions, please let me know.
Requirements
The current release requires a server running at least PHP4. The plugin has been tested on Wordpress 2.x. If anyone has gotten it working on older versions of Wordpress, please let me know.
Resources
If you're interested in writing plugins, the Wordpress Plugin article is an excellent resource.
Download the Plugin
All source code is provided under the Creative Commons Attribution-Sharealike License. If you agree to these terms, please download the plugin now.

374 Responses to
“Wordpress Plugin: Page Link Manager”
[...] Wordpress Plugin: Page Link Manager Garrett Murphey has created a plugin that lets users decide what pages are added to the navigation of a site called Page Link Manager. under the current version of Wordpress, to exclude a pages from site navigation, you have to go into the source and do something like wp_list_pages(’exclude=3,7′). And, if you add other pages you don’t want listed in the site navigation, you have to go into and edit the source each time. This became an obstacle recently when my sister and I began looking at Wordpress as a viable content management system for clients’ use. It seemed silly to us that each time the client wanted to include an excluded page or exclude a new page they’d have to call on us, or we’d have to teach them some elementary programming skills. And so the Page Link Manager Plugin was created. [...]
This is fantastic. I have been looking for something like this for a long time. After several unsuccessful attempts at a solution using custom fields, your plugin is MUCH appreciated.
One problem I found is that my server runs less than PHP5 and doesn’t recogize http_build_query. I installed the PHP_Compat package, uploaded the http_build_query file to the plugins folder, included a “require once? statement in the plugin file, and then everything worked great.
Thanks for bringing that up LK -- I'm not sure what I was thinking when I used http_build_query. I've added a function called gdm_build_query to the current release of the plugin so we won't have to rely on http_build_query anymore. The plugin should work with PHP4+ now.
Sorry you had to go through so much trouble to get it to work, but I'm glad you like it.
[...] Page Link Manager Escludere alcune pagine dal menu principale. Con questo plugin non c’è più bisogno di modificare ogni volta il template del sito aggiungendo l’id della pagina da escludere [...]
[...] Garrett Murphey » Wordpress Plugin: Page Link Manager (tags: wordpress plugin) [...]
Definetely a must have, since i had to do the exclude every time,, but i have neither php 5, so should do the same as LK, thank you for sharing it.
Hi Milo. You shouldn't need PHP5 for the plugin to work. I took all the PHP5 functions out of the file so it should work with PHP4 now.
[...] Page Links Manager V.01 heißt es. Programmiert von Garrett Murphey. [...]
Hi garrett, thank you for the quick answer, will try it now.
Hi Garrett
in one of my comments a user asks me , if it is possible to combine the function of the fold page menus plugins
http://www.mealldubh.org/index.php/software/fold_page_menus/
and yours
is there any chance to do this ?
regards
Monika
[...] [Download] [Plugin Page] [...]
Hi Monika: Other people have been asking about the Fold Page Menus Plugin as well.
I'm planning to include some developer functions in the next release (v0.2), and hopefully then we'll be able to use some of the Page Link Manager features within other plugins. Update: Developer functions are now available.
I'm hoping to release v0.2 sometime in the next few days.
Garrett
thanks a lot
[...] Get connected! Since lauching the Page Link Manager Plugin earlier this week, a lot of people have asked if it will work with such-and-such a plugin. And although I’d love to go through and try to get it to work with as many other plugins as I can, that’s just not possible. So, I’ve decided to write and release some functions to the development community. That way, if you want to get your plugin to work off some of the functionality of the Page Link Manager, it should be pretty painless. [...]
[...] [Download] [Plugin Page] [...]
[...] Die englische Erklärung und den Download des Plugins findest Du auf Rob Schumanns Seite. Dieses Plugin ist mit Garett Page Link Manager absolut kompatibel. [...]
[...] For the next release of the Page Link Manager (v0.3), I’d like to add some localization to the plugin (especially with all the international attention it’s received). [...]
Hi,
Thanks for the plugin. I am also having trouble with the rebuild_query. My server (dreamhost) is running php5 but the page still returns an error that says the call to the function is not defined. Any ideas?
Thanks.
Thank you so much for bringing that to my attention Josh. I was updating some of the documentation for the plugin last night and accidentally added an extra character to the function name. If you download the plugin again, everything should be fixed.
Sorry about that...it won't happen again.
Garrett
[...] Page Link Manager (tags: wordpress plugin) Posted by nonimage Filed in [...]
[...] Garrett Murphey » Wordpress Plugin: Page Link Manager Plugin de Wordpress que permite controlar que “pages” quieres que se vean o no en el home. (tags: plugin wordpress plugins pages) Archivado en: Links Diarios | Etiquetas: No Tags. [...]
I would LOVE it if you could make this work for categories too!
That's a great idea Valerie. I'll work on releasing Category Links Manager v0.1 tomorrow.
Sweet--thanks!
I am using both page-folder and the page link manager on my site. It is helpful, and I was able to exclued a contact form from my pages in the sidebar. However, I also added the page folder, and was able to make my mortgage dictionary (parent) hide all the contents unless you click on mortgage dictionary. But I was wondering if there was a way to click on mortgage dictionary and have the contents drop down, without having to navigate to mortgage dictionary first.
Take a look at the way I've had to explain it to my visitors:
http://www.thetruthaboutmortgage.com/mortgage-dictionary/
By the way thanks for the plugin. It's a great help!
[...] I can't really call this a new plugin. If you look under the hood, most of codebase is just a reworking of the popular Page Link Manager. It's one of the nice things about Wordpress plugin development -- being able to borrow ideas from similiar plugins -- and it's what makes scripting for Wordpress enjoyable. [...]
Hi Colin: it seems what you're looking for is a javascript plugin. I'll see if I can come up with something in the next week.
[...] Garrett Murphey has created a plugin that lets users decide what pages are added to the navigation of a site called Page Link Manager. under the current version of Wordpress, to exclude a pages from site navigation, you have to go into the source and do something like wp_list_pages(’exclude=3,7′). And, if you add other pages you don’t want listed in the site navigation, you have to go into and edit the source each time. This became an obstacle recently when my sister and I began looking at Wordpress as a viable content management system for clients’ use. It seemed silly to us that each time the client wanted to include an excluded page or exclude a new page they’d have to call on us, or we’d have to teach them some elementary programming skills. And so the Page Link Manager Plugin was created. [...]
[...] - - Garrett Murphey has created a plugin that lets users decide what pages are added to the navigation of a site called Page Link Manager. under the current version of Wordpress, to exclude a pages from site navigation, you have to go into the source and do something like wp_list_pages(’exclude=3,7′). And, if you add other pages you don’t want listed in the site navigation, you have to go into and edit the source each time. This became an obstacle recently when my sister and I began looking at Wordpress as a viable content management system for clients’ use. It seemed silly to us that each time the client wanted to include an excluded page or exclude a new page they’d have to call on us, or we’d have to teach them some elementary programming skills. And so the Page Link Manager Plugin was created. [...]
Thanks for sharing this! Until now, I've been excluding pages the hard way.
[...] Page Link Manager,根?Page?生?一个导航??,有???以控制显示还是?显示。 nav page [...]
Garrett, that would be excellent. Having a java-based drop-down page list would be ace. It would be a lot more effective than the current format of having to click to a new page, then see the contents.
Please e-mail if you can.
Thanks so much.
[...] Page Link Manager [...]
[...] Page Link Manager [...]
[...] Page Link Manager [...]
This and Category Manager are great plug-ins. Do you know of a plug-in that would limit the visibility of the Link Categories in a similar manner?
It breaks if I turn off all of the pages simply because the returned selection array is empty and thus not an array. On my installation I have edited line 95 from
to
works fine - thanks for the plugin
ihcra chic: Thanks for finding that bug. That was bad testing on my part. I've added the fix to the current release.
tjotala: I did a quick search for similar category exclusion plugins like mine, but I haven't had much luck finding any. If you know of some, please share them.
[...] Page Link Manager [...]
[...] Page Link Manager,根?page?生?导航??,在page创建页???供相应选项确认是?加入导航??。 link menu page [...]
How is java edition coming? Would be a great complement to the existing plugin.
Thanks again.
When I use the Plugin, I get a "Pages" title above my list of pages; can that be removed?
Hi,
Is there a way to use this great plugin when I use the page widget ?
I've tried by editing widget.php and replacing there the function wp_list_pages by gdm_list_selected_pages, I can't do the plugin works...
thank you for your help !
Garret,
The plugin is a great idea and obviously working for many users. I use the WP-Andreas09 template by Andreas Viklund. I cannot find any reference to wp_list_pages to replace. I have other theme templates in my WP folders and most have that function in sidebar.php when I grep for them. Any hints on how I might be able to use your plugin with the WP-Andreas09 template?
Thanks for your time and your plugin.
Sincerely,
-felipe
This plugins is great!! I combine your pluign with Page Category Organizer. It can be sort the page manually and page link manager plugin can make the page invisible.
But I have trouble now. I have page A with sub page A1, A2, A3 and the sub page is hidden with your plugin. What must I do, so I can put the sub page A1-A3 to related page A ? or the sub page will be visible if I click the page A
Hi Seth:
To get rid of the 'Pages' heading, you'll want to use
gdm_list_selected_pages('title_li=')instead ofgdm_list_selected_pages().Hi Argie:
Which page widget are you using? Could you post or send me a link to it? If it's the Sidebar Widget, it's a quick fix.
Hi Felipe:
I looked at the WP-Andreas09 theme and, unfortunately, without a fair bit of rewriting of the theme, it doesn't look like the Page Link Manager will work with it.
Hi Krisna:
I'm glad you like the plugin! I took a look at Page Category Organizer documentation and code, and it doesn't look like the current version will play nicely with the Page Link Manager. I'll try to get in touch with the developer to see if there are any plans to add the things needed to make the two plugins compatible. It looks like a great plugin though.
its great!
thank you sooooo much!!!
greetings from germany,
volucer
Hi,
great plugin!
There's a small bug when you disable ALL pages, because $_POST and $excludedPages don't become an array in this case.
Add after $excludedPages = get_option('gdm_excluded_pages'); this:
and after
this:
Greetings,
Ingo
Hi Ingo:
It looks like you may have an old version of the plugin. The current release fixes that bug using the following condition:
Love your plugin.
Can you help with something?
I put in my sidebar file. It then displays "Pages" with the list of my pages in my side bar. But I want to change the css style for the title "Pages". I can't seem to find it.
Where should I look so I can add the styling to my css file?
Thanks
Also.
It's not validating either.
Hi Randy:
I'm glad you're liking the plugin. To style the 'Pages' heading you'll want to find the styling rules for
#sidebar h2. If you'd like to add styles just for that specific heading, you'll need to create a rule forli.pagenav h2. I hope that helps.About the validation -- the plugin doesn't actually write any HTML to your page. It uses Wordpress'
wp_list_pages()to display the page links. So, any problems with validation are within the Wordpress code. You may want to head over to wordpress.org and talk about that on their forums. I'm all for a version of Wordpress that validates.Happy blogging!
I'm using Denis de Bernardy's Static Front Page. Now my "Home" page drops out of the "Pages" list on my side bar after activating his plugin. I've gone to "manage Page Links" admin to make sure it is checked in my list, and then clicked "Update Navigartion" but that didn't do anything.
Any ideas how to keep it in the list? I know I can just add a link in my sidebar but I'd like to not have to go to the files to change things. It would also be nice to be able to delegate which page is the "Home" page from your plugin as well as select the displayed order of my pages.
Also-How can I change the word "Pages" to something else?
Thanks for your help.
[...] Page link Manager qui permet de supprimer des pages de la navigation du site; [...]
Excellent Plugin! This is exactly what I was looking for.
Hi Randy:
Unfortunately, by default the Static Front Page plugin removes the 'Home' link from the page navigation. If you're comfortable editing the plugin code, there is a way to turn that feature off. On line 68 of sem-static-front.php, it should say:
You can either delete that or comment it out -- either will turn off the feature.
To change the heading above the page links, you have to use the
title_liparameter forwp_list_pages. For example, if we wanted to display 'My Pages' above the links, we would use:I hope this helps.
I haven't been able to get this to work the a default sidebar widget either. Tried editing the sidebar.php files in the plugins/widget dir (both classic and default) to no effect, nor does editing the sidebar.php in the main theme dir as directed.
I'll check back in a day or so, hopefully there's a simple fix. this plugin is just what i've been needing.
Hi Verful:
To get the plugin to work with the Sidebar Widgets plugin, you have to edit the file at wp-content/plugins/widgets/widgets.php. In that file there is a function called
widget_pagesaround line 679. Within that function you'll find thewp_list_pagesand that's the one you want to replace.If you need anymore help, don't hesitate to ask.
I tried editing that portion of the widgets.php file as you suggested (the approriate portion is pasted below) to no effect. I suspect this might be conflicting with one of my other plugins perhaps.
Still looking into it however.
Hi Verful:
Sorry that didn't work. If you want to send a list of all the plugins you're using to gmurphey@gmurphey.com, I can try to troubleshoot the problem over the weekend.
Actually, I got this sorted out. The 'wp_list_pages' I needed to replace was within the theme I'm using, which is called Tiga. There's a file there called tiga.php which has overrides for the standard widgets.
Works a treat now, and thanks... this plugin is just what I needed.
[...] Page Link Manager Plugin - By Garrett Murphey. We don’t program PHP, so this plugin allows us to choose which of our pages need to be in the main navigation, and which ones can be in the footer only. [...]
[...] Eines unserer Argumente gegen WordPress war immer, dass es für relativ unbedarfte Anwender schwierig ist, Seiten aus der Navigation auszublenden bzw. diese zu verstecken. Bisher musste sowas mit wp_list_pages über “exclude=2″ werden, was i.d.R. nur der Programmierer oder Admin kann. Mit dem Plugin Page Link Manager (deutsche Version) ist es bequem möglich, Seiten im Editierfenster mit einem Häckchen in der Navigation zu verstecken. Allerdings muss man in der Sidebar den wp_list_pages (wp_list_pages bei WordPress.org) durch den plugin-eigenen Code gdm_list_selected_pages() ersetzen. Ist so schlecht nicht! [...]
I just installed this for a client's WP site and well, THANK YOU SOOOO MUCH!!!!
And the fact that I can still set the same parameters the original wp_list_pages used, this is GREAT! Very useful.
AWESOME PLUG-IN!!!
[...] I need this functionality but haven’t tested the plug-in yet. [...]
[...] Page Link Manager Statische Seiten bequem im Adminbereich beim Schreiben aus der Navigation ausschließen. [...]
Hi,
is that plugin compatible with WP 2.1 ???
Thank you.
Is this compatible with 2.1? I think alot of us are waiting on a response to this one.
The current release should be compatible with Wordpress 2.1.
Let me know if you have any issues.
anyone know how to list pages from specific authors? i can't find any answer for this question anywhere. please help. thanks.
Using WP 2.1 and Fall Season template. http://wpthemepark.com/
Followed instructions above but can't get page to not show in menu.
Replaced commend in sidebar.php
It is deseleted in control panel and on edit page view.
Tried selecting saving then deselecting and saving; no effect.
What could be wrong?
Just noticed it kills the rest of my sidebar items. So reverted everthing. Let me know when this is 2.1 stable.
Hi Michael:
It should be 2.1 stable. There were no changes made to Wordpress that affect the plug-in, and it works well on my site (running 2.1). I'll take a closer look at the theme you're using tonight.
Hi Michael:
I installed the theme on my development blog last night, and got the plug-in to work for the links in the sidebar. However, I noticed that there are page links at the top that you may want to get rid of. To accomplish this, you'll have to open header.php and replace wp_list_pages there as well. It should look something like:
And you'll want to replace that with:
If you're still having trouble, please don't hesitate to post a comment here or email me your sidebar.php and header.php to gmurphey@gmurphey.com.
Any chance we'll be able to get a java enabled version that will allow the pages to be hidden or revealed with the click of a mouse?
That'd be a great feature as we lose customers at each click and pageview.
Thanks again for your help. This is a great plugin!
Thanks Garrett,
I'll give it a try. I noticed that Sadish has made an update to Fall Season for 2.1 compatibility. Made some changes to functions.php
So hopefully the combined fixes will do the trick.
Success. The header code was the trick. Thank so much for your prompt support. If all plug-ins were supported this well!
Hi Michael:
I'm glad to hear you got it working. Happy blogging!
Very nice thx.
great !!!! It's works !
let me save time and effort to exclude multiple links for pages!
Thank you, thank you, thank you! It took 2 minutes to implement, but it'll save me and my clients much aggravation. (One client had to call every time she added a page, which was almost weekly.) You rock!!
I have been looking for a plugin to do this for ages. Thanks Garrett, this solves one of the big issues I had with using WordPress as a CMS tool.
Hi, I'm no programmer but this comes as close as to what I was looking for. Only problem is I would like to display my subpages only (since there's nothing on my parent page) and it doesn't work. Any tip?
Hi Louis: Unfortunately, there's no way to exclude the parent pages without excluding their child pages as well. It shouldn't be too hard to come up with a fix for the next release though, so I'll try to work it in.
Thanks for the comment!
Is anyone else having trouble with the Include Page in Site Navigation checkbox not working in WP2.1?
Hi John:
Thanks for pointing that out. There is, in fact, a bug with the checkbox on the write/edit page panel.
For those of you who aren't aware, if you try to update a page's menu visibility through the write/edit page screen, it won't work. There's an update in Wordpress 2.1 that changed the way those pages work with plug-ins.
Please use the 'page links' panel to exclude pages in the menu until I can write a fix. I'll try to get one out in the next few hours.
Thanks again, John, for pointing that out.
Update: I've released a new version of the plugin that's fully Wordpress 2+ compatible. Please update your plugin as soon as you can.
hi garrett!
i'm using the "Fluid Web 1 Theme of Your Index" under WP 2.1 and trying to run this little plugin without any success so far - nothing changed in the sidebar! do you have any hints?
thanks for your help in advance,
mic
Hi Mic:
I installed the theme and got the plugin working. Could you send your sidebar.php and a list of your other plugins to gmurphey@gmurphey.com? I want to see if any of your other plugins are causing a conflict.
Thanks. Sorry it's giving you trouble, but I'm sure we'll figure it out.
thanks for your quick response! stuff is on the way ...
verry helpfull. thanks, heiko
wow amazing plugin!!!!
thanks for sharing.
plugin was simple and gets to the point ^^
Very usefull plugin, love it.
I even made my widget compatible with your function, so you don't need to change any code if you want to display your pages in your sidebar
If you change something in your function, please let me know, i'll update my widget immediatally
I'l use a pingback to my site where you can download the widget.
Thanks again for this plugin.
Hey Garrett,
Love your plugin... just need it to work with Fold Page List. I see that Monika was requesting the same thing and that you put out developer functions... Any chance of step by step explanation of how to get this to work?
Thanks so much!
Hi Jared:
The function is exactly the same as
wswwpx_fold_page_listexcept that it's calledgdm_wswwpx_fold_page_list. It takes all the same parameters.Let me know if you need any more explanation or an example. Happy blogging!
Will you add the ability to include pages as well? I have several programs that don't work nice with WordPress that I need to hardcode the URL. It would be great if your plugin not only excluded pages but allowed additions.
thx, nice work
Garret,
Great plugin, mate! Good work, I'll recommend it to all my readers.
Best,
Diego
www.profesorblog.com
www.drbolsa.com
hi garret, it's me again
i'm using the "platinum 1.0 theme" created by adams media and your plugin is working like a charm. but there is one thing i did not figured out yet. the plugin is working for the header-menu only, is it also possible to get rid of some pages in the sidebar? yes, i was also searching for wp_list_pages in the sidebar.php with no success! do you have any ideas?
thanks a lot for your support,
mic
[...] Page Link Manager Plugin to exclude pages from site navigation. [...]
Hi Mic:
Do you happen to have the 'Sidebar Widgets' plugin installed?
Sorry you're having trouble with the plugin. We'll get it working.
Garrett
Nice plugin!
A little rough still:
The function gdm_page_links_page_edit_form() does not work for me. If I uncheck the checkbox and reload the page, the check comes back. If I uncheck the page from the Page Links options it works fine.
Suggestion: add option to choose if pages are included or not by default when you make a new page.
You forgot to write version 0.25 in the beginning of the file, which had me confused when updating my language-modified older version
No big deal, though. Keep up the excellent work.
Michael,
Copenhagen
Hi Michael:
Thanks for pointing out the version problem. I got so busy getting it 2.1 compatible that I forgot to change the version number. The file is fixed now.
I also really like the idea of having a default setting for pages when you create them. I'll add that to my list of things to do for 0.3.
Keep the suggestions coming! Happy blogging!
I wanted some extra text before the page title, so I ended up writing my own php. I'd love it if your plugin allowed me to add an parameter for "prefix" and "suffix". Here's the context. I have a bunch of pages that list alumni from that year (e.g., 1980). I want the page title to be 1980, but I want the link text to be "Alumni Directory, Class of 1980".
What wp_list_pages & your plugin give me is:
What I want is:
It would be nice if it were just something like "&prefix=my prefix text&suffix=my suffix text" as part of the arguments to gdm_list_selected_pages(). I'm not sure what the exact syntax would be, but hopefully you get the picture.
Thanks!
[...] of pages and are looking to easily control the number of pages that display in your menu, look into Murphey’s Page Link Manager. I’ve used it on multiple blogs; it’s [...]
[...] Page Link Manager [...]
[...] Page Link Manager: Seiten aus der Navigation ausschließen vorgestellt von elmano.net [...]
[...] Page Link Manager: Seiten aus der Navigation ausschließen vorgestellt von elmano.net [...]
[...] this one on every Wordpress blog I set up; in fact it’s one of the first plugins I install. Page Link Manager adds a little check box into every page editing pane you have. The check box gives your option very [...]
[...] Seiten bequem beim Schreiben aus der Navigation ausschließen. Page Link Mananger Deutsche Anleitung habe ich auch [...]
[...] Visit [...]
hi I'm new to wp, trying this with 2.2, nav links don't appear, although header code is being generated, and plugin is recognized in the admin section
-- many thanks
[...] Page Link Manager (englisch) Page Link Manager (deutsch) [...]
[...] Page Link Manager – yes, I consider this one an innovation! WordPress is great but I have found that controlling pages is not an easy task and requires some manual intervention and code editing. This plugin will become your savior when it comes to solving this problem. Now you can decide which pages are displayed in Navigation and which you can add to credits. [...]
[...] Wordpress Plugin: Page Link Manager - WordPress Plugin that allows you to manage pages from site navigation, Technorati Tags:plugin, plugins, WordPressTag Links:plugin, plugins, WordPress [...]
[...] .2 Page Link Manger [...]
i see this site it's realy nice site
This one makes sence "One's first step in wisdom is to kuesstion everything - and one's last is to come to terms with everything."
[...] the recent release of Page Link Manager v0.3, it has been added to [...]
[...] Garrett Murphey » Wordpress Plugin: Page Link Manager (tags: wordpress plugin plugins pages navigation link blog blogging links) Bookmark speichern: Blink It | document.write("Del.icio.us") | Digg it | FURL | +Google | RawSugar | SearchFox | Slashdot | Spurl | Y! MyWeb [...]
[...] Page Link Manager [...]
May I sugest an improvment to you great plugin. As you did the new functionality in v0.3 the compatability with the fold page list plugin was lost. I think it would be great if you could add that functionality to your plugin as well. It's a great addition for sites with many subpages and makes the navigation so much clearer.
Keep up the good work.
/Jonas
Just a note of appreciation for sharing this plugin. I've used it on several sites with great results. Tying your latest version into the wp_list_pages function rocks!
[...] Pagelinkmanager (version 0.3或更新版本) [...]
[...] Page Link Manger: Bazı yazılarınızın sitenizin genel yönlendirmesi/menüsü dahilinde görünmemesini isterseniz bu eklentiyi kullanabilirsiniz. [...]
Hooray, I have been re-modding wp site and used page-link manager v2 and did not want to change themes after changing files to work with the plug-in! Now,I am changing themes and find page-link manager v3 to do the job well! Thank You!
[...] Page Link Manger: Bazı yazılarınızın sitenizin genel yönlendirmesi/menüsü dahilinde görünmemesini isterseniz bu eklentiyi kullanabilirsiniz. [...]
[...] Page Link Manger: Bazı yazılarınızın sitenizin genel yönlendirmesi/menüsü dahilinde görünmemesini isterseniz bu eklentiyi kullanabilirsiniz. [...]
[...] Page Link Manger: Bazı yazılarınızın sitenizin genel yönlendirmesi/menüsü dahilinde görünmemesini isterseniz bu eklentiyi kullanabilirsiniz. [...]
[...] Page Link Manager - Allows you to easily rearrange pages, hide them, and move them at will. [...]
[...] Page Link Manager - Allows you to easily rearrange pages, hide them, and move them at will. [...]
[...] Page Link Manager - 可以让你非常方便的重新设置静态页面。 [...]
[...] Multi-Page Create multi page for a single article. Page Link Manger Option to exclude page from site navigation. Static Front Page Make one of the pages to be static [...]
[...] Page Link Manager - 可以让你非常方便的重新设置静态页面。 [...]
[...] Page Link Manager - 可以让你非常方便的重新设置静态页面。 [...]
[...] received an email this evening from Dan, who uses the Page Link Manager, wondering how to get a home page link to show up in his site navigation. I had never really [...]
[...] Page Link Manager - Allows you to easily rearrange pages, hide them, and move them at will. [...]
[...] Page Link Manager v0.3: Adds admin panel to choose which pages appear in the site navigation. By Garrett Murphey. [...]
[...] Page Link Manager - 可以讓你非常方便的重新設置靜態頁面。 Permacop - 允許你把任何URL轉向到其他地址。 Post2Page - 把文章變成為靜態頁面。 [...]
[...] Page Link Manager - 可以讓你非常方便的重新設置靜態頁面。 Permacop - 允許你把任何URL轉向到其他地址。 Post2Page - 把文章變成為靜態頁面。 [...]
Neue Funktionen...
Die letzten Tage habe ich immer mal wieder etwas an meinem Blog gespielt und rausgekommen sind dabei folgende Sachen:
Die 2 Menüs rechts wurden etwas umgebaut um mehr Übersicht zu schaffen
Installiation eines Plugins von Frank Bueltge mit dem ich ...
Hi, I get this when i try to activate the plugin:
Fatal error: Cannot redeclare gdm_wswwpx_fold_page_list() in /home/gjengi/public_html/wordpress/wp-content/plugins/page_link_manager.php on line 18
do you have any idea what could be wrong?
Thanks, Elena.
Hi Elena:
Make sure you do not already have another version of the plugin activated. If that doesn't fix things, please send a list of plugins you're using to gmurphey@gmurphey.com.
We should be able to figure this out. I look forward to hearing from you.
I just found this plugin, and it was just what I was looking for. Really nice job.
But it seems like since version 0.3 the function
is deprecated and doesn't work anymore. I can't find a replacement function that works with the Fold page plugin either.
I now have reverted to version 0.2 instead, witch works fine but without the nice admin-layout.
How can I get 0.3 to work with the Fold page list plugin?
Thank you --- just what I was looking for!
[...] 中文 WordPress 工具箱 介绍:用来解决官方 WordPress 没有照顾到的中文相关问题。使用这个插件,你可以显示随机文章,最新留言(最新引用),留言最多文章,发表评论最多的网友,还有真正的文章摘要,等等,真正截断,没有乱码。效果:博客新建,文章和评论少,暂未启用。 Akismet 介绍:过滤外部垃圾信息,就是反垃圾评论等等等。效果:未启用。 Comment Fileds JavaScript Validation 介绍:友好地显示评论错误提示,而不需要跳转到WordPress默认的错误提示页面,用红色绿色来显示当前输入是否合法。效果:评论本文时错误地输入必要信息。 CoolCode 介绍:如果你的博客需要反映代码,这个则是给代码关键字等着色的,相当于高亮显示;支持的代码类型到wp-contentpluginscoolcodePEARTextHighlighter文件夹内看文件名。效果:我的博客还没有发过代码。 Digital Fingerprint 介绍:给文章加指纹,可以看看谁偷了你的文章。效果:未启用。 Google Sitemaps 介绍:生成Google Sitemap,方便博客被索引。效果:未启用 OneClick Installer 介绍:看名字叫做一键安装,安装什么?当然是插件了。允许你在后台安装插件,这个插件安装本来就比其他的麻烦一点,一定到主页去看看清楚。效果:本插件用法有待研究,暂时未启用。 Page Link Manager 介绍:根据page来生成导航菜单,在page创建页面提供相应选项确认是否加入导航菜单。效果:未启用。 Post2Page 介绍:把页面生成静态页,据说搜索引擎喜欢静态页。效果:未启用。 SpotMilk 介绍:我们可以给WordPress前台换风格,但是后台风格则一贯是蓝色,不习惯?那用这个吧,虽然也是蓝色,但比默认好看许多。效果:需要你自己安装并激活。 ST Add Related Posts to Feed 介绍:在Feed后面显示相关文章。效果:文章少,估计相关不起来,未启用。 Subscribe To Comments 介绍:让文章评论者可以通过信箱订阅自己的后续评论,这对你今后发垃圾邮件貌似有一定好处。效果:先评论本文,然后看下面提交按钮处的复选框。 Ultimate Tag Warrior(UTW) 介绍:功能强大到吓人并且对智商低者不使用的一款Tag插件;英文帮助见/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-help.html文件;中文帮助貌似有待查找。 效果:不好意思,该插件有待研究。 WordPress Database Backup 介绍:望文生义得到是数据库备份插件。效果:自己安装激活运行一次看看。 WordPress Mobile Edition 介绍:为手机和PDA(掌上电脑)提供访问支持的插件,不清楚WordPress是否本身支持移动访问(非notebook)。效果:用你的手机访问http://blog.colrry.com即可(流量费自助噢!)。 WP-PageNavi 介绍:添加博客翻页页码功能,一般论坛下面那样。效果:本博帖子太少不需要翻页。 WP Grins 介绍:表情插件。效果:未启用。 WP lightbox 2 介绍:据说是在文章中点击图片的时候可以弹出显示大图,而背景显示暗色。视频介绍看这里 。效果:还没有帖子添加过图片。 WP Plugins Tracker 介绍:更新插件的插件。效果:未启用。 [...]
[...] Page Link Manager - Allows you to easily rearrange pages, hide them, and move them at will. [...]
[...] Page Link Manger: Bazı yazılarınızın sitenizin genel yönlendirmesi/menüsü dahilinde görünmemesini isterseniz bu eklentiyi kullanabilirsiniz. [...]
Hi
Thanks for the plugin I need.
I downloaded the file and got
__MACOSX directory containing
._page_link_manager.php file
This file or any other relevant file is not showing in the plugin directory to activate
And I am therefore ------unfortunately--------not able to use this plugin }-:)-
Hope you can help me?
Johan Horak
Not to worry i got it.
Johan
@Karl Wångstedt
I've the same problem. This solution works for me: