9 Mar 2010 at 16:00 #1 Mark M Mark M 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?
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?
9 Mar 2010 at 16:10 #2 GravyMonster GravyMonster Soldato Joined 18 Oct 2002 Posts 16,033 Location The land of milk & beans Which CMS are you using? Either way, it's pretty easy.
9 Mar 2010 at 16:13 #3 Tripnologist Tripnologist Soldato Joined 12 May 2007 Posts 3,896 Location Bristol What you're looking for is called a breadcrumb.
9 Mar 2010 at 16:17 #4 Mark M Mark M Soldato OP Joined 6 Jan 2006 Posts 3,423 Location Newcastle upon Tyne Not using a CMS, just some basic html pages. Will check out a breadcrumb thanks.
9 Mar 2010 at 16:28 #5 gord gord Soldato Joined 18 Oct 2003 Posts 19,415 Location Midlands 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.
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.