"Album" page added to WP Nav header. Change "page order"?
sparker
Joined: 2004-02-18
Posts: 27 |
![]() |
Is there a way to change the "Page Order" for the "Albums" page the plugin automatically adds. I currently have "Home", then "Welcome!!!", then more.... "Albums" has inconveniently added itself between "Home" and "Welcome". I'ld like to be able to set the page order so I can choose where it goes, just like regular pages. I'm hunting through code for where this gets added, but it'd be great if I could specify the Albums "page order". Thanks, Steve |
|
ozgreg
![]()
Joined: 2003-10-18
Posts: 1378 |
![]() |
Sparker, I am little confused here, are we talking about the order of the Wordpress Pages or the Order of the Gallery2 Albums? If it is the later, then yes you can control the listing of the Gallery2 Albums via the Site Admin Panel (Themes) However If you are talking about controlling the listing of pages within Wordpress then that is a little more tricky, however this thread talks about how you can do this.. ____________________________________ |
|
sparker
Joined: 2004-02-18
Posts: 27 |
![]() |
I was talking about the "listing of pages within the Wordpress header". I know you can set a page-order number for each "page" defined in WordPress, and wordpress respects those numbers, but the "Albums" "page" doesn't come from that. It appears to come from the WP2G plugin and is inserted as the first page with no way to set "page order". I'll look into the thread link you sent me. Thanks, Steve |
|
ozgreg
![]()
Joined: 2003-10-18
Posts: 1378 |
![]() |
Actually the WPG2 Page is just a another standard WP Page and should behave like any other page in regards to the page-order, you can freely edit this page (WPG2) and set the page-order. ____________________________________ |
|
sparker
Joined: 2004-02-18
Posts: 27 |
![]() |
Something else must be going on. I actually have two "Album" links in the nav bar. More in a moment. Here's what I have installed: I can "Manage Pages" and set one of the "Albums" to a "Page-Order of 98 (which is the second to the last number in my schema) and it works just fine. I see an Albums tab (page) second to last. But I also see one that is second. But I only see one of these in the "Manage Pages" section. If I set the "page-status" to "draft" (based on a recommendation on the vSlider thread of the developers site), the one that has the page-order of 90 disappears (expected), but the other remains where I don't want it. I'm not sure why I have two links, which both go to "http://www.parkerpress.com/wpg2". The "second one" (which I can turn on and off, and can set page-order) works as "expected". I can't figure out yet where the first one is even coming from... Thanks for taking your time to help out. I appreciate it. Steve |
|
ozgreg
![]()
Joined: 2003-10-18
Posts: 1378 |
![]() |
Hmmm I wonder if vslider has some functionality which is setting the extra albums page, do you have Albums as say a bookmark link. I am not sure how vslider is building that dynamic header menu which makes it a little difficult to help you.. |
|
sparker
Joined: 2004-02-18
Posts: 27 |
![]() |
Thanks for the additional feedback. I'm in contact with the vSlider3 author about this issue... I'll post whatever I find out. Steve |
|
ozgreg
![]()
Joined: 2003-10-18
Posts: 1378 |
![]() |
Thanks Steve.. It be interesting what you find out.. ____________________________________ |
|
sparker
Joined: 2004-02-18
Posts: 27 |
![]() |
This was a "known" issue with vSlider 3.0. Version 3.1 was just released a couple days ago, and appears to address this issue. I now have a single link in my "pages" navigation that I can position with page-order. Just FYI, I'm having a problem with the new vSlider 3.1 theme right now on the Gallery side where it won't display albums (says it needs to be used as embedded, but it is embedded). This might be due to the fact that I have Wordpress in a sub-directory <public_html>/wp, and a multi-site gallery2 installation (main code in <public_html>/gallery2 and the gallery I'm embedding in <public_html>/Albums. The resolution was to modify the gallery2 "theme.inc" file from Quote:
if(include('./wp-config.php')) { to Quote:
if(include('./wp/wp-config.php')) { Everything is working great now! Steve |
|
ozgreg
![]()
Joined: 2003-10-18
Posts: 1378 |
![]() |
Thanks Steve.. ____________________________________ |
|
sparker
Joined: 2004-02-18
Posts: 27 |
![]() |
I updated my previous post. Things are working now..... |
|