I have a wordpress site but am in the process of building it as a html5 site (just to have it available, if need be). My question is about linking to a very large menu list that I would rather not have to copy and paste into ever page. I am hoping for something along the lines of...
link rel="stylesheet" type="text/css" href="menu.css"
but linking to the menu list not the css. When I have tried this it doesn't work. I have also tried this...didn't work
object data="html/stuff_to_include.html" Your browser doesn’t support the object tag. /object
I would like to maintain the HTML-ness of the site but if I need a script does anyone know of a simple elegant solution?
Thanks I would appreciates any suggestions, I am getting desperate.