Make contentless Parent page strictly for Breadcrumb organizational purposes

Permalink
My Breadcrumb Autonav looks like this:
Home > Print > Project

Home and Print are clickable, Project is not.

I actually don't want to put anything on Print (the Parent page) at all, I just want all the Children to be categorized and stuck in a Parent called "Print" for 2 reasons:

1. so that the Next and Previous buttons cycle through a loop of all Print items and nothing else.

2. I want the Autonav Breadcrumb to visually display this as Home > Print > Project so the viewers don't feel lost and wonder where they are.

Is there a way to make Print a non-content page that will show up as "Print" in the Breadcrumb menu? I don't want it to be clickable, but if it must, then I would like it to simply redirect to the first Child. I have nothing to say about "Print" and don't want to waste the viewer's time with a meaningless page showing a sitemap of all Print's children or something.

You can see what I'm talking about right here:
http://php.22graphics.com/print/collateral-sessanta-60...
Just above the image on the left is the Breadcrumb.

 
mose replied on at Permalink Reply
mose
http://www.concrete5.org/community/forums/chat/page-hierarchy-pass-through-pages/

http://www.concrete5.org/community/forums/customizing_c5/browse_to_...
zoinks replied on at Permalink Reply
Thanks, Mose, I found link #1 the other day and it doesn't work (didn't work for other people in the thread, either).

I just tried link #2 option and was very happy to see that it was a C5 function called "replace_link_with_first_in_nav"...

Unfortunately, I just did this and it doesn't work, either. Very simple process, too, so I'm sure I didn't do it wrong.

I am on version 5.3.3.1

I added a page attribute with the handle AND name: replace_link_with_first_in_nav

I made it a "checkbox" type, as instructed.

I applied it to the Parent page "Print."

As you can see, it does not redirect to the first child:

http://php.22graphics.com/print/...
zoinks replied on at Permalink Reply
OKAY... so, discovered the problem.

The new custom breadcrumb.php template does NOT have this functionality written into it.

This was confirmed by Andrew, who seems to be part of the team.

Can someone please fix that? I have no idea how.