Forum Moderators: coopster
But of course I have pages like domain.com/category/sub-category also
Which need breadcrumb for Home > Category > Sub-category
1) Check REQUEST_URI against PATHS table JOIN PAGES table
2) Internally set GET args according to true-path from PAGES table
3) include() the dynamic URL (x.php) from PAGES table
4) Add error handling for any path not found in PATHS table