Site location navigation bar?

Soldato
Joined
6 Jan 2006
Posts
3,423
Location
Newcastle upon Tyne
Is there an automated way to have something along the lines of:

Home>Directory>Sub Directory 1> Page Name

Based on the folder directory or does it have to be done manually?
 
Via html only it will have to be hard coded. Each page, relative url.

Via php you can pull the folder hierarchy through and create it dynamically as so many sites do to make their breadcrumb trails.

You may be able to use JS with HTML to do it too.
 
Back
Top Bottom