I'll toss you a breadcrumb because I figured it out

You need to edit the navbar template and add a conditional "if" statement to the breadcrumb section. Open navbar and scroll down towards the bottom where you will find this line of code.
Code:
Content visible to verified customers only.
Basically wrap that section of code in a conditional so that it looks like this:
Code:
Content visible to verified customers only.
As you can see, I made the conditional exclusionary so that breadcrumbs will ONLY show up if you turn them on for various values of THIS_SCRIPT. No breadcrumbs for PhotoPost any longer!